Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved player freeze code | LogicParrot | 2016-04-05 | 1 | -1/+0 |
| | |||||
* | MoveToWorld defaults to spawnpoint | LogicParrot | 2016-03-30 | 1 | -3/+3 |
| | |||||
* | Bed's world is now saved | LogicParrot | 2016-03-29 | 1 | -1/+1 |
| | |||||
* | Revert "Lua callback" | Mattes D | 2016-03-21 | 2 | -12/+3 |
| | |||||
* | Removed cWebPlugin, WebAdmin uses cLuaState::cCallback. | Mattes D | 2016-03-17 | 2 | -3/+12 |
| | |||||
* | Proper entity destruction in non-ticking chunks | LogicParrot | 2016-02-19 | 1 | -2/+3 |
| | |||||
* | remove cWorld::createAndInitializeWorld | LogicParrot | 2016-02-08 | 1 | -1/+0 |
| | |||||
* | Updated old forum links | Mathias | 2016-01-31 | 2 | -3/+3 |
| | |||||
* | MCServer to Cuberite | Mathias | 2016-01-29 | 2 | -3/+3 |
| | |||||
* | LuaTcpSsl: Disabled cert verification due to missing CA chain. | Mattes D | 2016-01-24 | 1 | -2/+2 |
| | |||||
* | Exported GetSeed to lua and added file extension opendb to .gitignore. | Lukas Pioch | 2016-01-12 | 1 | -0/+1 |
| | |||||
* | Changed the format of the MobHead data to allow MobHeads working on MInecraft 1.8 | bibo38 | 2016-01-11 | 1 | -2/+5 |
| | | | | | | The NBT format now carries the texture data and transmit it to the client. See: http://minecraft.gamepedia.com/Head#Block_entity Related to #2674 | ||||
* | Fix typo (ammount) | Arnaud Meuret | 2016-01-02 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2814 from SafwatHalaby/chunk2 | Safwat Halaby | 2015-12-26 | 1 | -0/+4 |
|\ | | | | | Freeze player until chunk is loaded | ||||
| * | Freeze player until chunk is loaded | Safwat Halaby | 2015-12-25 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #2820 from cuberite/UrlParser | worktycho | 2015-12-26 | 1 | -1/+44 |
|\ \ | | | | | | | Added the cUrlParser class, exported to Lua API. | ||||
| * | | Added the cUrlParser class, exported to Lua API. | Mattes D | 2015-12-25 | 1 | -1/+44 |
| |/ | |||||
* / | Added analytics to APIDump | Alexander Harkness | 2015-12-26 | 8 | -57/+6780 |
|/ | |||||
* | Added a Json parser and serializer to Lua API. | Mattes D | 2015-12-24 | 1 | -47/+105 |
| | |||||
* | Revised the explosion-related Lua API and docs. | Mattes D | 2015-12-18 | 5 | -36/+28 |
| | | | | Fixes #2746. | ||||
* | blockheight mechanism | Gargaj | 2015-12-13 | 1 | -0/+1 |
| | |||||
* | allow use failures to propagate from the entity/block to the player | Gargaj | 2015-12-13 | 1 | -1/+2 |
| | |||||
* | change from single followable item to multiple | Gargaj | 2015-11-23 | 1 | -0/+2 |
| | |||||
* | Implemented brewing | Lukas Pioch | 2015-11-03 | 5 | -0/+100 |
| | |||||
* | Fixed typo that slipped through #2584 | Alexander Harkness | 2015-10-31 | 1 | -1/+1 |
| | |||||
* | Fixed typo in description. | Alexander Harkness | 2015-10-31 | 1 | -1/+1 |
| | |||||
* | Implemented the FireResistence potion effects. | bibo38 | 2015-10-31 | 1 | -2/+3 |
| | | | | | This not only provides fire resistence, but also prevents blaze fireballs. See #2556 | ||||
* | Added missing hooks to cPluginManager | Lukas Pioch | 2015-10-12 | 1 | -0/+3 |
| | |||||
* | APIDump: Added a missing endline to the NewlyUndocumented output file. | Mattes D | 2015-10-11 | 1 | -0/+1 |
| | |||||
* | APIDump: Added an apicheck command. | Mattes D | 2015-09-27 | 2 | -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 D | 2015-09-26 | 2 | -9/+11 |
| | |||||
* | APIDump: Fixed ZBS integration filenames after project rename. | Mattes D | 2015-09-14 | 2 | -6/+6 |
| | |||||
* | Renamed output directory to Server | Mattes D | 2015-09-05 | 91 | -0/+9783 |