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
2020-04-04Animal spawn fixesspawningmathiascode5-210/+8
2020-04-04Implement wither skeletons (#4563)Mat23-231/+355
2020-04-03Manage block entity lifetime with unique_ptr (#4080)peterbell1015-223/+150
2020-04-03New hotfix to prevent calling OnBroken (#4600)Alexander Harkness4-17/+15
2020-04-03Quick fix to make spawn eggs work (#4611)Mat1-1/+1
2020-04-03Update Coremathiascode1-0/+0
2020-04-03Tweak pickup sound pitch (#4598)Mat2-2/+2
2020-04-03WebAdmin logo improvements (#4604)Mat3-9/+15
2020-04-03Removed the obsolete cTracer class. (#4594)Mattes D7-604/+1
2020-04-03Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D98-1359/+1601
2020-04-02Update CoreAlexander Harkness1-0/+0
2020-04-02Use a reasonable listen backlog value (#4597)Mat1-2/+2
2020-04-02Replace buckets to the selected hotbar slot, rather than the first available. (#4580)Alexander Harkness13-74/+222
2020-04-02Tweak attack rangesmathiascode3-30/+30
2020-04-02Fix explosion knockback issues and tweak knockback strength (#4590)peterbell104-20/+19
2020-04-01Oops, that wasn't supposed to be negatedAlexander Harkness1-1/+1
2020-04-01Don't build using ccache when it doesn't existAlexander Harkness1-2/+5
2020-04-01Remove substitution syntax breaking mac buildsAlexander Harkness1-1/+1
2020-04-01Fix off-by-one error and clean error messages in manual bindings for BlockArea (#4549)Alexander Harkness1-68/+73
2020-03-31Prevent player from being destroyed by plugins (#4584)Alexander Harkness3-8/+36
2020-03-31Added a /boom command to Debuggers. (#4592)Mattes D2-0/+21
2020-03-30Lua API for spectating entities (#4518)Mat3-2/+32
2020-03-30Send experience on respawn (#4586)Mat1-0/+1
2020-03-30Update GETTING-STARTED.md (#4581)Mattes D1-5/+11
2020-03-29Fix client disconnect assert (#4579)peterbell102-5/+9
2020-03-29Correctly pass cache arguments to cmake in Jenkins build scriptAlexander Harkness1-1/+1
2020-03-29Add protocol mob ID remapping (#4538)Mat11-5/+217
2020-03-28Fix build on ClangAlexander Harkness2-8/+8
2020-03-28Inventory changes (#4561)Mat3-17/+14
2020-03-28Fix alpha-sortingAlexander Harkness1-1/+1
2020-03-28Updated Bookshelves drop behaviour (#4567)Xenoxis4-0/+30
2020-03-28Toss all items from enchantment table (#4569)Mat1-2/+2
2020-03-28cClientHandle: Only allow m_State to increase (#4533)peterbell102-40/+49
2020-03-28Fix Snow Spawn on Cobblestone Slab (#4564)Xenoxis2-1/+2
2020-03-27Reduce ghast spawn rate againMat1-1/+1
2020-03-27Reduce ghast spawn rateMat1-1/+1
2020-03-27Updated plugin list format (#4557)Mat1-7/+26
2020-03-27 Lock hopper when powered by redstone (#4347)Bond-00913-4/+172
2020-03-27Merge #4552Alexander Harkness1-1/+8
2020-03-27CI: Install ccache on macos (#4489)peterbell101-0/+4
2020-03-27Fix typo in floater code (#4556)Mat1-1/+1
2020-03-27Fix typo in block break particle coordinate (#4555)Mat1-1/+1
2020-03-26Decrease attack cooldown for monsters (#4542)Mat2-32/+31
2020-03-26Improvements to blaze and ghast (#4547)Mat6-26/+149
2020-03-26Update CoreAlexander Harkness1-0/+0
2020-03-26Disable bonemealable settings for now (#4551)Mat2-0/+6
2020-03-25Fix nether mob spawning (#4546)Mat2-81/+94
2020-03-24Replace downloads links with new redirect server linksAlexander Harkness1-8/+8
2020-03-24Send respawn packet by default (#4540)Mat4-5/+5
2020-03-24Update CoreAlexander Harkness1-0/+0
2020-03-24Furnace and brewing stand drops (#4534)Mat2-6/+36
2020-03-24When Client sends message longer than 256 bytes, kick him instead of handling message (#4514)Max Luchterhand1-0/+10
2020-03-23Fix certain item drops (#4536)Mat6-12/+51
2020-03-23Enable functional packets in 1.13mathiascode2-30/+0
2020-03-23Play sound when brewing is completeMat1-0/+1
2020-03-23Jukebox improvements (#4537)Mat4-5/+61
2020-03-23Update .gitignore; new files added to APIDump are no longer ignoredAlexander Harkness1-3/+7
2020-03-23Add missing documentation file.Alexander Harkness1-0/+18
2020-03-23Manual merge of #4498.Alexander Harkness10-11/+50
2020-03-23Don't attempt to give bucket with item count of 0Mat1-1/+1
2020-03-23Cocoa pods have three growing stagesMat1-2/+2
2020-03-23Pickup spawn improvements (#4525)Mat2-5/+5
2020-03-22Don't push blocks outside world height limits (#4516)Mat1-0/+5
2020-03-22Add ambient mob sounds (#4521)Mat39-41/+62
2020-03-22Increase speed of splash potion and expbottle (#4513)Mat2-2/+5
2020-03-22Fix effect crashes (#4530)Mat1-3/+3
2020-03-22TNT position fixes (#4519)Mat9-13/+20
2020-03-22Fix invalid explosion damage (#4529)Mat1-1/+1
2020-03-22Fix typo in fish metaMat1-1/+1
2020-03-22Don't enchant an already enchanted bookMat1-1/+1
2020-03-22Update Coremathiascode1-0/+0
2020-03-22Fix armor protection (#4506)Mat2-17/+24
2020-03-22Don't remove items twice (#4524)Mat11-19/+16
2020-03-22Allow enderman to attack during day (#4522)Mat1-36/+1
2020-03-22Updated core, fixes #4520Alexander Harkness1-0/+0
2020-03-22Ender chest is not affected by piston (#4526)Mat1-1/+1
2020-03-21Bonemeal cannot be used on cactus and sugar caneMat1-2/+0
2020-03-21Wrong overload of function push() got called when pushing a cEntity*. (#4512)Max Luchterhand2-0/+11
2020-03-21Don't call player movement hook if nothing changed (#4517)Mat1-0/+20
2020-03-21Update CoreAlexander Harkness1-0/+0
2020-03-21Improve explosion visuals (#4511)Mat1-1/+17
2020-03-20Clamp teleportation position (#4203)stone33111-1/+9
2020-03-19FIx formatting issue in Backers fileMat1-1/+1
2020-03-19Add TooAngel to backersMat1-1/+3
2020-03-19Remove leading slash from command block commands (#4502)Mat1-6/+20
2020-03-19Improvements to knockback (#4504)Mat5-14/+28
2020-03-19Added myself to CONTRIBUTORS file (#4515)Max Luchterhand1-0/+1
2020-03-19Prevent arrows from sinking into the ground (#4509)Mat1-1/+1
2020-03-19Change outdated air drag value for arrowsMat1-1/+1
2020-03-19Change outdated air drag value for TNTMat1-1/+1
2020-03-18Fixed unloading of chunks that contain player entities (#4508)Max Luchterhand3-0/+20
2020-03-18Blocks only drop pickups when using correct tool (#4505)Max Luchterhand2-1/+9
2020-03-17Silk touch pickaxe drops grass block (#4485)Mat3-101/+134
2020-03-17Update Coremathiascode1-0/+0
2020-03-07Don't send entity velocity for boats (#4488)Mat4-5/+35
2020-03-05Attached entities can't enter portals (#4484)Mat2-0/+18
2020-03-05Don't spawn boats in groundMat1-1/+1
2020-03-05Use LastSentPos for mob spawn packet in 1.11+ (#4490)Mat3-109/+4
2020-03-05Stabilise MoveToWorld (#4004)Mat22-216/+400
2020-03-04Update LastSentPosition when entity has no speed (#4487)peterbell101-53/+50
[...]
 
Clone
http://ni.4a.si/anonymous/cuberite
https://ni.4a.si/anonymous/cuberite