Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-04-05 | Improved player freeze code | LogicParrot | 1 | -1/+0 | |
2016-03-30 | MoveToWorld defaults to spawnpoint | LogicParrot | 1 | -3/+3 | |
2016-03-29 | Bed's world is now saved | LogicParrot | 1 | -1/+1 | |
2016-03-28 | Updated icons and logo | Mathias | 4 | -4/+2 | |
2016-03-25 | Added donator to list | Mathias | 1 | -0/+1 | |
2016-03-21 | Revert "Lua callback" | Mattes D | 4 | -55/+26 | |
2016-03-17 | Changed world tasks to use cLuaState::cCallback. | Mattes D | 1 | -2/+2 | |
2016-03-17 | Removed cWebPlugin, WebAdmin uses cLuaState::cCallback. | Mattes D | 3 | -24/+53 | |
2016-03-14 | Fixed melon block recipe | Mathias | 1 | -1/+1 | |
2016-02-19 | Proper entity destruction in non-ticking chunks | LogicParrot | 1 | -2/+3 | |
2016-02-08 | remove cWorld::createAndInitializeWorld | LogicParrot | 1 | -1/+0 | |
2016-02-02 | Minor update | Mathias | 6 | -140/+11 | |
2016-01-31 | Updated old forum links | Mathias | 5 | -15/+15 | |
2016-01-29 | MCServer to Cuberite | Mathias | 3 | -4/+4 | |
2016-01-28 | Front-end update | Mathias | 2 | -16/+12 | |
2016-01-24 | LuaTcpSsl: Disabled cert verification due to missing CA chain. | Mattes D | 1 | -2/+2 | |
2016-01-22 | Improved tamed wolf pack cooperation and projectile reactions | LogicParrot | 1 | -1/+1 | |
2016-01-17 | Alphabetically sorted configuration files | LogicParrot | 4 | -404/+404 | |
2016-01-17 | Update crafting.txt | jammet | 1 | -0/+1 | |
Added Mossy Cobblestone recipe | |||||
2016-01-12 | Exported GetSeed to lua and added file extension opendb to .gitignore. | Lukas Pioch | 1 | -0/+1 | |
2016-01-11 | Changed the format of the MobHead data to allow MobHeads working on MInecraft 1.8 | bibo38 | 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 | |||||
2016-01-02 | Fix typo (ammount) | Arnaud Meuret | 1 | -1/+1 | |
2016-01-01 | Updated plugins with the rename to Cuberite. | Mattes D | 3 | -0/+0 | |
2016-01-01 | Renamed leftover strings to Cuberite / Server, as needed. | Mattes D | 15 | -35/+33 | |
Also upgraded the user setting file for MSVC to 2013. | |||||
2015-12-28 | Debuggers plugin: Added "uuid" console command. | Mattes D | 2 | -0/+37 | |
2015-12-26 | fix crafting recipe for snow layers | Gargaj | 1 | -1/+1 | |
2015-12-26 | Added analytics to APIDump | Alexander Harkness | 8 | -57/+6780 | |
2015-12-25 | Added the cUrlParser class, exported to Lua API. | Mattes D | 3 | -1/+91 | |
2015-12-25 | Freeze player until chunk is loaded | Safwat Halaby | 1 | -0/+4 | |
2015-12-24 | Added a Json parser and serializer to Lua API. | Mattes D | 3 | -48/+140 | |
2015-12-22 | Added 1.7 item names | Mathias | 3 | -42/+412 | |
2015-12-19 | Added HTTPS links wherever they are supported. | Alexander Harkness | 3 | -21/+17 | |
2015-12-18 | Revised the explosion-related Lua API and docs. | Mattes D | 5 | -36/+28 | |
Fixes #2746. | |||||
2015-12-13 | blockheight mechanism | Gargaj | 1 | -0/+1 | |
2015-12-13 | allow use failures to propagate from the entity/block to the player | Gargaj | 1 | -1/+2 | |
2015-12-12 | Fixed a few crafting recipes | Mathias | 1 | -15/+19 | |
2015-12-01 | Added PieceStructures generator. | Mattes D | 10 | -235/+16126 | |
2015-11-29 | Updated DumpInfo plugin | NiLSPACE | 1 | -2/+2 | |
2015-11-23 | change from single followable item to multiple | Gargaj | 1 | -0/+2 | |
2015-11-23 | add Golden Carrot | Gargaj | 1 | -0/+1 | |
Yay! | |||||
2015-11-03 | Changed server favicon to more commonly used one | Julian Laubstein | 1 | -0/+0 | |
2015-11-03 | Implemented brewing | Lukas Pioch | 6 | -0/+335 | |
2015-10-31 | Fixed typo that slipped through #2584 | Alexander Harkness | 1 | -1/+1 | |
2015-10-31 | Fixed typo in description. | Alexander Harkness | 1 | -1/+1 | |
2015-10-31 | Implemented the FireResistence potion effects. | bibo38 | 1 | -2/+3 | |
This not only provides fire resistence, but also prevents blaze fireballs. See #2556 | |||||
2015-10-27 | Updated Core and ProtectionAreas | Lukas Pioch | 2 | -0/+0 | |
2015-10-21 | Debuggers: Added a plugin channel test with funny chars in data. | Mattes D | 2 | -0/+17 | |
2015-10-12 | Added missing hooks to cPluginManager | Lukas Pioch | 1 | -0/+3 | |
2015-10-11 | APIDump: Added a missing endline to the NewlyUndocumented output file. | Mattes D | 1 | -0/+1 | |
2015-10-09 | Added 'net sclient' command to NetworkTest plugin. | Mattes D | 2 | -0/+60 | |
2015-10-05 | Updated PlainsVillage prefabs. | Mattes D | 1 | -94/+96 | |
Some connectors had been off by one block. | |||||
2015-09-27 | APIDump: Added an apicheck command. | Mattes D | 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. | |||||
2015-09-26 | Extended and fixed the cFile API. | Mattes D | 3 | -9/+11 | |
2015-09-14 | APIDump: Fixed ZBS integration filenames after project rename. | Mattes D | 2 | -6/+6 | |
2015-09-07 | Added gallery web previews to ignore list. | Mattes D | 1 | -0/+2 | |
2015-09-05 | Renamed output directory to Server | Mattes D | 153 | -0/+35759 | |