summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
masterUninitialised value fix (#5570)Victor11 days
biomal-bedrock-shapeMake biomal composition gen respect the shapegen when placing bedrockNiels6 weeks
dumpinfo-plugin-folderFixed dumpinfo plugin not finding Info.lua file if the plugin folder and name don't matchNiels4 months
infodump-dependenciesAdded extra possible Info.lua parameter that describes the dependenciesNiels Breuker5 months
endgenUse auto instead of NOISE_DATATYPENiels Breuker6 months
InfoDumpParamsPlugin InfoDump: Fall back to gPluginInfo if g_PluginInfo not found.Mattes D6 months
LuaNoCppReverted moving Lua to C++.Mattes D6 months
FixItemCountFormatFixed a wrong format string.Mattes D15 months
PieceGenClosurePiecesInstead of explicit closure pieces try to place pieces with a single connector.Niels Breuker18 months
apidump-vscodeAdded article explaining how to configure lua-language-serverNiels Breuker18 months
[...]
 
TagDownloadAuthorAge
1.7EOLcuberite-1.7EOL.tar  cuberite-1.7EOL.tar.gz  cuberite-1.7EOL.tar.bz2  cuberite-1.7EOL.tar.lz  cuberite-1.7EOL.tar.xz  cuberite-1.7EOL.tar.zst  cuberite-1.7EOL.zip  Alexander Harkness8 years
1.6EoScuberite-1.6EoS.tar  cuberite-1.6EoS.tar.gz  cuberite-1.6EoS.tar.bz2  cuberite-1.6EoS.tar.lz  cuberite-1.6EoS.tar.xz  cuberite-1.6EoS.tar.zst  cuberite-1.6EoS.zip  Alexander Harkness10 years
ProtoProxy_1.7.2_001cuberite-ProtoProxy_1.7.2_001.tar  cuberite-ProtoProxy_1.7.2_001.tar.gz  cuberite-ProtoProxy_1.7.2_001.tar.bz2  cuberite-ProtoProxy_1.7.2_001.tar.lz  cuberite-ProtoProxy_1.7.2_001.tar.xz  cuberite-ProtoProxy_1.7.2_001.tar.zst  cuberite-ProtoProxy_1.7.2_001.zip  madmaxoft10 years
ProtoProxy_1.6.4_001cuberite-ProtoProxy_1.6.4_001.tar  cuberite-ProtoProxy_1.6.4_001.tar.gz  cuberite-ProtoProxy_1.6.4_001.tar.bz2  cuberite-ProtoProxy_1.6.4_001.tar.lz  cuberite-ProtoProxy_1.6.4_001.tar.xz  cuberite-ProtoProxy_1.6.4_001.tar.zst  cuberite-ProtoProxy_1.6.4_001.zip  Mattes D11 years
 
AgeCommit messageAuthorFilesLines
2014-09-11Made Burning component an explicit instatiationComponentRewriteTycho3-0/+17
2014-09-09fix issue with local types in templateTycho2-30/+32
2014-09-09Added a couple of basic testsTycho4-0/+66
2014-09-09Update submodulesTycho2-0/+0
2014-09-09Moved burns in daylight to its own componentTycho8-63/+71
2014-09-09Merge branch 'master' into ComponentRewriteTycho46-669/+1022
2014-09-09Merge pull request #1399 from mc-server/warningsMattes D3-17/+29
2014-09-09Update Zip2008_PDBs.listAlexander Harkness1-1/+2
2014-09-09Update Zip2008.listAlexander Harkness1-0/+1
2014-09-09Actually set defaultworktycho1-0/+1
2014-09-08use the correct ASSERTworktycho1-2/+2
2014-09-08FIxed a couple more warningsTycho1-2/+8
2014-09-08TimeOfDay does not need to be an Int64Tycho3-6/+6
2014-09-08Fixed a few compile warningsTycho1-9/+14
2014-09-08capitalisation errorworktycho1-1/+1
2014-09-08Merge pull request #1397 from mc-server/saveSettingMattes D1-0/+1
2014-09-08derpworktycho1-1/+1
2014-09-08If server fails init, save any changed or generated settings.worktycho1-0/+1
2014-09-07Exported cClientHandle:GetIPString() to Lua API.Mattes D2-1/+2
2014-09-07Webadmin: Added default ports to auto-generated ini file.Mattes D1-2/+6
2014-09-07WebAdmin: Added HTTPS instructions when cert / key is missing.Mattes D1-0/+1
2014-09-07Fixed submodules' downgrade from the previous PR merge.Mattes D2-0/+0
2014-09-06Re-ordered the items.ini and added a few new namesMasy981-291/+290
2014-09-06Merge branch 'master' into blocksMasy9873-990/+1672
2014-09-06Merge remote-tracking branch 'upstream/master'Masy9838-575/+762
2014-09-06Merge pull request #1385 from mc-server/clangWarningsMattes D2-6/+27
2014-09-06Update SetFlags.cmakeworktycho1-1/+0
2014-09-06Added missing newline.Mattes D1-1/+1
2014-09-06Removed chunk's unused Y coord.Mattes D2-5/+4
2014-09-06Added Y-wise asserts to signs.Mattes D3-0/+4
2014-09-06Alpha-sorted protocol 1.7 senders.Mattes D1-7/+7
2014-09-06Added workaround for clang versionTycho2-5/+16
2014-09-06bumped cmake version min and fixed clang supportTycho2-3/+3
2014-09-06Wrong cmake varworktycho1-2/+2
2014-09-06Improve error messageworktycho1-2/+2
2014-09-06Should now compile in clang 3.0worktycho1-5/+16
2014-09-06Fixed player spawning in unknown world.Mattes D1-0/+4
2014-09-06Win build: put third party licenses into a separate folder.madmaxoft6-5/+1
2014-09-06Anvil: Fixed an off-by-one error in the loader.Mattes D1-1/+1
2014-09-06Fixed scoreboard loader type checks.Mattes D1-10/+10
2014-09-06Removed outdated message sending methods.Alexander Harkness1-3/+3
2014-09-06Merge pull request #1361 from mc-server/WebAdminMattes D9-348/+501
2014-09-06Xoft fixes.Alexander Harkness1-1/+1
2014-09-05WorldStorage no longer queues chunks into generator.Mattes D4-51/+17
2014-09-05Fixed loading empty chunks.Mattes D2-2/+7
2014-09-05Rewritten chunk status to specify whether the chunk is in queue.Mattes D9-107/+141
2014-09-05BiomeMultiCache is not used for simple generators.Mattes D1-21/+22
2014-09-05Fixed style.Mattes D3-9/+13
2014-09-05Revert "Temporarily commented out override directives."Tycho342-1545/+1550
2014-09-05Fixed security: Player cannot spawn in a disabled world.Mattes D1-1/+1
2014-09-05Merge branch 'master' into ComponentRewriteTycho147-2451/+6869
2014-09-05Anvil: Fixed loading block entities with invalid Y coord.Mattes D1-1/+1
2014-09-05Merge remote-tracking branch 'upstream/master'Masy9848-444/+935
2014-09-04Merge pull request #1375 from mc-server/EntitiesInBoxMattes D13-1/+264
2014-09-04Merge pull request #1371 from DayBr3ak/masterMattes D3-2/+92
2014-09-04Fixed compilation after chunk Y removal.madmaxoft1-1/+1
2014-09-04Merge remote-tracking branch 'origin/master' into EntitiesInBoxmadmaxoft32-262/+376
2014-09-04Anvil: Cleanly refuse to store data that is too large.madmaxoft1-1/+7
2014-09-04Revert "Globals.h: Added Floor and Ciel casting, C++ cast cleanups, etc"archshift4-62/+29
2014-09-04In 1.8, carrots and potatoes yield one less hunger point.archshift2-2/+2
2014-09-04Globals.h: Added Floor and Ciel casting, C++ cast cleanups, etcarchshift4-29/+62
2014-09-03Debuggers: Reviewed and fixed the Pickups and Poof commands.madmaxoft1-10/+17
2014-09-03LuaState: Fixed class value-getting off the stack.madmaxoft1-4/+4
2014-09-03LuaState: Fixed referenced function pushing.madmaxoft2-1/+9
2014-09-03ChunkGenerator: Log world seed when creating a new one.madmaxoft1-3/+14
2014-09-03Added cIniFile::HasValue() function.madmaxoft2-0/+23
2014-09-03Updated SQLiteCpp.madmaxoft1-0/+0
2014-09-03Merge pull request #1351 from LO1ZB/remove-a_RelYMattes D18-230/+237
2014-09-03Anvil: switched inflate to stream mode.madmaxoft3-18/+70
2014-09-03change to linear calculationDayBr3ak2-9/+7
2014-09-03Debuggers: Added a test code for ForEachEntityInBox().madmaxoft1-0/+49
2014-09-03Exported ForEachEntityInBox() to Lua API.madmaxoft2-0/+71
2014-09-03Added cWorld::ForEachEntityInBox()madmaxoft8-0/+117
2014-09-03cBoundingBox: Added accessors.madmaxoft1-0/+11
2014-09-03commitLO1ZB1-1/+1
2014-09-03Fixed style and alpha-sorting.madmaxoft6-20/+20
2014-09-03Quick fix for a preprocessor error with clang on OS Xarchshift1-1/+3
2014-09-03Added mutton, which sheep now drop when killedarchshift4-0/+13
2014-09-03EntityEffect.cpp: Enable 1.8's leaping potionarchshift1-1/+1
2014-09-03adapting formatDayBr3ak3-7/+14
2014-09-03re-add the missing "s" too cChunkCoordsWithBoolListLO1ZB3-6/+6
2014-09-03hopefully the last commit for removing y-coord from chunks. :)LO1ZB5-23/+41
2014-09-02Clang wants volatile...madmaxoft1-1/+1
2014-09-02Added strict error reporting to chunk loading.madmaxoft1-1/+29
2014-09-02Fixed typo!Masy981-1/+1
2014-09-02Merge pull request #1350 from mc-server/InventoryMattes D9-179/+175
2014-09-02Added missing recipes!Masy981-6/+21
2014-09-02Seperated the "custom" names from the normal list!Masy981-193/+326
2014-09-02Added new recipes!Masy981-4/+19
2014-09-02Seperated "custom" names list from the normal list in items.ini!Masy982-197/+328
2014-09-02Changed the IsEnchantable() comment again.Howaner2-3/+3
2014-09-02Merge branch 'master' into InventoryHowaner56-649/+1452
2014-09-02[WebAdmin] Code improvements.Howaner2-61/+99
2014-09-02Merge branch 'master' into WebAdminHowaner27-293/+770
2014-09-02forgot this oneDayBr3ak2-2/+2
2014-09-02opting for size_tDayBr3ak2-5/+5
2014-09-02fixing memory leakDayBr3ak1-4/+5
2014-09-02changing implem, using vectorsDayBr3ak2-98/+23
2014-09-02Re-added alternate spellings of darkgraywool.madmaxoft1-0/+2
2014-09-02Re-updated the Core.madmaxoft1-0/+0
[...]
 
Clone
http://ni.4a.si./anonymous/cuberite
https://ni.4a.si./anonymous/cuberite