summaryrefslogtreecommitdiffstats
path: root/Server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tracer replacement (#3704)Mattes D2017-05-113-32/+189
* Exported cFallingBlock and cExpOrb (#3700)Lukas Pioch2017-05-091-1/+88
* Updated Core and ProtectionAreas to latest.Mattes D2017-05-092-0/+0
* APIDump: Add missing 'My' to generated function hook example.Lukas Pioch2017-05-091-1/+1
* Added missing checks for Initialize function and updated APIDocLukas Pioch2017-05-081-6/+6
* Corrected brewingstand and added support for fuelLukas Pioch2017-05-081-0/+35
* Removed binary ToLua++ from build.Mattes D2017-05-041-0/+1
* APIDoc: Removed non-existent functions and added missing return typesLukas Pioch2017-05-023-114/+45
* APIDoc: Replaced incorrect param cMonster with eMonsterTypeLukas Pioch2017-04-301-1/+1
* Build Lua in C++ mode, use exceptions for error-raising. (#3680)Mattes D2017-04-261-0/+10
* APIDoc: Corrected a few linksLukas Pioch2017-04-075-9/+9
* API: Removed function GetChar (#3664)Lukas Pioch2017-04-051-21/+0
* APIDoc: Added missing IsStatic flags and corrected param types.Lukas Pioch2017-04-053-5/+9
* APIDoc: Documented missing functions and variables. (#3634)Lukas Pioch2017-04-044-3/+189
* Add Fllamber to BACKERS file.Alexander Harkness2017-03-291-0/+1
* APIDocs: Corrected param types in cBoundingBox (#3624)Lukas Pioch2017-03-161-10/+10
* Added is static flag and removed is static info from text. (#3616)Lukas Pioch2017-03-051-1/+3
* Added missing IsStatic flag to functions. (#3613)Lukas Pioch2017-03-022-0/+6
* Removed a few default plugins (#3580)mathiascode2017-02-245-85/+0
* Add 1.11.1/1.11.2 protocol (#3575)mathiascode2017-02-211-1/+1
* Changed fish launching mechanism (#3520)Alex2017-02-201-0/+9
* Updated sounds and effect IDs (#3422)mathiascode2017-02-151-1/+1
* Added some blocks and items (#3503)mathiascode2017-02-142-2/+202
* APIDump: Corrected luacheck file to load a plugin's luacheck if existsLukas Pioch2017-01-281-35/+16
* Debuggers: Added /clientversion command to display protocol version.Mattes D2017-01-282-0/+15
* ApiDump: Added merge code to .luacheckrcLukas Pioch2017-01-271-1/+47
* Debuggers: Added a deadlock simulation command.Mattes D2017-01-182-0/+34
* Added 1.11 smelting recipes and fuels (#3526)Bond-0092017-01-093-39/+52
* Furnace: Changed GoldLeggings to GoldenLeggings (#3521)Bond-0092017-01-051-1/+1
* Track skin part and main hand preferences (#3498)Pokechu222017-01-031-0/+143
* Api Documentationsweetgiorni2017-01-031-0/+10
* Debuggers: PluginStats are now output only on request. (#3513)Mattes D2017-01-012-51/+21
* Added 1.11 blocks, items and recipes (#3500)mathiascode2016-12-303-22/+353
* Refactored to put URL Encoding / Decoding in a single place. (#3491)Mattes D2016-12-252-1/+40
* Updated links and docs (#3488)mathiascode2016-12-1912-22/+24
* Reverted temporary redirect to LuaAPI docs (#3487)Mattes D2016-12-181-1/+1
* Updated ProtectionAreas.Mattes D2016-12-171-0/+0
* APIDump: Load the official undocumented from alternate location.Mattes D2016-12-151-1/+1
* APIDump: Make "apicheck" errors stand out in the log.Mattes D2016-12-151-2/+4
* APIDump: Proper error messages on apicheck failures.Mattes D2016-12-151-9/+15
* Fixed and extended TestRails cubeset.Mattes D2016-12-151-34/+43
* Fix meta mirror (#3470)Mattes D2016-12-092-0/+24
* APIDesc: Fixed wrong cBlockArea parameter descriptions.Mattes D2016-12-041-22/+22
* Updated the prefabs.Mattes D2016-12-016-667/+666
* Debuggers: Added commands to investigate item's custom Lua properties.Mattes D2016-11-263-2/+61
* Debuggers: Added commands to investigate item's custom name.Mattes D2016-11-262-1/+60
* Debuggers: Added commands to investigate item's Lore.Mattes D2016-11-262-0/+60
* Debuggers: Sorted the Info.lua commands.Mattes D2016-11-261-25/+25
* Prefabs: Implemented support for ExpandFloorStrategy.Mattes D2016-11-2410-874/+877
* Added API export for LuaCheck.Lukas Pioch2016-11-221-0/+73
* Updated the Core.Mattes D2016-11-161-0/+0
* Add Lua API export for titles. (#3408)mohe20152016-11-131-0/+72
* Added blocks and crafting recipesMathias2016-11-122-6/+20
* Updated Core.Mattes D2016-11-101-0/+0
* Anticheat fastbreak (#3411)mohe20152016-11-061-0/+1818
* LuaJson: Report serialization errors instead of crashing.Mattes D2016-10-272-125/+130
* CI: API test defaults to failure, unless explicitly succeeded.Mattes D2016-10-251-22/+21
* Added SendMessageRaw for sending json string.Lukas Pioch2016-10-211-0/+16
* APIDump: Added missing syntax to cUrlClient (#3407)NiLSPACE2016-10-171-145/+261
* APIDump: Fixed cWorld:QueueTask signature, moved to separate file. (#3400)Mattes D2016-10-132-3346/+3363
* Spectators added (#2852)bibo382016-10-121-0/+28
* cChunk::SetAlwaysTicked implies cChunk::stay (#3361)LogicParrot2016-10-091-1/+1
* Updated the Core plugin.Mattes D2016-10-081-0/+0
* APIDump: Fixed descriptions for cPluginManager:ForEachPlugin().Mattes D2016-10-061-10/+30
* APIDump: Fixed descriptions for cWorld:ChunkStay.Mattes D2016-10-061-0/+2
* Fixed cRankManager API docs.Mattes D2016-10-062-587/+727
* APIDump: Check param and return types.Mattes D2016-10-034-59/+204
* APIDump: Fixed description for schematic file loading.Mattes D2016-10-021-0/+8
* APIDesc: Reformatted ConstantGroups to match the enum names.Mattes D2016-10-012-6/+6
* 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