summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
masterManually specify UTF-8 encoding for Cuberite.rc (#5589)Alexander Harkness4 days
5588-resources-encodingManually specify UTF-8 encoding for Cuberite.rcAlexander Harkness5 days
canbeat-cleanupUse cChunkDef::IsValidHeight for CanBeAt functions, and related helpers.Alexander Harkness9 days
template-id-ctor-warningRemove simple template-id from constructors for Vector3 template.Alexander Harkness11 days
real-block-countUse correct size integer type, fix compiler warning.Alexander Harkness11 days
clang-format-codebaseApply new clang-formattingAlexander Harkness13 days
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-09-22Added binding to cPluginLua:ExecuteOffThreadMultiLuaStackNiLSPACE1-1/+2
2020-09-22Added tiny PoC to create new luastate in a different thread.NiLSPACE1-0/+28
2020-09-10fixed missing include for FreeBSD. (#4852)SatoKaito1-1/+8
2020-09-05Add more statistic tracking (#4837)12xx1218-6/+88
2020-09-05Use pitch lookup in noteblock block entity (#4826)12xx126-50/+220
2020-09-05WriteConsoleInput can return FALSE when running as servicTiger Wang1-6/+2
2020-09-05Reformat messages in NonCtrlHandlerTiger Wang1-12/+16
2020-09-05Streamline startup sequenceTiger Wang13-681/+737
2020-09-03Rename AddEntityIfNotPresent to AddPlayerTiger Wang3-17/+7
2020-08-30Define _DEBUG macro for tests and main server (#4843)Alexander Harkness1-0/+5
2020-08-29Entities can fail to add into a chunkTiger Wang3-11/+10
2020-08-29Unused/duplicate function cleanupTiger Wang5-29/+2
2020-08-28Remove redundant DoWithChunkAt in chestsTiger Wang2-12/+6
2020-08-28Minor style fixesTiger Wang3-1/+13
2020-08-28FastNBTWriter: AddString now uses string_viewTiger Wang2-5/+5
2020-08-28Broadcaster: don't loop over all entities to broadcast one's positionTiger Wang1-1/+1
2020-08-28Save enderchest block entities to storageTiger Wang5-71/+38
2020-08-28WorldStorage: Removed unused callback parametersTiger Wang3-50/+13
2020-08-28Clean up pickup collection to use ForEachEntityInBoxTiger Wang3-54/+22
2020-08-28Chunk: Make StayCount/AlwaysTicked unsignedTiger Wang1-3/+2
2020-08-28Simplify MoveEntityToNewChunkTiger Wang2-8/+4
2020-08-28Clean up GenerateChunk/TouchChunkTiger Wang6-128/+9
2020-08-28ChunkMap: do not wantonly make empty chunksTiger Wang5-245/+133
2020-08-28Remove unneeded MarkDirty, SendToClients parameters of SetMetaTiger Wang11-62/+33
2020-08-281.13+: Send length-prefixed server Brand stringTiger Wang2-18/+4
2020-08-27Removed constMattes D1-2/+2
2020-08-27Changed tree-growing functions in cWorld to use Vector3i coords.Mattes D5-90/+176
2020-08-27Added a "reloadweb" command for reloading web admin config.Mattes D1-1/+9
2020-08-26Fixed windows hack in Compile.sh (#4834)Azurethi1-1/+2
2020-08-25Fix doors and trapdoors closing on server restartPeter Bell2-2/+6
2020-08-21ChunkDataSerializer: don't repeatedly mallocateTiger Wang5-171/+216
2020-08-21CompressPacket: reserve CompressedSize, not the uncompressed sizeTiger Wang1-3/+3
2020-08-21StatSerializer: use std::moveTiger Wang2-7/+7
2020-08-21Make StatSerializer a namespaceTiger Wang3-95/+81
2020-08-21Consolidate various Chunk serialisers under one roofTiger Wang2-141/+43
2020-08-21Remove unused variables in ChestEntity/BlockEntityWithItemsTiger Wang2-4/+0
2020-08-21Made cProtocol::Version, EntityMetadata enums less verboseTiger Wang11-273/+273
2020-08-21Remove complex templated SendBlockChangeTiger Wang4-94/+48
2020-08-21Replace PowerData struct with PowerLevelTiger Wang25-189/+171
2020-08-21cChunk's deleted copy constructor needs constTiger Wang1-1/+1
2020-08-21Remove level of indirection in cChunk storageTiger Wang4-87/+67
2020-08-21Remove std::make_unique from redstone handler creationTiger Wang28-545/+494
2020-08-21Minor typo fixesTiger Wang3-19/+21
2020-08-20More tar incompatibility changesAlexander Harkness1-1/+1
2020-08-20Exclude .git only, mac has inferior tarAlexander Harkness1-1/+1
2020-08-20Exclude VCS files from archives for jenkins binariesAlexander Harkness1-1/+1
2020-08-19Adding block entity transmission to 1.13 (#4829)12xx122-1/+38
2020-08-19Add statistics upgrade mappingTiger Wang2-13/+122
2020-08-19Add FileStream wrapperTiger Wang3-1/+43
2020-08-19Add statistics palette for 1.15 & 1.16Tiger Wang4-6/+171
2020-08-19Add Statistics and Achievements for newer Network standards12xx1231-507/+1047
2020-08-12Add enhanced Gold generation in Mesa-Type Biomes (#4821)12xx124-0/+65
2020-08-10Remove BountySource from funding sourcesAlexander Harkness3-5/+2
2020-08-10Update FinishGen.cpp12xx121-1/+0
2020-08-10small issues addressed in #4817 fixed because was merged to fast12xx123-11/+3
2020-08-09Fix enderchest placement rotationion2321-2/+2
2020-08-09Adding Emeralds to generation (#4817)12xx124-1/+72
2020-08-09Fix arrows preventing block placemention2322-0/+12
2020-08-09Update CONTRIBUTORS to add ion232ion2321-0/+1
2020-08-08Remove the redstone solid block handlerTiger Wang35-568/+731
2020-08-08const-ify some Chunk functionsTiger Wang2-11/+11
2020-08-06Add documentation for @tigerw's new CMake flags (#4814)Alexander Harkness2-5/+21
2020-08-06Revert "Hotpatch optional for macOSX builds on buildserver"Alexander Harkness1-4/+4
2020-08-05Update bed behavior (#4545)Mat2-7/+30
2020-08-05imprementing plugin message to send server brand (#4786)12xx121-2/+6
2020-08-05Update Coremathiascode1-0/+0
2020-08-05Fix big tree ring radius calculations. Ring radius now stays within range.Alexander Harkness1-2/+2
2020-08-05edit commentmBornand1-1/+1
2020-08-05update commentmBornand1-1/+1
2020-08-05correct errormBornand1-3/+1
2020-08-05correct errormBornand1-1/+3
2020-08-05large conifers sapplings growmBornand1-1/+6
2020-08-05error in comment endmBornand1-1/+1
2020-08-05add Large conifersmBornand3-18/+288
2020-08-05WakeUpSimulators correct Y computationTiger Wang2-7/+12
2020-08-05Delete unreferenced variableTiger Wang1-1/+0
2020-08-05Adjust incorrect palette inclusionsTiger Wang3-3/+3
2020-08-05Delete redundant std::move in World loaderTiger Wang1-14/+14
2020-08-05fixup! Disable LTO on AndroidAlexander Harkness1-1/+1
2020-08-05Disable LTO on AndroidAlexander Harkness1-0/+1
2020-08-05Fix android builds (hopefully)Alexander Harkness1-0/+0
2020-08-05Hotpatch optional for macOSX builds on buildserverAlexander Harkness1-4/+4
2020-08-04Code cleanup in cChunk.PlaceBlock() for checking if BlockEntity should be spawned (#4812)12xx121-27/+4
2020-08-04Fixup test block handler stubsTiger Wang3-51/+3
2020-08-04Simply Y-check in door handlerTiger Wang1-1/+1
2020-08-04Continue with placement when using iron doorsTiger Wang1-2/+4
2020-08-04Door drops respect player gamemodeTiger Wang2-12/+11
2020-08-04Corrected wakeup sequencesTiger Wang10-139/+70
2020-08-04OnBroken/OnPlaced are for entity actionsTiger Wang16-260/+92
2020-08-04Do not GetBlock individually in simulatorsTiger Wang7-75/+93
2020-08-02Use std::queue for the block tick queueTiger Wang2-11/+9
2020-08-02Remove unused block tick related cChunk functionsTiger Wang4-81/+17
2020-08-02Always use relative coordinates in AddBlockTiger Wang21-228/+136
2020-08-02Add WakeUp/AddBlock distinctionTiger Wang20-120/+140
2020-08-02Do not impose redstone wakup penalty for all blocksTiger Wang1-19/+6
2020-08-02Delegate simulator wakeup to cChunkTiger Wang2-12/+12
2020-08-02Ensure updating relatives calls the correct base caseTiger Wang9-14/+15
2020-08-01Replaced cpp14::make_unique<> with std::make_unique<>.Mattes D35-257/+252
2020-08-01Added HandleCraftItem call to ShiftClickedResult to make sure achievements are awarded (#4791)12xx121-0/+3
2020-07-28Correct Serialise393/477 version annotationsTiger Wang1-2/+3
[...]
 
Clone
http://ni.xn--ijanec-9jb.eu./anonymous/cuberite
https://ni.xn--ijanec-9jb.eu./anonymous/cuberite