summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2814 from SafwatHalaby/chunk2Safwat Halaby2015-12-261-0/+4
|\ | | | | Freeze player until chunk is loaded
| * Freeze player until chunk is loadedSafwat Halaby2015-12-251-0/+4
| |
* | Merge pull request #2820 from cuberite/UrlParserworktycho2015-12-261-1/+44
|\ \ | | | | | | Added the cUrlParser class, exported to Lua API.
| * | Added the cUrlParser class, exported to Lua API.Mattes D2015-12-251-1/+44
| |/
* / Added analytics to APIDumpAlexander Harkness2015-12-268-57/+6780
|/
* Added a Json parser and serializer to Lua API.Mattes D2015-12-241-47/+105
|
* Revised the explosion-related Lua API and docs.Mattes D2015-12-185-36/+28
| | | | Fixes #2746.
* blockheight mechanismGargaj2015-12-131-0/+1
|
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-1/+2
|
* change from single followable item to multipleGargaj2015-11-231-0/+2
|
* Implemented brewingLukas Pioch2015-11-035-0/+100
|
* Fixed typo that slipped through #2584Alexander Harkness2015-10-311-1/+1
|
* Fixed typo in description.Alexander Harkness2015-10-311-1/+1
|
* Implemented the FireResistence potion effects.bibo382015-10-311-2/+3
| | | | | This not only provides fire resistence, but also prevents blaze fireballs. See #2556
* Added missing hooks to cPluginManagerLukas Pioch2015-10-121-0/+3
|
* APIDump: Added a missing endline to the NewlyUndocumented output file.Mattes D2015-10-111-0/+1
|
* APIDump: Added an apicheck command.Mattes D2015-09-272-6/+100
| | | | 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.
* Extended and fixed the cFile API.Mattes D2015-09-262-9/+11
|
* APIDump: Fixed ZBS integration filenames after project rename.Mattes D2015-09-142-6/+6
|
* Renamed output directory to ServerMattes D2015-09-0591-0/+9783