summaryrefslogtreecommitdiffstats
path: root/Server (follow)
Commit message (Expand)AuthorAgeFilesLines
* APIDump: Fixed description for tolua functions.Mattes D2016-09-271-0/+4
* Fixed cCompositeChat's constructor LuaAPI bindings.Mattes D2016-09-251-11/+133
* InfoReg: Don't fail if there are no commands to register.Mattes D2016-09-221-2/+6
* InfoDump: Trim description string before outputting to README.md.Mattes D2016-09-221-47/+56
* APIDump: Fixed descriptions for "array table of strings".Mattes D2016-09-191-9/+6
* APIDump: Replaced "callback" type with "function".Mattes D2016-09-161-3/+3
* InfoReg: Fixed cPluginManager usage.Mattes D2016-09-161-17/+17
* APIDesc: Fixed modifiers for sqlite3 functions.Mattes D2016-09-151-0/+8
* APIDesc: Fixed some leftover "<unknown>" types.Mattes D2016-09-142-67/+71
* APIDump: Reformatted the docs to include type information.Mattes D2016-09-129-2427/+23359
* APIDump: Support structured parameter info.Mattes D2016-09-092-41/+140
* APIDump: Removed trailing whitespace.Mattes D2016-09-083-27/+27
* remove hopper from dropper's recipe (#3374)hangyas2016-09-071-1/+1
* APIDoc: Allow to create a link to an object. (#3371)Mattes D2016-09-061-3/+8
* Merge branch 'master' of https://github.com/cuberite/cuberiteMattes D2016-09-051-0/+1
|\
| * Configurable dirty unused chunk cap to avoid RAM overuse (#3359)LogicParrot2016-09-031-0/+1
* | APIDump: Fixed documentation for cPluginManager:GetPluginsPath().Mattes D2016-09-051-1/+1
|/
* cUrlClient: Exported to Lua API.Mattes D2016-08-233-2/+265
* Removed Decoda project files, no longer used. (#3320)Mattes D2016-08-183-180/+0
* Added cWorld:SetSpawn() API and Lua binding (#3316)ElNounch2016-08-151-0/+1
* Typo in IniFile:GetNumKeys() code sample (#3317)ElNounch2016-08-141-2/+2
* Updated Core.Alexander Harkness2016-08-101-0/+0
* Fixed NetherBrick recipes (#3306)jammet2016-08-101-4/+4
* Canonical tag (#3300)Mathias2016-08-077-0/+7
* Added additional examples to the documentation for HOOK_BLOCK_SPREAD. (#3277)Alexander Harkness2016-07-291-4/+20
* Dropped 1.7 support (#3253)Mathias2016-07-211-1/+1
* Added newsletter, HTTPS links.Alexander Harkness2016-07-201-2/+5
* Added Robert Cringely to BACKERSAlexander Harkness2016-07-201-0/+1
* APIDump: Added explicit IsStatic flag to static functions.Mattes D2016-07-186-106/+110
* Updated API documentation.Mattes D2016-07-185-113/+339
* APIDump: Changed not to use globals, added more doxycomments.Mattes D2016-07-182-42/+64
* Changed Hopper to wtHopper and adjusted .gitignore.Lukas Pioch2016-07-121-1/+1
* Fixed Lua Json serializing a bool.Mattes D2016-07-101-4/+6
* Changed world tasks to use cLuaState::cCallback.Mattes D2016-06-271-2/+2
* Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D2016-06-273-24/+53
* Added ltdTM to BACKERSAlexander Harkness2016-06-231-0/+1
* - Add a activation flag to droppers and dispensers. Previously droppers and dispensers shot items with every block update.QUSpilPrgm2016-06-151-0/+8
* Normalized Vector3 API to use the same capitalization as all else.Mattes D2016-06-101-1/+15
* Bindings: Fixed cBoundingBox API.Mattes D2016-06-053-1/+66
* Update Dispensers and let them act more like in VanillaQUSpilPrgm2016-06-031-3/+5
* Debuggers: Added the forgotten Inject.lua file.Mattes D2016-06-021-0/+57
* LuaState: Inter-plugin calls now support simple tables. (#3220)Mattes D2016-05-313-1/+64
* Added GetTeamNames to cScoreboard (#3217)PlasmaPower2016-05-293-0/+20
* Fixed remaining issue from #3199 (#3207)Alexander Harkness2016-05-291-0/+2
* Fixed wooden slabs only burning for 15 ticks. (#3212)Samantha Neubeck2016-05-241-1/+1
* Add JimSVMI83 to backers file.Alexander Harkness2016-05-211-0/+1
* Some 1.9 Crafting Recipes and Items. (#3199)Alexander Harkness2016-05-203-140/+224
* Added Utking to backers file.Alexander Harkness2016-05-161-0/+1
* Added "Chissled Stone Bricks" recipe (#3192)LogicParrot2016-05-151-0/+1
* 1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)Pokechu222016-05-144-0/+65
* Updated the Core submodule (#3172)LogicParrot2016-04-301-0/+0
* Improved player freeze codeLogicParrot2016-04-051-1/+0
* MoveToWorld defaults to spawnpointLogicParrot2016-03-301-3/+3
* Bed's world is now savedLogicParrot2016-03-291-1/+1
* Updated icons and logoMathias2016-03-284-4/+2
* Added donator to listMathias2016-03-251-0/+1
* Revert "Lua callback"Mattes D2016-03-214-55/+26
* Changed world tasks to use cLuaState::cCallback.Mattes D2016-03-171-2/+2
* Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D2016-03-173-24/+53
* Fixed melon block recipeMathias2016-03-141-1/+1
* Proper entity destruction in non-ticking chunksLogicParrot2016-02-191-2/+3
* remove cWorld::createAndInitializeWorldLogicParrot2016-02-081-1/+0
* Minor updateMathias2016-02-026-140/+11
* Updated old forum linksMathias2016-01-315-15/+15
* MCServer to CuberiteMathias2016-01-293-4/+4
* Front-end updateMathias2016-01-282-16/+12
* LuaTcpSsl: Disabled cert verification due to missing CA chain.Mattes D2016-01-241-2/+2
* Improved tamed wolf pack cooperation and projectile reactionsLogicParrot2016-01-221-1/+1
* Alphabetically sorted configuration filesLogicParrot2016-01-174-404/+404
* Update crafting.txtjammet2016-01-171-0/+1
* Exported GetSeed to lua and added file extension opendb to .gitignore.Lukas Pioch2016-01-121-0/+1
* Changed the format of the MobHead data to allow MobHeads working on MInecraft 1.8bibo382016-01-111-2/+5
* Fix typo (ammount)Arnaud Meuret2016-01-021-1/+1
* Updated plugins with the rename to Cuberite.Mattes D2016-01-013-0/+0
* Renamed leftover strings to Cuberite / Server, as needed.Mattes D2016-01-0115-35/+33
* Debuggers plugin: Added "uuid" console command.Mattes D2015-12-282-0/+37
* Merge pull request #2825 from Gargaj/snowlayersAlexander Harkness2015-12-271-1/+1
|\
| * fix crafting recipe for snow layersGargaj2015-12-261-1/+1
* | Merge pull request #2814 from SafwatHalaby/chunk2Safwat Halaby2015-12-261-0/+4
|\ \
| * | Freeze player until chunk is loadedSafwat Halaby2015-12-251-0/+4
| |/
* | Merge pull request #2820 from cuberite/UrlParserworktycho2015-12-263-1/+91
|\ \
| * | Added the cUrlParser class, exported to Lua API.Mattes D2015-12-253-1/+91
| |/
* / Added analytics to APIDumpAlexander Harkness2015-12-268-57/+6780
|/
* Added a Json parser and serializer to Lua API.Mattes D2015-12-243-48/+140
* Added 1.7 item namesMathias2015-12-223-42/+412
* Added HTTPS links wherever they are supported.Alexander Harkness2015-12-193-21/+17
* Revised the explosion-related Lua API and docs.Mattes D2015-12-185-36/+28
* blockheight mechanismGargaj2015-12-131-0/+1
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-1/+2
* Fixed a few crafting recipesMathias2015-12-121-15/+19
* Added PieceStructures generator.Mattes D2015-12-0110-235/+16126
* Updated DumpInfo pluginNiLSPACE2015-11-291-2/+2
* change from single followable item to multipleGargaj2015-11-231-0/+2
* add Golden CarrotGargaj2015-11-231-0/+1
* Changed server favicon to more commonly used oneJulian Laubstein2015-11-031-0/+0
* Implemented brewingLukas Pioch2015-11-036-0/+335
* 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
* Updated Core and ProtectionAreasLukas Pioch2015-10-272-0/+0
* Debuggers: Added a plugin channel test with funny chars in data.Mattes D2015-10-212-0/+17
* 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
* Added 'net sclient' command to NetworkTest plugin.Mattes D2015-10-092-0/+60
* Updated PlainsVillage prefabs.Mattes D2015-10-051-94/+96
* APIDump: Added an apicheck command.Mattes D2015-09-272-6/+100
* Extended and fixed the cFile API.Mattes D2015-09-263-9/+11
* APIDump: Fixed ZBS integration filenames after project rename.Mattes D2015-09-142-6/+6
* Added gallery web previews to ignore list.Mattes D2015-09-071-0/+2
* Renamed output directory to ServerMattes D2015-09-05153-0/+35759