summaryrefslogtreecommitdiffstats
path: root/Server (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-26Debuggers: Added commands to investigate item's custom Lua properties.Mattes D3-2/+61
2016-11-26Debuggers: Added commands to investigate item's custom name.Mattes D2-1/+60
2016-11-26Debuggers: Added commands to investigate item's Lore.Mattes D2-0/+60
2016-11-26Debuggers: Sorted the Info.lua commands.Mattes D1-25/+25
2016-11-24Prefabs: Implemented support for ExpandFloorStrategy.Mattes D10-874/+877
2016-11-22Added API export for LuaCheck.Lukas Pioch1-0/+73
2016-11-16Updated the Core.Mattes D1-0/+0
2016-11-13Add Lua API export for titles. (#3408)mohe20151-0/+72
2016-11-12Added blocks and crafting recipesMathias2-6/+20
2016-11-10Updated Core.Mattes D1-0/+0
2016-11-06Anticheat fastbreak (#3411)mohe20151-0/+1818
2016-10-27LuaJson: Report serialization errors instead of crashing.Mattes D2-125/+130
2016-10-25CI: API test defaults to failure, unless explicitly succeeded.Mattes D1-22/+21
2016-10-21Added SendMessageRaw for sending json string.Lukas Pioch1-0/+16
2016-10-17APIDump: Added missing syntax to cUrlClient (#3407)NiLSPACE1-145/+261
2016-10-13APIDump: Fixed cWorld:QueueTask signature, moved to separate file. (#3400)Mattes D2-3346/+3363
2016-10-12Spectators added (#2852)bibo381-0/+28
2016-10-09cChunk::SetAlwaysTicked implies cChunk::stay (#3361)LogicParrot1-1/+1
2016-10-08Updated the Core plugin.Mattes D1-0/+0
2016-10-06APIDump: Fixed descriptions for cPluginManager:ForEachPlugin().Mattes D1-10/+30
2016-10-06APIDump: Fixed descriptions for cWorld:ChunkStay.Mattes D1-0/+2
2016-10-06Fixed cRankManager API docs.Mattes D2-587/+727
2016-10-03APIDump: Check param and return types.Mattes D4-59/+204
2016-10-02APIDump: Fixed description for schematic file loading.Mattes D1-0/+8
2016-10-01APIDesc: Reformatted ConstantGroups to match the enum names.Mattes D2-6/+6
2016-09-27APIDump: Fixed description for tolua functions.Mattes D1-0/+4
2016-09-25Fixed cCompositeChat's constructor LuaAPI bindings.Mattes D1-11/+133
2016-09-22InfoReg: Don't fail if there are no commands to register.Mattes D1-2/+6
2016-09-22InfoDump: Trim description string before outputting to README.md.Mattes D1-47/+56
2016-09-19APIDump: Fixed descriptions for "array table of strings".Mattes D1-9/+6
2016-09-16APIDump: Replaced "callback" type with "function".Mattes D1-3/+3
2016-09-16InfoReg: Fixed cPluginManager usage.Mattes D1-17/+17
2016-09-15APIDesc: Fixed modifiers for sqlite3 functions.Mattes D1-0/+8
2016-09-14APIDesc: Fixed some leftover "<unknown>" types.Mattes D2-67/+71
2016-09-12APIDump: Reformatted the docs to include type information.Mattes D9-2427/+23359
2016-09-09APIDump: Support structured parameter info.Mattes D2-41/+140
2016-09-08APIDump: Removed trailing whitespace.Mattes D3-27/+27
2016-09-07remove hopper from dropper's recipe (#3374)hangyas1-1/+1
2016-09-06APIDoc: Allow to create a link to an object. (#3371)Mattes D1-3/+8
2016-09-05APIDump: Fixed documentation for cPluginManager:GetPluginsPath().Mattes D1-1/+1
2016-09-03Configurable dirty unused chunk cap to avoid RAM overuse (#3359)LogicParrot1-0/+1
2016-08-23cUrlClient: Exported to Lua API.Mattes D3-2/+265
2016-08-18Removed Decoda project files, no longer used. (#3320)Mattes D3-180/+0
2016-08-15Added cWorld:SetSpawn() API and Lua binding (#3316)ElNounch1-0/+1
2016-08-14Typo in IniFile:GetNumKeys() code sample (#3317)ElNounch1-2/+2
2016-08-10Updated Core.Alexander Harkness1-0/+0
2016-08-10Fixed NetherBrick recipes (#3306)jammet1-4/+4
2016-08-07Canonical tag (#3300)Mathias7-0/+7
2016-07-29Added additional examples to the documentation for HOOK_BLOCK_SPREAD. (#3277)Alexander Harkness1-4/+20
2016-07-21Dropped 1.7 support (#3253)Mathias1-1/+1
2016-07-20Added newsletter, HTTPS links.Alexander Harkness1-2/+5
2016-07-20Added Robert Cringely to BACKERSAlexander Harkness1-0/+1
2016-07-18APIDump: Added explicit IsStatic flag to static functions.Mattes D6-106/+110
2016-07-18Updated API documentation.Mattes D5-113/+339
2016-07-18APIDump: Changed not to use globals, added more doxycomments.Mattes D2-42/+64
2016-07-12Changed Hopper to wtHopper and adjusted .gitignore.Lukas Pioch1-1/+1
2016-07-10Fixed Lua Json serializing a bool.Mattes D1-4/+6
2016-06-27Changed world tasks to use cLuaState::cCallback.Mattes D1-2/+2
2016-06-27Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D3-24/+53
2016-06-23Added ltdTM to BACKERSAlexander Harkness1-0/+1
2016-06-15- Add a activation flag to droppers and dispensers. Previously droppers and dispensers shot items with every block update.QUSpilPrgm1-0/+8
2016-06-10Normalized Vector3 API to use the same capitalization as all else.Mattes D1-1/+15
2016-06-05Bindings: Fixed cBoundingBox API.Mattes D3-1/+66
2016-06-03Update Dispensers and let them act more like in VanillaQUSpilPrgm1-3/+5
2016-06-02Debuggers: Added the forgotten Inject.lua file.Mattes D1-0/+57
2016-05-31LuaState: Inter-plugin calls now support simple tables. (#3220)Mattes D3-1/+64
2016-05-29Added GetTeamNames to cScoreboard (#3217)PlasmaPower3-0/+20
2016-05-29Fixed remaining issue from #3199 (#3207)Alexander Harkness1-0/+2
2016-05-24Fixed wooden slabs only burning for 15 ticks. (#3212)Samantha Neubeck1-1/+1
2016-05-21Add JimSVMI83 to backers file.Alexander Harkness1-0/+1
2016-05-20Some 1.9 Crafting Recipes and Items. (#3199)Alexander Harkness3-140/+224
2016-05-16Added Utking to backers file.Alexander Harkness1-0/+1
2016-05-15Added "Chissled Stone Bricks" recipe (#3192)LogicParrot1-0/+1
2016-05-141.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)Pokechu224-0/+65
2016-04-30Updated the Core submodule (#3172)LogicParrot1-0/+0
2016-04-05Improved player freeze codeLogicParrot1-1/+0
2016-03-30MoveToWorld defaults to spawnpointLogicParrot1-3/+3
2016-03-29Bed's world is now savedLogicParrot1-1/+1
2016-03-28Updated icons and logoMathias4-4/+2
2016-03-25Added donator to listMathias1-0/+1
2016-03-21Revert "Lua callback"Mattes D4-55/+26
2016-03-17Changed world tasks to use cLuaState::cCallback.Mattes D1-2/+2
2016-03-17Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D3-24/+53
2016-03-14Fixed melon block recipeMathias1-1/+1
2016-02-19Proper entity destruction in non-ticking chunksLogicParrot1-2/+3
2016-02-08remove cWorld::createAndInitializeWorldLogicParrot1-1/+0
2016-02-02Minor updateMathias6-140/+11
2016-01-31Updated old forum linksMathias5-15/+15
2016-01-29MCServer to CuberiteMathias3-4/+4
2016-01-28Front-end updateMathias2-16/+12
2016-01-24LuaTcpSsl: Disabled cert verification due to missing CA chain.Mattes D1-2/+2
2016-01-22Improved tamed wolf pack cooperation and projectile reactionsLogicParrot1-1/+1
2016-01-17Alphabetically sorted configuration filesLogicParrot4-404/+404
2016-01-17Update crafting.txtjammet1-0/+1
2016-01-12Exported GetSeed to lua and added file extension opendb to .gitignore.Lukas Pioch1-0/+1
2016-01-11Changed the format of the MobHead data to allow MobHeads working on MInecraft 1.8bibo381-2/+5
2016-01-02Fix typo (ammount)Arnaud Meuret1-1/+1
2016-01-01Updated plugins with the rename to Cuberite.Mattes D3-0/+0
2016-01-01Renamed leftover strings to Cuberite / Server, as needed.Mattes D15-35/+33
2015-12-28Debuggers plugin: Added "uuid" console command.Mattes D2-0/+37
2015-12-26fix crafting recipe for snow layersGargaj1-1/+1
2015-12-26Added analytics to APIDumpAlexander Harkness8-57/+6780
2015-12-25Added the cUrlParser class, exported to Lua API.Mattes D3-1/+91
2015-12-25Freeze player until chunk is loadedSafwat Halaby1-0/+4
2015-12-24Added a Json parser and serializer to Lua API.Mattes D3-48/+140
2015-12-22Added 1.7 item namesMathias3-42/+412
2015-12-19Added HTTPS links wherever they are supported.Alexander Harkness3-21/+17
2015-12-18Revised the explosion-related Lua API and docs.Mattes D5-36/+28
2015-12-13blockheight mechanismGargaj1-0/+1
2015-12-13allow use failures to propagate from the entity/block to the playerGargaj1-1/+2
2015-12-12Fixed a few crafting recipesMathias1-15/+19
2015-12-01Added PieceStructures generator.Mattes D10-235/+16126
2015-11-29Updated DumpInfo pluginNiLSPACE1-2/+2
2015-11-23change from single followable item to multipleGargaj1-0/+2
2015-11-23add Golden CarrotGargaj1-0/+1
2015-11-03Changed server favicon to more commonly used oneJulian Laubstein1-0/+0
2015-11-03Implemented brewingLukas Pioch6-0/+335
2015-10-31Fixed typo that slipped through #2584Alexander Harkness1-1/+1
2015-10-31Fixed typo in description.Alexander Harkness1-1/+1
2015-10-31Implemented the FireResistence potion effects.bibo381-2/+3
2015-10-27Updated Core and ProtectionAreasLukas Pioch2-0/+0
2015-10-21Debuggers: Added a plugin channel test with funny chars in data.Mattes D2-0/+17
2015-10-12Added missing hooks to cPluginManagerLukas Pioch1-0/+3
2015-10-11APIDump: Added a missing endline to the NewlyUndocumented output file.Mattes D1-0/+1
2015-10-09Added 'net sclient' command to NetworkTest plugin.Mattes D2-0/+60
2015-10-05Updated PlainsVillage prefabs.Mattes D1-94/+96
2015-09-27APIDump: Added an apicheck command.Mattes D2-6/+100
2015-09-26Extended and fixed the cFile API.Mattes D3-9/+11
2015-09-14APIDump: Fixed ZBS integration filenames after project rename.Mattes D2-6/+6
2015-09-07Added gallery web previews to ignore list.Mattes D1-0/+2
2015-09-05Renamed output directory to ServerMattes D153-0/+35759