summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
masterFix filename template for saved maps (#5556)mjagdis4 days
infodump-dependenciesAdded extra possible Info.lua parameter that describes the dependenciesNiels Breuker5 weeks
endgenUse auto instead of NOISE_DATATYPENiels Breuker8 weeks
InfoDumpParamsPlugin InfoDump: Fall back to gPluginInfo if g_PluginInfo not found.Mattes D8 weeks
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 Breuker19 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
2016-07-20README now has HTTPS links.1.7EOLAlexander Harkness1-3/+3
2016-07-20Added newsletter, HTTPS links.Alexander Harkness1-2/+5
2016-07-20Added Robert Cringely to BACKERSAlexander Harkness1-0/+1
2016-07-20Fix endianness issue with ODROID-C2 Boards (#3268)Alexander Harkness1-1/+1
2016-07-19Merge pull request #3204 from cuberite/BindingsGenLuaMattes D64-403/+2061
2016-07-18CMake: Silenced CMP0054 policy warning.Mattes D1-0/+4
2016-07-18CMake: Remove needless minimum version specifications.Mattes D32-64/+0
2016-07-18Use system Lua, if available, to generate bindings.Mattes D4-23/+72
2016-07-18APIDump: Added explicit IsStatic flag to static functions.Mattes D6-106/+110
2016-07-18Updated API documentation.Mattes D19-154/+381
2016-07-18Vector3: Removed useless NormalizeCopy overload from LuaAPI.Mattes D1-1/+7
2016-07-18DiffAPIDesc: Support optional params in desc.Mattes D1-12/+12
2016-07-18LuaAPI: Fixed bindings for cChunkDesc:GetBlockTypeMetaMattes D3-2/+39
2016-07-18Bindings: Added a script to generate a diff between APIDesc and ToLua.Mattes D2-3/+553
2016-07-18Bindings: Don't generate docs for private symbols, mark static symbols.Mattes D1-13/+35
2016-07-18APIDump: Changed not to use globals, added more doxycomments.Mattes D2-42/+64
2016-07-18Bindings: Output description is valid Lua file.Mattes D1-3/+7
2016-07-18Bindings: Extract unexported DoxyComments.Mattes D1-15/+134
2016-07-18Bindings: Extract DoxyCommentsMattes D1-18/+187
2016-07-18Added a Pure-Lua implementation for bindings generation.Mattes D4-2/+511
2016-07-18Fixes for boat entities (#3265)beeduck7-7/+186
2016-07-18Update README.md (#3266)Julian Laubstein1-1/+1
2016-07-12Merge pull request #3261 from Seadragon91/patch-1Mattes D2-2/+3
2016-07-12Changed Hopper to wtHopper and adjusted .gitignore.Lukas Pioch2-2/+3
2016-07-10Merge pull request #3259 from cuberite/FixJsonBoolMattes D2-4/+16
2016-07-10Fixed Lua Json serializing a bool.Mattes D2-4/+16
2016-07-07removed cast from BlockTrapdoor.h (#3256)gaurav sehgal3-4/+9
2016-07-06Added Server OS section pr template (#3254)Julian Laubstein1-0/+1
2016-07-06Merge pull request #3252 from Altenius/fixpistonMattes D1-5/+9
2016-07-06Fixed piston destroying other pistonsAltenius1-5/+9
2016-07-06Merge pull request #3250 from Altenius/masterLukas Pioch1-1/+1
2016-07-05Fixed falling block spawningAltenius1-1/+1
2016-07-02Merge pull request #3247 from cuberite/FixBindingsDependenciesMattes D3-2/+122
2016-07-02Bindings: Added missing dependencies.Mattes D1-0/+12
2016-07-02CircleCI: Check for missing Bindings dependenciesMattes D2-2/+110
2016-07-02Merge pull request #3246 from cuberite/revert_redstone_handlerMattes D2-93/+31
2016-07-01Revert "Made redstone handlers static"Lukas Pioch2-93/+31
2016-07-01Merge pull request #3244 from cuberite/minecart_chestMattes D1-0/+1
2016-06-30Close chest window if minecart is destroyedLukas Pioch1-0/+1
2016-06-30Merge pull request #3232 from cuberite/LuaCallbackMattes D30-2282/+1614
2016-06-27Converted cLuaState::cCallbackPtr into a UniquePtr.Mattes D9-24/+39
2016-06-27Removed dead code related to callbacks.Mattes D4-43/+3
2016-06-27cPluginManager: Use a callback for command handler registration.Mattes D8-209/+167
2016-06-27LuaState: Implemented proper locking for cCallback.Mattes D11-115/+151
2016-06-27Changed cLuaWindow callbacks to use cLuaState::cCallback.Mattes D7-183/+243
2016-06-27Removed the cPluginLua::cResettable class.Mattes D2-82/+1
2016-06-27Changed world tasks to use cLuaState::cCallback.Mattes D2-69/+40
2016-06-27Changed plugin hook registrations to use cLuaState::cCallback.Mattes D5-1008/+190
2016-06-27Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D14-630/+637
2016-06-27Added cLuaState::cCallback for representing (resettable) Lua callbacks.Mattes D2-7/+231
2016-06-26Self tests (#3242)Mattes D5-6/+114
2016-06-24Merge pull request #3240 from cuberite/grownvisualizerNiLSPACE3-1/+253
2016-06-24added Grown visualizer to the Generator documentationNiLSPACE3-1/+253
2016-06-23Added ltdTM to BACKERSAlexander Harkness1-0/+1
2016-06-19Merge pull request #3228 from cuberite/SeparateSelfTestsMattes D42-532/+996
2016-06-18cNetwork: Fixed possible hang when terminating immediately after init.Mattes D2-2/+27
2016-06-18SelfTests: More logging for EnumInterfaces.Mattes D1-2/+3
2016-06-18Flush immediately after each line when running tests.Mattes D1-54/+55
2016-06-18SelfTests: Print a quick message on test start.Mattes D13-1/+45
2016-06-18SelfTests: Removed the unneeded cSelfTests class.Mattes D8-161/+0
2016-06-18SelfTests: Fixed HTTPMessageParser tests for out-of-source builds.Mattes D1-5/+5
2016-06-18SelfTests: Fixed missing override keyword in EchoServer.Mattes D1-1/+1
2016-06-18SelfTests: Moved BoundingBox test to a separate project.Mattes D4-66/+125
2016-06-18SelfTests: Moved SchematicFileSerializer test into a separate project.Mattes D5-36/+330
2016-06-18SelfTests: Moved cCompositeChat test to a separate project.Mattes D5-89/+180
2016-06-18SelfTests: Moved ByteBuffer test to a separate project.Mattes D4-68/+129
2016-06-18SelfTests: Organized into solution folders.Mattes D5-22/+40
2016-06-18Moved NetworkInterfaceEnum test to a separate test project.Mattes D3-28/+59
2016-06-16Merge pull request #3224 from QUSpilPrgm/masterMattes D6-9/+42
2016-06-15- Add a activation flag to droppers and dispensers. Previously droppers and dispensers shot items with every block update.QUSpilPrgm6-9/+42
2016-06-12Merge pull request #3227 from cuberite/NormalizeVectorApiMattes D4-9/+82
2016-06-10Normalized Vector3 API to use the same capitalization as all else.Mattes D4-9/+82
2016-06-05Merge pull request #3225 from cuberite/FixAutoAPIMattes D8-12/+180
2016-06-05Bindings: Fixed cBoundingBox API.Mattes D6-12/+164
2016-06-05Bindings: Add a const-ptr variant to all stack getter functionsMattes D2-0/+16
2016-06-04Merge pull request #3219 from QUSpilPrgm/masterMattes D10-110/+335
2016-06-03Makes tall grass and large flowers bonemealableQUSpilPrgm6-12/+132
2016-06-03Update Dispensers and let them act more like in VanillaQUSpilPrgm10-106/+211
2016-06-02Debuggers: Added the forgotten Inject.lua file.Mattes D1-0/+57
2016-06-02Fixed fall damageTiger Wang4-44/+17
2016-05-31LuaState: Inter-plugin calls now support simple tables. (#3220)Mattes D5-55/+204
2016-05-29Merge pull request #3078 from cuberite/AddTerrainGenDocsMattes D42-175/+1150
2016-05-29Docs: Added TOC and GrownBiomes to generator docs.Mattes D34-174/+308
2016-05-29Added GrownBiomeGenVisualiser.Mattes D8-1/+842
2016-05-29Added GetTeamNames to cScoreboard (#3217)PlasmaPower6-0/+64
2016-05-29Fixed remaining issue from #3199 (#3207)Alexander Harkness1-0/+2
2016-05-28Don't let redstone blocks power adjacent blocks. (#3214)QUSpilPrgm2-3/+2
2016-05-28Made redstone handlers staticTiger Wang2-31/+93
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-15Added needed information to Issue template (#3188)Julian Laubstein1-0/+5
2016-05-141.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)Pokechu2235-101/+5374
2016-05-03Fixed death on teleportation or leaving Minecart (#3181)LogicParrot4-6/+32
2016-05-03Fix crash on world travel (#3180)LogicParrot1-1/+1
2016-05-01Fix Crash on stopping the server (#3176)LogicParrot3-2/+14
2016-04-30Proper minecart DoSetSpeed Override (#3174)LogicParrot1-1/+1
2016-04-30Updated the Core submodule (#3172)LogicParrot1-0/+0
[...]
 
Clone
http://ni.xn--ijanec-9jb.eu/anonymous/cuberite
https://ni.xn--ijanec-9jb.eu/anonymous/cuberite