1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ryan Fox 0dd8e7d20d
Grass path: Drop dirt when broken
1 year ago
..
Bindings Added ExperienceAmount variable to HOOK_PLAYER_FISHING and HOOK_PLAYER_FISHED (#5345) 2 years ago
BlockEntities Add player statistics to API (#5193) 2 years ago
Blocks Grass path: Drop dirt when broken 1 year ago
Entities ItemHandler initialisation is a constant expression (#5344) 2 years ago
Generating Miscellaneous fixes (#5320) 2 years ago
HTTP HTTPServerConnection: more robust error handling 3 years ago
Items Hoe: Allow grass paths to be tilled 1 year ago
Mobs ItemHandler initialisation is a constant expression (#5344) 2 years ago
Noise Upgrade to C++17 [CMake] (#4717) 3 years ago
OSSupport Windows backtrace: fprintf to fputs 2 years ago
Physics Miscellaneous fixes (#5320) 2 years ago
Protocol Expand log4j mitigiation to cover more cases. 1 year ago
Registries Rename files to match code 2 years ago
Resources Fix debug macro situation (#5114) 2 years ago
Simulator Ignore dead entities and spectator players on pressure plates (#5294) 2 years ago
UI ItemHandler initialisation is a constant expression (#5344) 2 years ago
WorldStorage Miscellaneous fixes (#5320) 2 years ago
mbedTLS++ Update to mybed 3.0.0 (#5275) 2 years ago
BiomeDef.cpp Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885) 3 years ago
BiomeDef.h Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885) 3 years ago
BlockArea.cpp Prepare ChunkData for BlockState storage (#5105) 2 years ago
BlockArea.h Prepare ChunkData for BlockState storage (#5105) 2 years ago
BlockInServerPluginInterface.h Refactored block-to-pickup conversion. (#4417) 4 years ago
BlockInfo.cpp Double slabs are not transparent blocks 2 years ago
BlockInfo.h Move item placement into item handlers (#5184) 2 years ago
BlockState.h Prepare for 1.15+ (#4856) 2 years ago
BlockTracer.h Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885) 3 years ago
BlockType.cpp Cleanup some workarounds and warnings (#4735) 3 years ago
BlockType.h Unify DoWithBlockEntity (#5168) 2 years ago
BoundingBox.cpp Enable some more clang-tidy linter checks (#4738) 3 years ago
BoundingBox.h cBoundingBox: Fix tolua warning (#4361) 4 years ago
BrewingRecipes.cpp Replaced cpp14::make_unique<> with std::make_unique<>. 3 years ago
BrewingRecipes.h Minor cBrewingRecipes cleanup (#3731) 6 years ago
Broadcaster.cpp Unify multiprotocol entity animations 2 years ago
BuildInfo.h.cmake Added abilty to set build info 9 years ago
ByteBuffer.cpp Prepare ChunkData for BlockState storage (#5105) 2 years ago
ByteBuffer.h Prepare ChunkData for BlockState storage (#5105) 2 years ago
CMakeLists.txt CMake MinGW bug - https://gitlab.kitware.com/cmake/cmake/-/issues/5939 (#5295) 2 years ago
ChatColor.cpp Removed extended ASCII, and added a check against it. (#4642) 3 years ago
ChatColor.h Bulk clearing of whitespace 7 years ago
CheckBasicStyle.lua Prepare for 1.15+ (#4856) 2 years ago
Chunk.cpp ItemHandler initialisation is a constant expression (#5344) 2 years ago
Chunk.h Remove some unused typedefs 2 years ago
ChunkData.cpp Chest, weather, crash, and miscellaneous fixes (#5215) 2 years ago
ChunkData.h Mitigate MSVC crash (#5146) 2 years ago
ChunkDataCallback.h Prepare ChunkData for BlockState storage (#5105) 2 years ago
ChunkDef.h Chest, weather, crash, and miscellaneous fixes (#5215) 2 years ago
ChunkGeneratorThread.cpp Fix Windows XP to 7 compatibility (#5167) 2 years ago
ChunkGeneratorThread.h Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885) 3 years ago
ChunkMap.cpp Move item placement into item handlers (#5184) 2 years ago
ChunkMap.h Remove some unused typedefs 2 years ago
ChunkSender.cpp Unify DoWithBlockEntity (#5168) 2 years ago
ChunkSender.h Unify DoWithBlockEntity (#5168) 2 years ago
ChunkStay.cpp Some emplace_back replacements (#5149) 2 years ago
ChunkStay.h Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885) 3 years ago
CircularBufferCompressor.cpp zlib -> libdeflate (#5085) 2 years ago
CircularBufferCompressor.h Clarify cClientHandle, cPlayer ownership semantics 2 years ago
ClientHandle.cpp ItemHandler initialisation is a constant expression (#5344) 2 years ago
ClientHandle.h Bind more ClientHandle functions to Lua (#5334) 2 years ago
Color.cpp Leather Armor can now be dyed. 8 years ago
Color.h Lua plugin cColor (#3833) 6 years ago
CommandOutput.cpp Update submodules 3 years ago
CommandOutput.h Update submodules 3 years ago
CompositeChat.cpp CompositeChat: use variants 2 years ago
CompositeChat.h CompositeChat: use variants 2 years ago
CraftingRecipes.cpp Fix debug macro situation (#5114) 2 years ago
CraftingRecipes.h Introduce recipe book functionality (#4493) 3 years ago
Cuberite.vcxproj.user Added working directory for x64 builds (#4037) 6 years ago
Cuboid.cpp Added more clamping operations to cCuboid. 4 years ago
Cuboid.h Added a basic PalettedBlockArea implementation (#4377) 4 years ago
DeadlockDetect.cpp Fix sending incorrect date values on world change 2 years ago
DeadlockDetect.h Fix sending incorrect date values on world change 2 years ago
Defines.cpp Basic elytra flight (#5124) 2 years ago
Defines.h More cProtocol cleanup 2 years ago
EffectID.h Update tolua and export EffectID 6 years ago
Enchantments.cpp Warnings improvements 2 years ago
Enchantments.h Warnings improvements 2 years ago
Endianness.h Fixes compilation failures on MacOSX 10.10 8 years ago
FastRandom.cpp Cleanup some workarounds and warnings (#4735) 3 years ago
FastRandom.h Tentative fix for player-limit race condition (#3862) 6 years ago
ForEachChunkProvider.h Bulk clearing of whitespace 7 years ago
FunctionRef.h Stop cFunctionRef constructor from disabling default copy constructor. (#4173) 5 years ago
FurnaceRecipe.cpp Replaced cpp14::make_unique<> with std::make_unique<>. 3 years ago
FurnaceRecipe.h Smelting Gives Experience (#4094) 5 years ago
Globals.cpp Moved source to src 10 years ago
Globals.h Windows: do not include sdkddkver before defining WIN32_WINNT 2 years ago
IniFile.cpp Enable some more clang-tidy linter checks (#4738) 3 years ago
IniFile.h Warnings improvements 2 years ago
Inventory.cpp ItemHandler initialisation is a constant expression (#5344) 2 years ago
Inventory.h Introduce recipe book functionality (#4493) 3 years ago
Item.cpp ItemHandler initialisation is a constant expression (#5344) 2 years ago
Item.h ItemHandler initialisation is a constant expression (#5344) 2 years ago
ItemGrid.cpp ItemHandler initialisation is a constant expression (#5344) 2 years ago
ItemGrid.h Introduce recipe book functionality (#4493) 3 years ago
JsonUtils.cpp Update submodules (#4727) 3 years ago
JsonUtils.h Update submodules (#4727) 3 years ago
LazyArray.h Cleanup unneeded globals (#4736) 3 years ago
LightingThread.cpp Fix Windows XP to 7 compatibility (#5167) 2 years ago
LightingThread.h Using Super. 3 years ago
LineBlockTracer.cpp ChunkMap: do not wantonly make empty chunks 3 years ago
LineBlockTracer.h Use Vector3 for cLineBlockTracer and cBlockTracer (#4715) 3 years ago
LinearInterpolation.cpp Bulk clearing of whitespace 7 years ago
LinearInterpolation.h Unified the doxy-comment format. 8 years ago
LinearUpscale.h Fix debug macro situation (#5114) 2 years ago
Logger.cpp Fix debug macro situation (#5114) 2 years ago
Logger.h Update submodules 3 years ago
LoggerListeners.cpp Fix debug macro situation (#5114) 2 years ago
LoggerListeners.h Remove double includes part 2 (#3890) 6 years ago
LoggerSimple.h Fix debug macro situation (#5114) 2 years ago
Map.cpp BlockHandler initialisation is a constant expression (#4891) 3 years ago
Map.h MSVC warnings 2 years ago
MapManager.cpp Replace ItemCallbacks with lambdas (#3993) 6 years ago
MapManager.h Replace ItemCallbacks with lambdas (#3993) 6 years ago
Matrix4.h Bulk clearing of whitespace 7 years ago
MemorySettingsRepository.cpp Enable some more clang-tidy linter checks (#4738) 3 years ago
MemorySettingsRepository.h Fix debug macro situation (#5114) 2 years ago
MobCensus.cpp Fix sending incorrect date values on world change 2 years ago
MobCensus.h Bulk clearing of whitespace 7 years ago
MobFamilyCollecter.cpp Removed double includes (#3885) 6 years ago
MobFamilyCollecter.h Remove double includes part 2 (#3890) 6 years ago
MobProximityCounter.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 5 years ago
MobProximityCounter.h Remove double includes part 2 (#3890) 6 years ago
MobSpawner.cpp Slime spawinig in swamps (#5281) 2 years ago
MobSpawner.h Fixing Mob spawner behaviour (#4930) 3 years ago
MonsterConfig.cpp Tweak attack ranges 3 years ago
MonsterConfig.h Bulk clearing of whitespace 7 years ago
NetherPortalScanner.cpp Properly deprecate more XYZ parameter'd functions (#5147) 2 years ago
NetherPortalScanner.h MoveToWorld must always be provided a world 3 years ago
OpaqueWorld.h Broadcast refactor (#4264) 5 years ago
OverridesSettingsRepository.cpp Streamline startup sequence 3 years ago
OverridesSettingsRepository.h Streamline startup sequence 3 years ago
PalettedBlockArea.cpp BlockTypePalette: Refactored for usage in both directions. 3 years ago
PalettedBlockArea.h Remove unused Temporary namespace 2 years ago
ProbabDistrib.cpp Some emplace_back replacements (#5149) 2 years ago
ProbabDistrib.h FastRandom rewrite (#3754) 6 years ago
RCONServer.cpp Streamline startup sequence 3 years ago
RCONServer.h Bulk clearing of whitespace 7 years ago
RankManager.cpp Update submodules (#4727) 3 years ago
RankManager.h Remove cRankManager migration code (#4714) 3 years ago
Root.cpp ItemHandler initialisation is a constant expression (#5344) 2 years ago
Root.h Authentication flow: move construction, slim down classes (#5312) 2 years ago
Scoreboard.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 5 years ago
Scoreboard.h Prepare ChunkData for BlockState storage (#5105) 2 years ago
Server.cpp Authentication flow: move construction, slim down classes (#5312) 2 years ago
Server.h Authentication flow: move construction, slim down classes (#5312) 2 years ago
SetChunkData.h Prepare ChunkData for BlockState storage (#5105) 2 years ago
SettingsRepositoryInterface.h Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963) 3 years ago
SpawnPrepare.cpp Replaced cpp14::make_unique<> with std::make_unique<>. 3 years ago
SpawnPrepare.h Potential spawn prepare fix (#3924) 6 years ago
StatisticsManager.cpp fixed open inventory crash (#5233) 2 years ago
StatisticsManager.h Rename files to match code 2 years ago
StringCompression.cpp zlib -> libdeflate (#5085) 2 years ago
StringCompression.h Clarify cClientHandle, cPlayer ownership semantics 2 years ago
StringUtils.cpp Use more URL-Encoding when sending API requests. 2 years ago
StringUtils.h Use more URL-Encoding when sending API requests. 2 years ago
UUID.cpp Make offline UUIDs consistent with vanilla. (#4178) 5 years ago
UUID.h Add cUUID class (#3871) 6 years ago
Vector3.h C++17 stuff 3 years ago
VoronoiMap.cpp Bulk clearing of whitespace 7 years ago
VoronoiMap.h Bulk clearing of whitespace 7 years ago
WebAdmin.cpp Enable some more clang-tidy linter checks (#4738) 3 years ago
WebAdmin.h Enable some more clang-tidy linter checks (#4738) 3 years ago
World.cpp Miscellaneous fixes (#5320) 2 years ago
World.h World: change spawnpoint type to int (#5313) 2 years ago
XMLParser.h Minor changes (#3909) 6 years ago
fmt.h Update fmtlib to 7.0.0 3 years ago
main.cpp Make Windows go brrrr, not tick. tick. tick. (#5201) 2 years ago
main.h Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963) 3 years ago