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-03-16Implement formatting codesformattingcodesmathiascode1-93/+81
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
2020-03-04Prevent container item duplication (#4476)Mat2-15/+0
2020-03-04Play correct sound when entities are hit by arrows (#4481)Mat1-1/+1
2020-03-01Boats can be spawned on landMat1-7/+0
2020-02-27Update ProtectionAreasmathiascode1-0/+0
2020-02-26Update copyright yearMat1-1/+1
2020-02-24Create build script for Jenkins (and use it) (#4473)Alexander Harkness3-1/+85
2020-02-24BlockTypePalette: Improved loading speed in MSVC Debug builds.Mattes D2-47/+132
2020-02-24Remove 1.13 from supported protocol listmathiascode1-3/+3
2020-02-23Update submodulesmathiascode1-0/+0
2020-02-18Show correct paths in compile scriptMat1-8/+3
2020-02-10Remove unused file in Unix executable listMat1-1/+0
2020-02-10Added server log to GitHub issue templateMattes D1-3/+8
2020-01-16Strip debug symbols from Android buildsMat1-1/+1
2020-01-15Blocks are usable in adventure mode (#4464)Mat1-1/+1
2020-01-13Added an UpgradeBlockTypePalette check script.Mattes D1-0/+140
2020-01-13Improved the UpgradeBlockTypePalette.Mattes D1-307/+1440
2020-01-12dev-docs/Plugin API.md: fix urlZaoqi1-1/+1
2020-01-07Added temporary block type mapping for 1.13+ protocols.Mattes D16-76/+375
2020-01-07StringUtils: Added note to StringsConcat about StringJoin.Mattes D1-1/+2
2020-01-07ProtocolRecognizer: Updated to unique_ptr.Mattes D2-36/+20
2020-01-07Root: Load the UpgradeBlockTypePalette on startup.Mattes D2-0/+26
2020-01-07main: Terminate if an exception is thrown.Mattes D1-4/+7
2020-01-04Removed old buildserver from READMEMattes D1-2/+0
2020-01-03Bump Android API to min supportedMat1-2/+2
2020-01-02Clean up server folder for Android (#4448)Mat3-8/+27
2020-01-02Fix android builds (#4432)Alexander Harkness4-27/+23
2019-12-31Skip release builds outside master (#4447)Mat1-0/+8
2019-12-30Include missing server files (#4446)Mat1-0/+2
2019-12-30Updated Lua submodulesMattes D2-0/+0
2019-12-30Remove lang folder (#4445)Mat2-604/+0
2019-12-30Appveyor: Cache only the CMakeCache file.Mattes D1-3/+3
2019-12-30Change outdated support linkMat1-1/+1
2019-12-30Disable block placement in adventure mode (#4424)Mat3-2/+20
2019-12-29CMake: Fix builds in folders with spacesMattes D1-6/+5
2019-12-28CMake: Don't create symlinks if link == orig.Mattes D1-15/+25
2019-12-28BlockTypePalette: Load from TSV or original reports' JSON.Mattes D14-384/+21087
2019-12-28Moved ProtocolBlockTypePalette functionality into BlockTypePalette.Mattes D11-404/+268
2019-12-28BlockTypePalette: Refactored for usage in both directions.Mattes D4-77/+160
2019-12-28Update submodules (#4439)Mat3-1/+1
2019-12-28Output the binaries into a per-configuration Server subfolder. (#4440)Mattes D22-83/+143
2019-12-28WebAdmin improvements (#4433)Mat23-697/+301
2019-12-22Improved large jungle and acacia tree generation (#4413)NiLSPACE8-295/+410
2019-12-22AppVeyor release buildsmathiascode1-10/+126
2019-12-12Added CSS to increase the padding on the bottom of the second row (#4436)Arham Jain1-0/+1
2019-12-05Correct block transparenciesPeter Bell1-0/+5
2019-11-28Add sponsor buttonmathiascode1-0/+2
2019-11-10CI: Add arm build to travis (#4422)peterbell102-5/+24
2019-10-28Moved growing from cWorld / cChunk to cBlockHandler descendants.Mattes D42-1300/+1513
2019-10-25Update README.md (#4423)SANDIP PALIT1-2/+2
2019-10-16Refactored block-to-pickup conversion. (#4417)Mattes D121-1738/+2490
2019-10-04Fixed crash in hopper while pulling items from blockentity above itself (#4412)NiLSPACE1-2/+2
2019-10-03Added another check if the item is place able (#4404)Lukas Pioch1-0/+7
2019-09-29Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D122-845/+1255
2019-09-29Cactus can now grow and will be dropped if there is no place to grow.Lukas Pioch1-4/+17
2019-09-27Fixed MSVC warnings (#4400)Mattes D12-28/+28
2019-09-24Fix clang8.0 build (#4399)Bond-0091-9/+13
2019-09-24NBTChunkSerializer: Cleaned up interface.Mattes D9-960/+909
2019-09-22Add ProtocolBlockTypePalette (#4391)E1415-0/+814
2019-09-20Added missing closing } in message outputLukas Pioch1-1/+1
2019-09-17Clarify spaces vs unary operatorMattes D1-1/+2
2019-09-16Remove analytics code (#4394)Mathias8-6723/+0
2019-09-16Protocol 1.9: Alpha-sort, add useful debugging code.Mattes D2-38/+47
2019-09-16Initial support for 1.13 clientsTiger Wang8-6/+669
2019-09-13GCC: Added pragma to ignore fallthrough warnings within Unicode Inc. code (#4392)E141-0/+7
2019-09-10Fix race condition in UrlClientTestpeterbell101-15/+16
2019-09-10Fixed warnings in ChunkDataSerializer.Mattes D1-2/+2
2019-09-10Protocol: Use logical outgoing packet types.Mattes D17-517/+705
2019-09-08ChunkGenerator: Changed to use cChunkCoords.Mattes D8-31/+26
2019-09-08ShapeGen, HeiGen: Changed to use cChunkCoords.Mattes D18-188/+146
2019-09-08BiomeGen: Changed to use cChunkCoords params.Mattes D11-87/+82
2019-09-07Generator: Added repeatability test.Mattes D3-24/+118
2019-09-07CompoGenNether: Fixed different data produced in Linux Release builds.Mattes D1-20/+12
2019-09-06Added a BasicGeneratorTest.Mattes D6-9/+344
2019-09-06Moved the generator defaults to ComposableGenerator.Mattes D9-98/+177
2019-09-06Separated chunk generator from world / plugin interfaces.Mattes D27-688/+782
2019-09-04Updated LibEvent to release 2.1.11-stable. (#4383)Mattes D4-8/+15
2019-08-28Added a basic PalettedBlockArea implementation (#4377)Mattes D9-1/+1111
2019-08-26Improved testing framework. (#4376)Mattes D18-388/+413
2019-08-24Added BlockState implementation for 1.13 support.Mattes D5-0/+417
2019-08-24Upgrade Appveyor's MSVCMattes D1-1/+2
2019-08-16Fix mobs targeting dead players (#4344)Julius Oeftiger1-1/+1
2019-08-11Fix building with clang 8.0 (#4346)Bond-00920-76/+95
2019-08-11Wake up redstone simulator on slot changes for blockentities (#4348)Bond-0092-0/+16
2019-08-11Added null check for position (#4366)Lukas Pioch1-0/+5
2019-08-10APIDocs: Added missing return type and corrected one (#4353)Lukas Pioch2-1/+7
2019-08-10Improved CMake generator (#4365)Mattes D3-4/+8
2019-08-10Added more clamping operations to cCuboid.Mattes D3-6/+75
2019-08-09Removed coord-based API from cCuboid. (#4362)Mattes D5-142/+185
2019-08-08cBoundingBox: Fix tolua warning (#4361)peterbell102-23/+3
2019-08-08Change TakeDamageInfo::FinalDamage from int to float (#4359)Aplaus2283-9/+9
2019-08-06Fixed compilation on VS2019Mattes D1-0/+1
2019-08-05Register vanilla blocks in BlockTypeRegistry.Mattes D6-2/+738
2019-08-05BlockTypeRegistry: Added hint manipulationMattes D3-3/+181
[...]
 
Clone
http://ni.xn--ijanec-9jb.eu./anonymous/cuberite
https://ni.xn--ijanec-9jb.eu./anonymous/cuberite