summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
masterUninitialised value fix (#5570)Victor3 weeks
biomal-bedrock-shapeMake biomal composition gen respect the shapegen when placing bedrockNiels7 weeks
dumpinfo-plugin-folderFixed dumpinfo plugin not finding Info.lua file if the plugin folder and name don't matchNiels4 months
infodump-dependenciesAdded extra possible Info.lua parameter that describes the dependenciesNiels Breuker6 months
endgenUse auto instead of NOISE_DATATYPENiels Breuker6 months
InfoDumpParamsPlugin InfoDump: Fall back to gPluginInfo if g_PluginInfo not found.Mattes D6 months
LuaNoCppReverted moving Lua to C++.Mattes D7 months
FixItemCountFormatFixed a wrong format string.Mattes D15 months
PieceGenClosurePiecesInstead of explicit closure pieces try to place pieces with a single connector.Niels Breuker18 months
apidump-vscodeAdded article explaining how to configure lua-language-serverNiels 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 D11 years
 
AgeCommit messageAuthorFilesLines
2017-08-30Use new cLuaStateParams::ReadLuaStateParamsReadMattes D2-2/+55
2017-08-30Add cLuaStateParams::Read for high-level bindings usage.Mattes D7-5/+595
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-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
2017-08-21Added .editorconfig (#3936)William 'psyFi' Hatcher1-0/+10
2017-08-21Implement protocol level chunk sparsing (#3864)peterbell108-298/+348
2017-08-21Award player an achievement when creating a beacon (#3930)Bond-0091-13/+36
2017-08-21Snow only generates on blocks with a block light level of 10 or less (#3931)Bond-0091-1/+7
2017-08-21Fixed build for older clang versions (#3935)Bond-0091-1/+1
2017-08-21Give arthropods slowness IV when hit with bane of arthropods (#3932)Bond-0091-3/+7
2017-08-21Fully implemented leashes (#3798)Pablo Beltrán42-20/+1021
2017-08-18Changed MoveToWorld to ScheduleMoveToWorld in cPlayer::Respawn (#3922)Lane Kolbly1-1/+1
2017-08-18Merge pull request #3921 from lkolbly/removeAssertTiger Wang1-3/+0
2017-08-18Merge pull request #3918 from peterbell10/GetBlockEntityTiger Wang1-7/+11
2017-08-18Represent cItem::m_Lore as an AStringVector (#3882)peterbell1013-55/+249
2017-08-18Changed type of FastRandom in monster drop calculation. (#3920)Lane Kolbly1-1/+8
2017-08-18cBeaconEntity fix no world crashpeterbell101-1/+4
2017-08-18Add link to knowledge base.peterbell101-0/+2
2017-08-18SetFlags: Omit frame pointer in C arm debug buildspeterbell101-0/+1
2017-08-18Updated README.md status badges (#3926)William 'psyFi' Hatcher1-1/+2
2017-08-18Merge pull request #3489 from cuberite/EntityOwnershipTiger Wang39-421/+480
2017-08-17Sitting cats block enderchests from opening (#3906)Bond-0094-25/+42
2017-08-17Add cLuaWindow OnClicked Callback (#3901)Lane Kolbly15-3/+156
2017-08-17Add support for 1.12.1 (#3908)Bond-0095-13/+836
2017-08-17Changed int parameters to vector parameters in cCuboid and simulators (#3874)Lane Kolbly39-211/+279
2017-08-15Updated docs to mention InfoDump for creating README.md, etc. (#3895)William 'psyFi' Hatcher4-6/+33
2017-08-13Added knockback to arrows, fixed knockback enchantment handling (#3900)Lane Kolbly2-34/+16
2017-08-13Merge pull request #3897 from peterbell10/PlaceSoundTiger Wang3-16/+62
2017-08-13Shortened DoIntervalsIntersect to two comparisons, made inline. (#3883)Lane Kolbly2-32/+23
2017-08-13Rename docs folder to dev-docs (#3898)William 'psyFi' Hatcher82-0/+3
2017-08-13Replaced includes with forward declarationsLukas Pioch13-22/+22
2017-08-13Update TestLuaRocks.lua (#3903)William 'psyFi' Hatcher1-12/+12
2017-08-11Removed incorrect assert in cClientHandle::SendRespawn.Lane Kolbly1-3/+0
2017-08-10cChunk: Don't assume GetBlockEntity coords are validpeterbell101-7/+11
2017-08-07Changed entity ownership model to use smart pointersTiger Wang39-421/+480
2017-08-07Update copyright dates and contributors message (#3907)Alexander Harkness2-7/+12
2017-08-07cBlockInfo: Deprecate place soundpeterbell103-16/+62
2017-08-06Removed unneeded includes (#3902)Lukas Pioch50-60/+7
2017-08-04Fixed compilation for clang 4.0 & gcc 7.1Dan Čermák2-0/+5
2017-08-03APIDump: Class types in variables and hooks are now linkified (#3892)Lukas Pioch1-18/+23
2017-08-03Implement invisibility effectpeterbell105-45/+92
2017-08-03Remove double includes part 2 (#3890)peterbell1084-148/+28
2017-08-03Removed unused forward declarations (#3888)Lukas Pioch26-102/+2
2017-08-02Fix BSD buildpeterbell101-0/+1
2017-08-02Removed double includes (#3885)Lukas Pioch23-31/+2
2017-08-02Handle Teleport Confirmation Packet (#3884)Lane Kolbly2-4/+26
2017-08-01cBlockHandler: take player by refpeterbell1052-159/+159
2017-08-01cWorld::SendBlockTo take player by refpeterbell1015-33/+33
2017-07-30Updated plugin CoreLukas Pioch1-0/+0
2017-07-30Consolidated food effects into EatItem, added all fish type FoodInfos. (#3875)Lane Kolbly6-90/+93
2017-07-30cParsedNBT: Improved error reporting (#3876)peterbell105-59/+216
2017-07-28Added anvil enchantment handling. (#3857)Lane Kolbly6-37/+480
2017-07-28Check for intersection between placed blocks and entities. (#3850)Lane Kolbly17-3/+300
2017-07-28Tentative fix for player-limit race condition (#3862)Tiger Wang12-95/+61
2017-07-26Handle incomplete packets in cProtocolRecognizerpeterbell102-44/+58
2017-07-23Updated armor cover calculation. (#3858)Lane Kolbly5-135/+134
2017-07-22Creepers explode when burned by flint and steel (#3865)Bond-0091-1/+1
2017-07-22BlockArea: Added the GetBounds function.Mattes D3-4/+33
2017-07-22Merge pull request #3866 from lkolbly/mergeBlockEntitiesFixTiger Wang1-1/+1
2017-07-22Fixed check to see if block entity is in merge source.Lane Kolbly1-1/+1
2017-07-21Increment fire block iteratorTiger Wang1-0/+1
2017-07-21Remove commentpeterbell101-1/+0
2017-07-21Simplify SizeCheckpeterbell101-6/+2
2017-07-21Remove stricmp macro in favour of NoCaseComparepeterbell102-5/+1
2017-07-21Remove alignment macrospeterbell102-8/+1
2017-07-21Remove smart pointer macrospeterbell1044-88/+83
2017-07-21FastRandom: Remove discrepancy between arg and return value type. (#3846)Mattes D3-19/+15
2017-07-18Break the cactus block when it grows next to a block. (#3851)Bond-0092-6/+37
2017-07-18Made cBlockHandler OnPlacedByPlayer call OnPlaced, made BlockRailHandler use NeighborChanged instead of OnNeighborChanged.Lane Kolbly2-16/+17
2017-07-17Allocate redstone component handlers upfrontpeterbell1025-329/+293
2017-07-16Simulators: Added area-based wakeup.Mattes D9-56/+93
2017-07-13Handle middle mouse drag (#3847)peterbell106-10/+177
2017-07-12Added basic ocelot behavior (#3829)Bond-00910-20/+368
2017-07-12Lua plugin cColor (#3833)Lane Kolbly5-6/+202
2017-07-12Changing pickup lifetime and combining semantics, making these adjustable in the lua api. (#3843)Lane Kolbly7-6/+151
2017-07-12If entity is a player, send relmove packets.Lane Kolbly1-1/+1
2017-07-12Remove double delete of PrepareChunk lua callback (#3844)peterbell101-29/+16
2017-07-12Send player message when clicking on advancements or green book. (#3845)Lukas Pioch2-2/+24
2017-07-10Made cBlockArea:cChunkReader AreaBounds inclusive on both sides. (#3842)Lane Kolbly1-1/+1
[...]
 
Clone
http://ni.sijanec.eu/anonymous/cuberite
https://ni.sijanec.eu/anonymous/cuberite