STRWarrior
|
8cf4e806ba
|
APIDump: Fixed crash
|
2014-06-02 13:49:05 +02:00 |
|
STRWarrior
|
fa78379f5a
|
Updated OnProjectileHitBlock documentation.
|
2014-06-02 11:45:32 +02:00 |
|
Alexander Harkness
|
e06f786f11
|
Stuff.
|
2014-05-27 20:24:04 +01:00 |
|
Alexander Harkness
|
2194238ef0
|
Update main.css
|
2014-05-26 17:17:54 +01:00 |
|
madmaxoft
|
13452d3ab9
|
APIDump: Updated the OnDisconnect hook docs.
Ref.: #655.
|
2014-05-02 12:35:35 +02:00 |
|
madmaxoft
|
0cfa0c4561
|
APIDump: Improved error handling in API file loader.
|
2014-05-02 12:35:35 +02:00 |
|
madmaxoft
|
695baed226
|
Updated docs for StringToEnchantmentID.
Ref.: mc-server/Core#67
|
2014-04-23 23:06:29 +02:00 |
|
madmaxoft
|
62991d46fe
|
APIDump: Added a ChunkStay article.
Fixes #772.
|
2014-04-19 16:15:57 +02:00 |
|
Tiger Wang
|
c7f8c7eb21
|
Updated cWorld::CreateProjectile() documentation
|
2014-04-06 17:47:27 +01:00 |
|
madmaxoft
|
43e3a55a70
|
Added more API documentation to cCompositeChat.
|
2014-04-05 12:09:30 +02:00 |
|
madmaxoft
|
e2fb507be2
|
APIDump: Added angular specifics.
|
2014-04-03 21:52:50 +02:00 |
|
madmaxoft
|
e304bd08a2
|
Documented the units and range for entity rotations.
|
2014-04-03 21:44:03 +02:00 |
|
madmaxoft
|
e7e65b5005
|
Merged branch 'msDifference'.
|
2014-04-01 21:21:11 +02:00 |
|
STRWarrior
|
21e0607e49
|
APIDump: Gave msDifference it's own table.
|
2014-04-01 21:12:48 +02:00 |
|
madmaxoft
|
1229795ff0
|
cBlockArea: Added the msMask merge strategy.
|
2014-04-01 20:50:10 +02:00 |
|
madmaxoft
|
7aa6a3b866
|
LOG() API reads the LogLevel from the cCompositeChat's MessageType.
|
2014-04-01 09:32:14 +02:00 |
|
madmaxoft
|
58f2550321
|
APIDump: Documented the cCompositeChat support in logging functions.
|
2014-03-31 23:05:31 +02:00 |
|
STRWarrior
|
b19022fc7e
|
Added extra table which should make it more clear what msDifference does.
|
2014-03-31 20:13:08 +02:00 |
|
STRWarrior
|
a8bc27f872
|
Fixed typo
|
2014-03-31 20:05:48 +02:00 |
|
STRWarrior
|
f7df8e133b
|
Documented msDifference
|
2014-03-31 19:58:19 +02:00 |
|
madmaxoft
|
55d0db1606
|
APIDump: Added code completion support file to ZBS tutorial.
|
2014-03-31 18:34:27 +02:00 |
|
madmaxoft
|
f38a009b3c
|
APIDump: Renamed the ZBS API dump file to mcserver_api.lua.
This is to avoid confusion with ZBS, where two "mcserver.lua" files were present.
|
2014-03-31 18:25:00 +02:00 |
|
madmaxoft
|
1bda9b0424
|
Merge branch 'NetherFortGen'.
|
2014-03-30 19:17:33 +02:00 |
|
madmaxoft
|
b64a1daf6c
|
APIDump: Added article: Setting up ZeroBrane Studio.
Fixes #824.
|
2014-03-30 18:48:11 +02:00 |
|
madmaxoft
|
47a427d3dc
|
Merge branch 'master' into NetherFortGen
|
2014-03-29 23:05:17 +01:00 |
|
STRWarrior
|
379d403443
|
Documented both hooks.
|
2014-03-29 16:08:39 +01:00 |
|
madmaxoft
|
8557549cfa
|
Implemented the msSpongePrint merge strategy.
Similar to msImprint, but allows prefabs to carve out air pockets, too. The sponge block is used as the NOP block.
|
2014-03-28 18:03:37 +01:00 |
|
Howaner
|
327b70e769
|
Change documentation text
|
2014-03-27 23:20:28 +01:00 |
|
Howaner
|
9ac3e3405a
|
Change SpreadSource documentation
|
2014-03-27 23:20:28 +01:00 |
|
Howaner
|
54d55b31ef
|
Add documentation for new Block spread
|
2014-03-27 23:20:28 +01:00 |
|
madmaxoft
|
b370cacf0c
|
Plugins can set flying speed.
|
2014-03-20 16:14:40 +01:00 |
|
madmaxoft
|
9fae50f447
|
APIDump: Fixed wrong escaped strings.
|
2014-03-20 16:05:22 +01:00 |
|
madmaxoft
|
64d9390069
|
Rewritten player speeds to be relative unit-less.
Value of 1 means "default speed", 2 means "double the speed", 0.5 means "half the speed". This allows for easier plugins and is more future-proof.
|
2014-03-20 15:45:42 +01:00 |
|
madmaxoft
|
d6a72da382
|
APIDump: Updated comments to reflect current code.
|
2014-03-19 22:51:02 +01:00 |
|
madmaxoft
|
96e0b26912
|
APIDump: Added ZeroBraneStudio API export.
Fixes #821.
|
2014-03-19 22:42:56 +01:00 |
|
madmaxoft
|
7c717fe6df
|
APIDump: Reformatted the plugin to avoid all ZBS Analyzer issues.
|
2014-03-19 13:57:37 +01:00 |
|
madmaxoft
|
d364c7befc
|
APIDump: Documented a forgotten cCuboid constructor.
|
2014-03-15 08:38:14 +01:00 |
|
madmaxoft
|
62ed305f07
|
APIDump: Fixed missing return statement.
|
2014-03-15 07:51:33 +01:00 |
|
madmaxoft
|
0442c41c87
|
Added cCuboid:Assign(OtherCuboid) API function.
|
2014-03-15 07:50:39 +01:00 |
|
madmaxoft
|
a982b9b5ac
|
APIDump: Trigger the dump manually.
Fixes #715. The dump can be triggerred by issuing an "api" console command, or in the webadmin.
|
2014-03-14 16:18:31 +01:00 |
|
madmaxoft
|
bba090ebdd
|
cPluginManager:Bind[Console]Command returns true on success.
Fixes #801.
|
2014-03-14 11:18:14 +01:00 |
|
madmaxoft
|
04dcd850d6
|
APIDump: Removed old documentation, documented some new functions.
|
2014-03-11 08:31:27 +01:00 |
|
madmaxoft
|
15c70a1f68
|
APIDump: Updated WEOffset-related docs.
|
2014-03-12 07:53:25 +01:00 |
|
madmaxoft
|
3e9f265a36
|
Merge branch 'master' into cBlockArea_Offset
|
2014-03-12 07:39:39 +01:00 |
|
STRWarrior
|
7d1e32a28b
|
Fixed APIDump
|
2014-03-11 19:45:16 +01:00 |
|
STRWarrior
|
fa4ff28bc0
|
Documented the functions.
|
2014-03-11 19:38:56 +01:00 |
|
Howaner
|
60091bcba3
|
Change tnt documentation to ticks
|
2014-03-08 12:31:20 +01:00 |
|
Howaner
|
527f358510
|
Merge branch 'master' into BlockEntitys
|
2014-03-08 12:29:45 +01:00 |
|
Howaner
|
baeff21a5b
|
Add new tnt documentation
|
2014-03-08 10:29:57 +01:00 |
|
madmaxoft
|
ffdf5f2022
|
Fixed cBlockArea schematic string saving signature.
|
2014-03-07 21:28:52 +01:00 |
|