summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
masterSet TCP_NODELAY on connections (#5558)mjagdis13 days
dumpinfo-plugin-folderFixed dumpinfo plugin not finding Info.lua file if the plugin folder and name don't matchNiels3 weeks
infodump-dependenciesAdded extra possible Info.lua parameter that describes the dependenciesNiels Breuker2 months
endgenUse auto instead of NOISE_DATATYPENiels Breuker3 months
InfoDumpParamsPlugin InfoDump: Fall back to gPluginInfo if g_PluginInfo not found.Mattes D3 months
LuaNoCppReverted moving Lua to C++.Mattes D3 months
FixItemCountFormatFixed a wrong format string.Mattes D12 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 Breuker15 months
Certificates🌺Tiger Wang19 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-08-15Feature: Channel Management with Lua APIChannelManagementSamuel Barney25-166/+1184
2016-08-02Switch out long download/compile links. (#3278)Alexander Harkness1-3/+3
2016-07-31Redstone fixes (#3285)Tiger Wang4-55/+99
2016-07-31Add {} around easyinstall.sh (#3286)Alexander Harkness1-0/+6
2016-07-31Fix tab list sometimes not updating after a player leaves. (#3280)Alexander Harkness1-1/+1
2016-07-30Change CROSSCOMPILE flag to NO_NATIVE_OPTIMIZATION (#3279)Alexander Harkness3-24/+18
2016-07-30Fixed port command line argument. (#3287)Alexander Harkness1-5/+1
2016-07-29Merge pull request #3289 from cuberite/autocompletefix2Tiger Wang1-1/+1
2016-07-29Fix the error in #3270.Alexander Harkness1-1/+1
2016-07-29Added additional examples to the documentation for HOOK_BLOCK_SPREAD. (#3277)Alexander Harkness1-4/+20
2016-07-29Merge pull request #3284 from cuberite/revert-3226-redstoneMattes D5-101/+57
2016-07-29Revert "Redstone fixes"Mattes D5-101/+57
2016-07-29Merge pull request #3226 from cuberite/redstoneTiger Wang5-57/+101
2016-07-29Consolidated comparator codeTiger Wang3-48/+44
2016-07-29Comparators and pistons no longer update instantlyTiger Wang4-15/+63
2016-07-21Tab completion across worlds (#3270)Alexander Harkness5-1/+55
2016-07-21CMake: Fix system Lua usage for non-5.1 versions. (#3271)Mattes D3-8/+32
2016-07-21Dropped 1.7 support (#3253)Mathias10-3665/+5
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
[...]
 
Clone
http://ni.xn--ijanec-9jb.eu/anonymous/cuberite
https://ni.xn--ijanec-9jb.eu/anonymous/cuberite