summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
masterFix filename template for saved maps (#5556)mjagdis8 days
infodump-dependenciesAdded extra possible Info.lua parameter that describes the dependenciesNiels Breuker6 weeks
endgenUse auto instead of NOISE_DATATYPENiels Breuker8 weeks
InfoDumpParamsPlugin InfoDump: Fall back to gPluginInfo if g_PluginInfo not found.Mattes D2 months
LuaNoCppReverted moving Lua to C++.Mattes D2 months
FixItemCountFormatFixed a wrong format string.Mattes D11 months
PieceGenClosurePiecesInstead of explicit closure pieces try to place pieces with a single connector.Niels Breuker14 months
apidump-vscodeAdded article explaining how to configure lua-language-serverNiels Breuker14 months
Certificates🌺Tiger Wang18 months
threadingAdded small plugin to show multithreadingNiels Breuker20 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 D10 years
 
AgeCommit messageAuthorFilesLines
2014-04-12ChunkStay must be disabled while being deleted.ProtoProxy_1.7.2_001madmaxoft3-4/+6
2014-04-12Fixed chunkstays not being removed on auto-delete.madmaxoft2-10/+19
2014-04-12Updated the NetherFort prefabs to current Gallery contents.madmaxoft3-1958/+3329
2014-04-11Fixed issues with 64-bit MSVC compilation.madmaxoft3-21/+35
2014-04-10Fixed enchantment parsing.madmaxoft1-12/+17
2014-04-10InfoReg uses cCompositeChat for subcommand lists.madmaxoft1-6/+6
2014-04-10Merge pull request #878 from mc-server/mobexpMattes D1-1/+4
2014-04-10Fixed GitHuB WebEdit fail.Alexander Harkness1-0/+1
2014-04-10Update Monster.cppAlexander Harkness1-2/+4
2014-04-08Merge pull request #871 from worktycho/worldstorageMattes D1-1/+1
2014-04-08cRedstoneSimulator.cpp style improvementsTiger Wang1-40/+41
2014-04-08Merge pull request #872 from worktycho/bugfixAlexander Harkness1-1/+1
2014-04-08Fixed missing - that caused all neighbour lookups to go to the chunkmapTycho1-1/+1
2014-04-08Removed check for enqueuing a chunk that is already enqueued to be loadedTycho1-1/+1
2014-04-08Merge pull request #870 from wiseoldman95/patch-1Alexander Harkness1-10/+11
2014-04-08Uppercased Zwiseoldman951-3/+3
2014-04-08Comments: Inverted Z axis.wiseoldman951-9/+10
2014-04-08Merge pull request #869 from wiseoldman95/patch-1Alexander Harkness1-9/+31
2014-04-08Added comments regarding latching and orientationwiseoldman951-9/+31
2014-04-08Fixed the thing properly.Alexander Harkness1-8/+8
2014-04-08Merge pull request #862 from mc-server/redstonefixAlexander Harkness1-23/+3
2014-04-07Merge pull request #865 from wiseoldman95/patch-2Alexander Harkness1-13/+13
2014-04-07Fixed IsOnwiseoldman951-3/+2
2014-04-07Removed stray IsLockedwiseoldman951-2/+2
2014-04-07Removed unneeded spacingswiseoldman951-6/+3
2014-04-07Slight cleanupwiseoldman951-13/+17
2014-04-07Fixed some more minor issues with the redstone simulator.Alexander Harkness1-34/+39
2014-04-07Improved the speed a little more.Alexander Harkness1-1/+1
2014-04-07Fixed the redstone simulator.Alexander Harkness1-49/+40
2014-04-07Fixed #859Tiger Wang1-23/+3
2014-04-07Fix some of the comments in the PR tycho just did.Alexander Harkness1-8/+6
2014-04-07Merge pull request #861 from worktycho/simulatorAlexander Harkness2-2/+65
2014-04-07Fixed HTTP chunked encoding.madmaxoft1-1/+1
2014-04-06Added the generated ZBS API file to ignore list.madmaxoft1-0/+2
2014-04-06Fixed 1.6.4 client crash on composite chat messages.madmaxoft2-0/+14
2014-04-06Fixed crash in protocols sending 64-bit ints.madmaxoft1-1/+1
2014-04-06Updated the tolua executable for Windows.madmaxoft1-0/+0
2014-04-06Merge remote-tracking branch 'worktycho/override'madmaxoft7-1325/+1648
2014-04-06Added support for redstone latchingTycho2-2/+65
2014-04-06Updated cWorld::CreateProjectile() documentationTiger Wang1-1/+1
2014-04-06Added forgoten lua fileTycho1-0/+1476
2014-04-05Merge branch 'master' into overrideTycho200-1373/+6707
2014-04-05Fixed Endiannes conversion routines for floats and doubles.madmaxoft2-3/+3
2014-04-05Fixed double projectile spawning.madmaxoft1-1/+0
2014-04-05Removed debugging log from entity physics handling.madmaxoft1-1/+2
2014-04-05Added more API documentation to cCompositeChat.madmaxoft1-1/+17
2014-04-05Added cPlayer:SendRotation() API function.madmaxoft2-0/+17
2014-04-04Merge pull request #840 from Howaner/NewBlocksMattes D3-5/+152
2014-04-04Merge branch 'master' into HTTPSizeTmadmaxoft39-581/+359
2014-04-04Explicit change record size.madmaxoft1-1/+1
2014-04-04Changed cNoise seed to signed.madmaxoft2-4/+4
2014-04-04Fixed format string mismatch.madmaxoft1-1/+1
2014-04-04More Clang warning fixes in the protocols.madmaxoft6-81/+82
2014-04-04Fixed CreateHexDump's format string.madmaxoft1-2/+2
2014-04-04Fixed CreateHexDump's signedness.madmaxoft3-11/+11
2014-04-04More Clang warning fixes in the protocols.madmaxoft3-30/+39
2014-04-04Fixed silly Clang's warnings in FastNBT.madmaxoft1-28/+28
2014-04-04Fixed some Clang warnings in protocols.madmaxoft13-43/+51
2014-04-04Fixed Clang warnings in itemhandlers.madmaxoft6-20/+21
2014-04-04ProtoProxy: Fixed a few Clang and MSVC warnings.madmaxoft2-4/+8
2014-04-03Change CanBeAt() from big flowerHowaner1-5/+1
2014-04-03APIDump: Added angular specifics.madmaxoft1-2/+2
2014-04-03Documented the units and range for entity rotations.madmaxoft2-10/+10
2014-04-03Removed unneeded asserts.madmaxoft1-2/+0
2014-04-03Fixed a few MSVC type warnings.Mattes D3-2/+5
2014-04-03Removed the bindings to set old g_BlockXXX arrays.Mattes D1-297/+65
2014-04-02Merge pull request #849 from mc-server/minorfixesMattes D6-48/+34
2014-04-02With eXtra line!Tiger Wang1-0/+1
2014-04-02Removed extra bracketsTiger Wang1-5/+2
2014-04-02Merge branch 'master' into HTTPSizeTTycho24-30/+45
2014-04-02Fixed boat placement code.madmaxoft1-9/+17
2014-04-02Fixed more virtual destructors for interfaces.madmaxoft4-0/+12
2014-04-02Merge branch 'MacFixes'Tycho19-19/+21
2014-04-02Merge branch 'master' into HTTPSizeTTycho14-18/+375
2014-04-02Fixed All signedness warnings in HTTPServer.cppTycho10-14/+17
2014-04-02Merge branch 'master' into globalsTycho178-4454/+11512
2014-04-02Fixed tolua++ override supportTycho5-1319/+164
2014-04-02Fixed format string in HTTPConnectionTycho1-1/+1
2014-04-02Fixed Comparison to -1 in HTTPMessage.hTycho1-1/+1
2014-04-02Merge pull request #831 from mc-server/WitherMattes D5-3/+153
2014-04-02Debuggers: Added a Base64 API roundtrip test.madmaxoft1-4/+23
2014-04-02Added schematic string serializer self-test.madmaxoft1-0/+33
2014-04-02Fixed StringCompression's GZIP handling for larger strings.madmaxoft2-5/+7
2014-04-01Exported the Base64 encoding and decoding functions to Lua API.madmaxoft2-2/+48
2014-04-01Merged branch 'msDifference'.madmaxoft3-1/+52
2014-04-01APIDump: Gave msDifference it's own table.STRWarrior1-9/+21
2014-04-01cBlockArea: Added the msMask merge strategy.madmaxoft3-3/+59
2014-04-01Rewritten HTTPServer to use size_t for data lengths.madmaxoft16-90/+97
2014-04-01Removed the exit-time-destructors flag from clang.madmaxoft1-1/+1
2014-04-01More cFile warning fixes.madmaxoft1-1/+1
2014-04-01Merge branch 'RemoveClangFlags'madmaxoft1-0/+1
2014-04-01Fixed clang warnings in cGZipFile.madmaxoft1-2/+2
2014-04-01Fixed clang warnings in BlockHandlers.madmaxoft4-5/+6
2014-04-01Fixed clang warnings in cFile.madmaxoft1-10/+10
2014-04-01Simplified the anvil placement code.madmaxoft1-11/+9
2014-04-01Removed an unneeded code branch.madmaxoft1-5/+0
2014-04-01Attempt at disabling the useless clang warnings.madmaxoft1-0/+1
2014-04-01LOG() API reads the LogLevel from the cCompositeChat's MessageType.madmaxoft6-24/+81
2014-03-31Final realisation of suggestionsTiger Wang1-5/+7
2014-03-31APIDump: Documented the cCompositeChat support in logging functions.madmaxoft1-5/+25
[...]
 
Clone
http://ni.xn--ijanec-9jb.eu/anonymous/cuberite
https://ni.xn--ijanec-9jb.eu/anonymous/cuberite