summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
masterManually specify UTF-8 encoding for Cuberite.rc (#5589)Alexander Harkness10 days
5588-resources-encodingManually specify UTF-8 encoding for Cuberite.rcAlexander Harkness11 days
canbeat-cleanupUse cChunkDef::IsValidHeight for CanBeAt functions, and related helpers.Alexander Harkness2 weeks
template-id-ctor-warningRemove simple template-id from constructors for Vector3 template.Alexander Harkness2 weeks
real-block-countUse correct size integer type, fix compiler warning.Alexander Harkness2 weeks
clang-format-codebaseApply new clang-formattingAlexander Harkness3 weeks
biomal-bedrock-shapeMake biomal composition gen respect the shapegen when placing bedrockNiels3 months
dumpinfo-plugin-folderFixed dumpinfo plugin not finding Info.lua file if the plugin folder and name don't matchNiels6 months
infodump-dependenciesAdded extra possible Info.lua parameter that describes the dependenciesNiels Breuker7 months
endgenUse auto instead of NOISE_DATATYPENiels Breuker8 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  madmaxoft11 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
2016-05-17Don't care about _s in item names.itemsinicleanupAlexander Harkness3-302/+17
2016-05-16Some 1.9 Crafting Recipes and Items.Alexander Harkness3-140/+224
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
2016-04-30Disable Enderman Spawn (Issue #3108) (#3170)benf5161-2/+2
2016-04-24Merge pull request #3165 from LogicParrot/chunkLayer2LogicParrot2-62/+61
2016-04-24ChunkLayers now stored in std::mapLogicParrot2-62/+61
2016-04-24Merge pull request #3164 from LogicParrot/clientHandle3LogicParrot1-2/+3
2016-04-24Fixed some logout crashesLogicParrot1-2/+3
2016-04-24Merge pull request #3163 from cuberite/revert-3153-chunkLayerLogicParrot2-54/+62
2016-04-24Revert "ChunkLayers now stored in std::map"LogicParrot2-54/+62
2016-04-24Merge pull request #3153 from LogicParrot/chunkLayerLogicParrot2-62/+54
2016-04-23ChunkLayers now stored in std::mapLogicParrot2-62/+54
2016-04-23Merge pull request #3160 from LogicParrot/clientHandleThreadLogicParrot1-2/+13
2016-04-23ClientHandle destruction thread safetyLogicParrot1-2/+13
2016-04-23Merge pull request #3090 from LogicParrot/outOfWorldLogicParrot4-63/+33
2016-04-23Out of world blocks are now always considered air blocksLogicParrot4-63/+33
2016-04-23Updated readme to inform that clang 3.4 is minimum required version. (#3158)taylor241-1/+1
2016-04-23Merge pull request #3149 from LogicParrot/metaLogicParrot16-91/+54
2016-04-22Reduced unnecessary block updatesLogicParrot16-91/+54
2016-04-22Merge pull request #3048 from Woazboat/minecartsLogicParrot1-10/+56
2016-04-22Fix minecart block collision on curved railsWoazboat1-10/+56
2016-04-22Merge pull request #3156 from LogicParrot/hashFixLogicParrot1-6/+4
2016-04-22Updated vector hashing bit operationsLogicParrot1-6/+4
2016-04-19Merge pull request #3150 from LogicParrot/worldTweaksLogicParrot3-17/+16
2016-04-19Auto clean bad world linkagesLogicParrot3-17/+16
2016-04-19Proper fix for #3136 (#3143)Alexander Harkness1-17/+11
2016-04-18Merge pull request #3148 from LogicParrot/pathFinderFixLogicParrot4-11/+21
2016-04-18Fix issues below y = 0LogicParrot4-11/+21
2016-04-16Merge pull request #3146 from LogicParrot/snowFixLogicParrot1-2/+4
2016-04-16Prevented snow from killing grassLogicParrot1-2/+4
2016-04-16Merge pull request #3129 from LogicParrot/quietMetaLogicParrot10-26/+39
2016-04-16Updated cChunk::SetMeta, fixed grass growth, reduced markDirty/setMeta usageLogicParrot10-26/+39
2016-04-16Merge pull request #3144 from cuberite/issue-templateJulian Laubstein1-0/+7
2016-04-16Create ISSUE_TEMPLATEJulian Laubstein1-0/+7
2016-04-15Merge pull request #3037 from marvinkopf/minecartLogicParrot2-41/+54
2016-04-15Add speed limit enforcement for minecartsMarvin Kopf2-41/+54
2016-04-14Merge pull request #3140 from cuberite/revert-3137-issue3136LogicParrot3-14/+27
2016-04-14Revert "Issue3136"LogicParrot3-14/+27
2016-04-13Merge pull request #3139 from LogicParrot/freezeFixLogicParrot2-39/+42
2016-04-13Fix occasional freeze bugLogicParrot2-39/+42
2016-04-13Merge pull request #3137 from cuberite/issue3136Alexander Harkness3-27/+14
2016-04-12Fixed port override code.Alexander Harkness3-27/+14
2016-04-07Merge pull request #3133 from LogicParrot/readme10LogicParrot1-2/+3
2016-04-07Added more links to READMELogicParrot1-2/+3
2016-04-07Merge pull request #3132 from LogicParrot/readmeAlexander Harkness1-1/+7
2016-04-07Rewrite README.md's contribution sectionLogicParrot1-1/+7
2016-04-06Merge pull request #3128 from LogicParrot/typoAlexander Harkness1-1/+1
2016-04-06Readme typo fixLogicParrot1-1/+1
2016-04-06Merge pull request #3126 from cuberite/revert-3100-mobTick2LogicParrot2-40/+56
2016-04-06Revert "Move mob tick code to cChunk"LogicParrot2-40/+56
2016-04-06Merge pull request #3100 from LogicParrot/mobTick2LogicParrot2-56/+40
2016-04-06Move mob tick code to cChunkLogicParrot2-56/+40
2016-04-06Merge pull request #3102 from LogicParrot/burnLogicParrot1-7/+34
2016-04-06Manual mob burn codeLogicParrot1-7/+34
2016-04-06Merge pull request #3125 from LogicParrot/noFall3LogicParrot2-5/+5
2016-04-05Minor improvements to player freezeLogicParrot2-5/+5
2016-04-05Merge pull request #3124 from LogicParrot/noFall2LogicParrot8-76/+99
2016-04-05Improved player freeze codeLogicParrot8-76/+99
2016-04-04Merge pull request #3121 from LogicParrot/loopsLogicParrot1-1/+1
2016-04-04Prevent Nether teleportation loopsLogicParrot1-1/+1
2016-04-04Merge pull request #3097 from LogicParrot/noFallLogicParrot5-29/+138
2016-03-31Players never fall through unloaded chunks or end up inside solids on teleportLogicParrot5-29/+138
2016-03-31Merge pull request #3118 from LogicParrot/fixWorldLogicParrot1-1/+1
2016-03-31Fix adding players to worldLogicParrot1-1/+1
2016-03-31Merge pull request #3116 from LogicParrot/bedFixLogicParrot1-2/+4
2016-03-31Player death crashfixLogicParrot1-2/+4
2016-03-31Merge pull request #3105 from LogicParrot/chunkStabilityLogicParrot3-32/+19
2016-03-30Entities are never lostLogicParrot3-32/+19
2016-03-30Merge pull request #3109 from LogicParrot/moveToNewWorldAlexander Harkness3-6/+24
2016-03-30MoveToWorld defaults to spawnpointLogicParrot3-6/+24
2016-03-30Merge pull request #3091 from LogicParrot/bedLogicParrot3-5/+48
2016-03-29Bed's world is now savedLogicParrot3-5/+48
2016-03-29Merge pull request #3096 from mathias-github/iconsJulian Laubstein10-4/+2
2016-03-28Updated icons and logoMathias10-4/+2
2016-03-28Merge pull request #3099 from LogicParrot/passiveLogicParrot1-0/+1
2016-03-28Fix passive mob destruction crashesLogicParrot1-0/+1
2016-03-26Merge pull request #3093 from mathias-github/patch-2Alexander Harkness1-0/+1
2016-03-25Added donator to listMathias1-0/+1
2016-03-23Merge pull request #2994 from LogicParrot/mobTickLogicParrot1-18/+41
2016-03-23Rewrite mob tick codeLogicParrot1-18/+41
2016-03-21Merge pull request #3086 from cuberite/revert-2872-LuaCallbackMattes D22-1314/+1951
2016-03-21Revert "Lua callback"Mattes D22-1314/+1951
2016-03-19Merge pull request #3084 from cuberite/seadragon91-patch-1Mattes D2-5/+5
2016-03-18Fixed misuse of comma.Lukas Pioch2-5/+5
2016-03-18Fixed leaping potion not giving jump boostBlitz Rakete1-0/+1
2016-03-17Merge pull request #2872 from cuberite/LuaCallbackMattes D22-1951/+1314
2016-03-17Changed cLuaWindow callbacks to use cLuaState::cCallback.Mattes D7-182/+242
2016-03-17Removed the cPluginLua::cResettable class.Mattes D2-82/+1
2016-03-17Changed world tasks to use cLuaState::cCallback.Mattes D2-69/+40
2016-03-17Changed plugin hook registrations to use cLuaState::cCallback.Mattes D5-1008/+190
2016-03-17Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.Mattes D14-630/+637
2016-03-17Added cLuaState::cCallback for representing (resettable) Lua callbacks.Mattes D2-7/+231
2016-03-17Merge pull request #3081 from Arthur2e5/masterMattes D1-44/+54
[...]
 
Clone
http://ni.4a.si./anonymous/cuberite
https://ni.4a.si./anonymous/cuberite