summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
masterFix filename template for saved maps (#5556)mjagdis8 days
infodump-dependenciesAdded extra possible Info.lua parameter that describes the dependenciesNiels Breuker6 weeks
endgenUse auto instead of NOISE_DATATYPENiels Breuker8 weeks
InfoDumpParamsPlugin InfoDump: Fall back to gPluginInfo if g_PluginInfo not found.Mattes D2 months
LuaNoCppReverted moving Lua to C++.Mattes D2 months
FixItemCountFormatFixed a wrong format string.Mattes D11 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 Breuker14 months
Certificates🌺Tiger Wang18 months
threadingAdded small plugin to show multithreadingNiels Breuker20 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
2023-03-12Added article explaining how to configure lua-language-serverapidump-vscodeNiels Breuker4-0/+46
2023-03-12Fixed global variables/functions in APIDump being part of API docsNiels Breuker2-1/+23
2023-03-12Renamed VSCode -> LLSNiels Breuker2-28/+28
2023-03-12Added code to export definitions for a lua-language-serverNiels Breuker2-1/+227
2023-03-08Added small embedded devices to READMEMattes D1-1/+1
2023-01-25TNT minecarts exploding when riding over activator rails (#5469)Michal Havlíček6-5/+62
2023-01-25Allow certain blocks to be placed on top of upside-down stairs/slabs (#5468)Michal Havlíček10-51/+202
2022-12-26Changed Windows instructions to build out-of-source.Mattes D1-1/+7
2022-11-18MojangAPI: Update certificates (#5456)Tiger Wang1-94/+71
2022-11-15Remove Travis from GETTING-STARTED.mdAlexander Harkness1-2/+2
2022-11-09Added support for favicons of any filesize. (#5457)Mattes D2-17/+16
2022-11-09Fixed nonsensical comment.Mattes D1-1/+1
2022-11-08Protocol: Use correct calculation for delta movements (#5455)Tiger Wang6-38/+56
2022-11-03Chunk: Optimise idle tickingTiger Wang5-25/+20
2022-10-28Update Core Plugin (#5453)x12xx12x1-0/+0
2022-10-28Kick clients when resource pack rejected (#5440)plan12317-0/+23
2022-10-25rework of the color code with & and standard codes (#5416)Debucquoy Anthony tonitch6-156/+105
2022-09-28Update CoreMat1-0/+0
2022-08-29Update CoreMat1-0/+0
2022-07-16ClientHandle: Fix block interaction regressions (#5431)Tiger Wang6-79/+61
2022-07-16ItemHandler: Fix torch handler not being called (#5433)Tiger Wang1-2/+2
2022-06-29Fix detector rail breaking/replacing blocks (#5429)Bond-0091-13/+13
2022-06-28Fix trampling for older clients and mobs (#5414)DarkoGNU4-34/+64
2022-06-25Fix building with clang 14 (#5428)Bond-0091-0/+1
2022-06-18Additional Y height checks (#5405)Debucquoy Anthony tonitch18-181/+157
2022-06-02Remove redundant initialisationsTiger Wang2-3/+3
2022-05-07Avoid spawn of silverfish when exploded by tnt (#5420)Debucquoy Anthony tonitch1-1/+1
2022-05-07Added check for unexported but documented API (#5418)x12xx12x6-136/+113
2022-05-07Implement ranged attack for snow golems. Fix failed assertion (#5417)DarkoGNU4-1/+40
2022-04-26Implement relative SendPlayerMoveLook. Use it in TurnToDirt (#5413)DarkoGNU8-24/+82
2022-04-21Moved comment to topPersson-dev1-1/+2
2022-04-21Add support for 1.14.x protocolsPersson-dev5-1/+138
2022-04-21Implement farmland trampling (#5401)DarkoGNU8-4/+143
2022-04-21Protocol sources fixes (#5411)Simon Pribylski8-125/+32
2022-04-20Improving 1.14 support (#5388)Simon Pribylski9-15/+1434
2022-04-20handled the infinite loop and stylex12xx12x4-19/+23
2022-04-20Valid Height is now checked by vector.x12xx12x44-211/+202
2022-04-20Updated protocol functions to Vector3xx12xx12x41-307/+317
2022-04-19Check height is within world for pistons and digging (#5396)KingCol132-6/+15
2022-04-15Changing Copyright Years (happy 11)Debucquoy Anthony tonitch1-1/+1
2022-04-12Added '#include <cctype>' in NamespaceSerializer.cpp.TheHyper451-1/+1
2022-04-12split functions into basic and entity prettifyx12xx12x3-13/+22
2022-04-12Removed an implicit cast from int to char.TheHyper451-1/+1
2022-04-12Added #include <cctype> to NamespaceSerializer.cppTheHyper451-0/+1
2022-04-12Yet another style fixTheHyper452-2/+2
2022-04-12Some refinementsTheHyper452-7/+1
2022-04-12NamespaceSerializer::Prettify function now takes a string and converts it into a prettfied stringTheHyper453-78/+31
2022-04-12The proper style fixTheHyper451-1/+1
2022-04-12Style fix.TheHyper451-2/+1
2022-04-12Small refinements in BroadcastDeathMessage method.TheHyper451-4/+15
2022-04-12Add Prettify method to get player-friendly names of mobsTheHyper453-10/+88
2022-04-12add hle0 to CONTRIBUTORShle01-1/+2
2022-04-12fix various compiler warnings (and some unwanted case statement fallthroughs)hle09-10/+13
2022-02-17Disable u8 prefix C++20 warning since we need itTiger Wang1-2/+2
2022-02-13BigFlower: handle environmental destructionTiger Wang1-1/+1
2022-02-12ClientHandle: cancel multi-block placements correctyTiger Wang1-9/+7
2022-02-09Update CONTRIBUTORSRodarg1-2/+2
2022-02-09Update CONTRIBUTORSRodarg1-0/+1
2022-02-09styleTiger Wang1-12/+11
2022-02-09Correct Indentation IFRodarg1-2/+5
2022-02-09Update BlockBigFlower.hRodarg1-1/+9
2022-02-09Update BlockBigFlower.hRodarg1-6/+2
2022-02-08ClientHandle: update variable namesTiger Wang1-6/+6
2022-02-08Spectators: prevent using items and spawn eggsTiger Wang1-8/+17
2022-02-08Spectation: keep track of spectatorsTiger Wang4-12/+72
2022-01-27Custom 25565 port page (#5369)Rorkh4-0/+43
2022-01-26Update to libdeflate 1.9Tiger Wang1-0/+0
2022-01-24Add player permission level (#5358)Simon Pribylski11-71/+143
2022-01-22Add aarch64 to easyinstall. Fixes #5386Alexander Harkness1-1/+1
2022-01-16ByteBuffer: fully defined Position handlingTiger Wang1-12/+12
2022-01-14syntaxTiger Wang10-12/+12
2022-01-14eblockfaceTiger Wang18-66/+75
2022-01-14so much big brain time - it hurtsx12xx12x1-1/+1
2022-01-14fixed bad web mergeMarc Lorenz1-0/+3
2022-01-14fixed possible 64+64 errorMarc Lorenz1-5/+2
2022-01-14fixed castx12xx12x1-1/+1
2022-01-14auto > charx12xx12x1-1/+1
2022-01-14fixed compile error in jenkins and more warningsx12xx12x3-4/+4
2022-01-14Fixed Compiler Warningsx12xx12x34-169/+114
2022-01-14Fix WriteXZYPosition64 and add testsBond_0092-1/+33
2022-01-13Simplify diff and remove excessive logging.Kingsley Collie1-92/+87
2022-01-13Refactor into switch statementKingsley Collie1-90/+91
2022-01-13Account for shift clicking or removing fuel from furnance.KingCol131-1/+5
2022-01-13Reject non-fuels being placed in the furnace fuel slot.KingCol131-0/+11
2022-01-13Fix build on Clang < 12Bond_0091-1/+10
2022-01-13Fix compilation with Clang 13.0.0Bond_0093-7/+9
2022-01-02Suspicious packets: give 'em the silent treatment (#5375)Tiger Wang3-12/+11
2022-01-02Fixed diagonal redstone powering (#5363)Michal Havlíček2-1/+2
2022-01-02Alpha sort BlockInfo and Block/ItemHandlerTiger Wang3-181/+181
2022-01-02ClientHandle: improve right-click robustness (#5372)Tiger Wang3-63/+56
2022-01-02Handlers: update item and block handlers (#5371)Tiger Wang12-89/+81
2022-01-02WriteBlockEntity: don't write position multiple times (#5373)Tiger Wang3-36/+15
2022-01-02Update to mybed 3.1.0Tiger Wang1-0/+0
2022-01-01Fixed ladder placing restrictionsMichal Havlíček1-1/+1
2021-12-31Handle name item packetPersson-dev2-0/+13
2021-12-31Added glass to FullyOccupiesVoxelMichal Havlíček1-0/+2
2021-12-30Transparent blocks no longer conduct redstone power (#5359)Michal Havlíček2-30/+1
2021-12-29Add skeleton bow pulling animation (#5355)Persson-dev7-6/+106
2021-12-29Improved farmer AI & Fixed entity loading functions (#5351)Persson-dev15-150/+479
2021-12-27Update solid and transparent blocks (#5353)Persson-dev1-1/+10
[...]
 
Clone
http://ni.xn--ijanec-9jb.eu/anonymous/cuberite
https://ni.xn--ijanec-9jb.eu/anonymous/cuberite