summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
masterManually specify UTF-8 encoding for Cuberite.rc (#5589)Alexander Harkness12 days
5588-resources-encodingManually specify UTF-8 encoding for Cuberite.rcAlexander Harkness13 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 Harkness3 weeks
real-block-countUse correct size integer type, fix compiler warning.Alexander Harkness3 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
2017-12-27Replace manual rel->abs conversion with cChunkDef::RelativeToAbsolute()issue4106Alexander Lyons Harkness1-16/+4
2017-12-26improve rain simulation (#4017)Alexander Harkness12-101/+168
2017-12-26.editorconfig fixes (#4113)Alexander Harkness1-4/+2
2017-12-26Water bottles are drinkable potions (#4114)Alexander Harkness1-11/+8
2017-12-26Protocol: Fix potion metadata parsing (#4116)peterbell101-2/+2
2017-12-25Correct spider eye item ID (#4110)Alexander Harkness1-5/+1
2017-12-24Fix style of ToolsAlexander Lyons Harkness45-773/+626
2017-12-23Fixed item ID raw rabbit (#4103)Bond-0091-1/+1
2017-12-22Fix Travis build (#4101)peterbell109-55/+85
2017-12-21Fix typo in #4095.Alexander Lyons Harkness1-2/+1
2017-12-21NetworkLookup: Added "virtual" keyword to overridden dtor. (#4100)Mattes D1-1/+1
2017-12-21cInventory: Add listener to shield slot. (#4095)peterbell101-0/+6
2017-12-21Fixed Clang 5.0 compile errors (#4085)bibo3811-7/+38
2017-12-21Added Github-related rules to Contributing.md (#4076)Mattes D1-0/+9
2017-11-22Store Health as a float (#4073)Fabian6-16/+35
2017-11-21cBlockRail: Fix assertion failure (#4075)peterbell101-3/+3
2017-11-20cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050)Bond-00937-190/+179
2017-11-20cItemHandler: Update max stack size of old doors. (#4072)peterbell101-0/+2
2017-10-21cWorld Threads: Seperate initialization and thread start.peterbell106-32/+17
2017-10-21cWorld: Move Initialization from Start to the constructor.peterbell106-239/+261
2017-10-21Fix tool builds on AppleClangpeterbell105-115/+99
2017-10-21TravisCI: Add osx buildspeterbell102-3/+27
2017-10-21Implement horse inventory (#4053)peterbell1015-27/+473
2017-10-21Fixed some small passive mob issues (#4057)Bond-0099-10/+44
2017-10-21Fix minecart deceleration (#4059)peterbell102-32/+48
2017-10-21Updated the README (#4060)Bond-0091-15/+20
2017-10-16Fixed FreeBSD build (#4061)Bond-0091-2/+5
2017-10-02Fixed 2 small warnings (#4055)Bond-0092-7/+3
2017-09-27Fix explosion interaction with block entities. (#4052)peterbell102-3/+17
2017-09-25cPressurePlateHandler: Fix uninitialised variables. (#4047)peterbell101-2/+2
2017-09-25BroadcastBlockBreakAnimation and BroadcastBlockEntity use vectors (#4038)Bond-00913-67/+62
2017-09-23cBlockArea: Fix performance regression (#4045)peterbell101-2/+16
2017-09-21Add support for release 1.12.2 (#4041)peterbell105-4/+109
2017-09-21Only allow snow to be placed where valid. Fixes #2920.peterbell101-12/+38
2017-09-21Only allow rails to be placed where valid.peterbell101-1/+8
2017-09-20Added working directory for x64 builds (#4037)Lukas Pioch1-0/+8
2017-09-19Fixed webadmin certificate reading.Mattes D3-3/+10
2017-09-19Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959)Lane Kolbly39-114/+232
2017-09-19cRoot: Make PollPeriod representation 32 bit (#4030)peterbell101-3/+1
2017-09-19Leaves now drop with the correct meta when broken by a pickaxe with silk touch (#4034)Bond-0091-0/+6
2017-09-19Removed UTF-8 BOM (#4033)Lukas Pioch57-57/+57
2017-09-18cFinishGenPreSimulator: Preserve sand meta (#4025)peterbell102-13/+8
2017-09-14Add liberapay linkAlexander Harkness1-2/+3
2017-09-14Fix error with implicit cast from long long to long (#4026)Alexander Harkness1-1/+1
2017-09-14Fix switch warnings (#4013)peterbell1024-322/+357
2017-09-13Updated compile.sh script (#4009)Bond-0092-48/+47
2017-09-12Adjust lava damage values (#4020)Alexander Harkness2-2/+2
2017-09-12Limit how long cRoot::InputThread may block (#4019)peterbell101-10/+26
2017-09-11Replace ItemCallbacks with lambdas (#3993)peterbell1069-1813/+915
2017-09-11cBlockArea: change MakeIndex to return size_tpeterbell103-120/+51
2017-09-11cBlockArea: use unique_ptrpeterbell103-148/+164
2017-09-11Add a test for cUUID (#4021)peterbell103-0/+168
2017-09-10Fix crash for players out of the world. Fixes #4006 (#4007)Alexander Harkness1-3/+4
2017-09-08Shutdown connection when disconnect packet sent (#3999)Alexander Harkness2-11/+11
2017-09-07Made world data paths adjustable, and added API to temporarily disable saving chunks to disk. (#3912)Lane Kolbly10-37/+127
2017-09-07Lighting now generally consistent with vanilla (#3988)Alexander Harkness4-14/+86
2017-09-07Switched player statistic store to save with UUID filenames. (#4002)Lane Kolbly3-6/+12
2017-09-07Fire effect now shown for creative and spectator mode players (#3998)Alexander Harkness4-27/+31
2017-09-07Updated APIDoc (#3985)Lukas Pioch5-110/+37
2017-09-07Changed some int parameters to vector parameters (#3937)Bond-00954-216/+279
2017-09-05Add cWorld::RemoveEntity and use in cEntity (#4003)peterbell103-11/+44
2017-09-04Added assert to cProtocolRecognizer::GetPacketId. (#4001)Lane Kolbly5-17/+29
2017-09-02GetPacketID for protocol packet IDs (#3977)Lane Kolbly11-1359/+366
2017-09-02Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot67-872/+1830
2017-09-01SetSwimState now takes into account head heightAlexander Harkness2-3/+3
2017-09-01Remove double-checking below world for burningAlexander Harkness1-5/+0
2017-09-01OnLogin now kicks players properly (#3980)Alexander Harkness1-1/+2
2017-09-01Return to cuberite/polarssl for mbedtls submodule (#3982)peterbell101-1/+1
2017-09-01Replace ItemCallbacks with lambdas (#3948)peterbell1067-1830/+872
2017-09-01Update Core pluginAlexander Harkness1-0/+0
2017-08-31Drop enderchest when broken by a silk touck pick (#3986)Bond-0092-1/+6
2017-08-30Merge pull request #3969 from peterbell10/cuboidTiger Wang7-80/+30
2017-08-30Protocol Spawn Position Should Use LastSentPosition (#3929)Lane Kolbly3-24/+36
2017-08-30Update mbedtls to 2.5.1 (#3964)peterbell1059-695/+948
2017-08-30Update core plugins to latest version (#3951)Alexander Harkness2-0/+0
2017-08-30Added ShouldSendRespawn parameter to ScheduleMoveToWorld (#3979)Lane Kolbly3-4/+11
2017-08-29cUUID: Fix FromHexDigit for digits >= 'a'peterbell101-2/+2
2017-08-29APIDump: Removed unneeded Globals prefixLukas Pioch2-13/+13
2017-08-29cWorld: Add entities without holding of m_CSEntitiesToAddpeterbell101-9/+12
2017-08-28Add TOLUA_EXPOSITION for readabilitypeterbell104-14/+8
2017-08-28cCuboid: restore default copy construct and assign.peterbell102-29/+4
2017-08-28Cleanup Vector3 constructors and Abspeterbell103-39/+20
2017-08-28Repair the removed constructor of cCuboid `cCuboid(otherCuboid)` (#3966)Bastien ADAM2-2/+13
2017-08-27Implement Forge protocol handshake support (#3869)satoshinm20-11/+742
2017-08-26Implement anvil chunk sparsingpeterbell105-26/+160
2017-08-26Leashes work in 1.12.1mathiascode2-24/+50
2017-08-25Fix mobs not burning in daylight when on snow (#3961)Alexander Harkness1-3/+3
2017-08-25Gives all entities the default airlevel on creation (#3942)Bond-0093-17/+30
2017-08-25Don't assert when placing beds in older versions (#3916)mathiascode2-0/+2
2017-08-25Add cUUID class (#3871)peterbell1054-508/+1339
2017-08-25compile.sh update. Fixed -d and -n, intelligent thread choice (#3960)Safwat Halaby1-27/+61
2017-08-25Bed piston fix (#3956)Lane Kolbly7-10/+13
2017-08-24Use ref instead of pointerLukas Pioch3-8/+8
2017-08-24Use target_compile_options instead of variables to add -fomit-frame-pointer to mbedtlspeterbell102-7/+6
2017-08-24Minor changes (#3909)mathiascode48-243/+300
2017-08-24Added check to deactivate existing entity effects when new entity effects are added.Lane Kolbly1-0/+7
2017-08-24Fix use after move in cItemBowHandler::OnItemShootpeterbell101-4/+3
2017-08-23Removed outdated pathfinder comment (#3955)Safwat Halaby1-2/+1
2017-08-22Added check in cEntity::TickBurning for whether the entity is planning to change worlds. (#3943)Lane Kolbly1-0/+6
2017-08-22Potential spawn prepare fix (#3924)peterbell102-13/+17
[...]
 
Clone
http://ni.4a.si/anonymous/cuberite
https://ni.4a.si/anonymous/cuberite