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