| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #2746.
|
|
|
|
|
|
|
|
|
|
|
|
This not only provides fire resistence, but also prevents blaze fireballs.
See #2556
|
|
This checks the current API for undocumented functions against the current list of official undocumented functions (http://apidocs.cuberite.org/_undocumented.lua) and reports any newly found ones. To be used in CI to check against newly introduced API functions without documentation.
|
|
|
|
|
|
|
|
|
|
|
|
Made the portal size configurable
Alpha-sorted SetXYZNetherPortalXYZ functions
|
|
|
|
|
|
|
|
|
|
Updated parameters passed to HOOK_KILLING
|
|
|
|
|
|
Removed F accidentially added.
Made the two FindAndDoWithPlayers documentation consistent.
|
|
|
|
|
|
|
|
|
|
This is a bit easier to read, has better error reporting and fixes a few subtle bugs.
Fixes #1889.
|
|
|
|
Ref.: http://forum.mc-server.org/showthread.php?tid=1877
|
|
|
|
|
|
GetLastModificationTime, GetPathSeparator() and GetExecutableExt()
|
|
|
|
|
|
|
|
Fixed APIDump loading
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The example was all wrong and the function is normally not needed at all (#1789).
Fixes #1787
|
|
|
|
|
|
There was no info about the factor.
|
|
|
|
|
|
|
|
|
|
The hooks now have fewer parameters but are called on all player-placed blocks (#1618).
|
|
It caused the whole page to extend beyond the max width
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also fixed the bindings, now all functions are static-like.
|
|
This is a simpler way to ask for a single name -> uuid conversion.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ref.: #1160
|
|
|
|
|
|
Ref.: #771
|
|
Exported and documented the CommandResult enums
|
|
Exported entity effect functions for ToLua and documented them in APIDesc.lua
|
|
Fixes #504.
|
|
|
|
|
|
|
|
|
|
Ref.: mc-server/Core#67
|
|
Fixes #772.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #824.
|
|
Similar to msImprint, but allows prefabs to carve out air pockets, too. The sponge block is used as the NOP block.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
Fixes #801.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"cCompositeChat" was ignored because it matched "os".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Moved string manipulation into cClientHandle and therefore...
+ Added configuration option for prefixes.
* Cleaned up code.
* Updated documentation for API.
|
|
Fixes #637.
|
|
|
|
|
|
Also removed GetClosestPlayer documentation
|
|
|
|
|
|
This function supersedes cPlugin:Call(), is safer to use in regards to multithreading and once again removes the need for the cPlugin class being exported at all.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The recent changes didn't document some of the new API functions.
|
|
|
|
Now the documentation really matches the implementation.
|
|
Fixes #401. Old formats are still accepted, for compatibility reasons.
|
|
This implements #383.
|
|
|
|
|
|
We may get to documenting them one day, but for now they are unused anyway, so there's no point in documenting them. They are a by-product of multiple inheritance, re-introduced due to #422.
|
|
|
|
|
|
|
|
|
|
|
|
Documented etExpOrb.
|
|
|
|
|
|
|
|
|
|
All the files in the Classes subfolder are read for class descriptions, and in the Hooks subfolder for the hook descriptions.
|
|
|
|
Also fixed the parsing of the Include data in the constant groups, and added linkification to group texts.
|
|
|
|
Fix #289.
|
|
Fix 162.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rather, it only queues the save task onto each world's tick thread.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The constants are self-documenting, no need to describe them further.
|
|
|
|
|
|
They don't really need much documentation, so just ignoring them in the Undocumented output.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Referenced by file links and titles and copied directly from the plugin folder to the dest folder.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also fixed most functions that were erroneously parsed as constants by the automatic wiki import.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|