summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/APIDesc.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Proper entity destruction in non-ticking chunksLogicParrot2016-02-191-2/+3
|
* remove cWorld::createAndInitializeWorldLogicParrot2016-02-081-1/+0
|
* MCServer to CuberiteMathias2016-01-291-1/+1
|
* Exported GetSeed to lua and added file extension opendb to .gitignore.Lukas Pioch2016-01-121-0/+1
|
* Fix typo (ammount)Arnaud Meuret2016-01-021-1/+1
|
* 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
| |
* | Added the cUrlParser class, exported to Lua API.Mattes D2015-12-251-1/+44
|/
* 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-181-1/+14
| | | | Fixes #2746.
* blockheight mechanismGargaj2015-12-131-0/+1
|
* change from single followable item to multipleGargaj2015-11-231-0/+2
|
* Implemented brewingLukas Pioch2015-11-031-0/+3
|
* 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
* APIDump: Added an apicheck command.Mattes D2015-09-271-0/+1
| | | | 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-261-4/+8
|
* Renamed output directory to ServerMattes D2015-09-051-0/+3045