1
0
cuberite-2a/src
Alexander Harkness b4aa19f329
Item durability loss now depends on the item used. (#4123)
Armour durability also no longer changes when it
is used to break blocks or attack mobs.

Fixes #4119
2018-01-05 11:28:06 +00:00
..
Bindings Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
BlockEntities Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
Blocks Item durability loss now depends on the item used. (#4123) 2018-01-05 11:28:06 +00:00
Entities Item durability loss now depends on the item used. (#4123) 2018-01-05 11:28:06 +00:00
Generating Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
HTTP Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
Items Item durability loss now depends on the item used. (#4123) 2018-01-05 11:28:06 +00:00
mbedTLS++ Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
Mobs Item durability loss now depends on the item used. (#4123) 2018-01-05 11:28:06 +00:00
Noise Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
OSSupport Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
Protocol Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
Resources New icon colors (#3675) 2017-06-03 18:49:02 +02:00
Simulator Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
UI Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
WorldStorage Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
AllocationPool.h Remove double includes part 2 (#3890) 2017-08-03 15:34:19 +02:00
BiomeDef.cpp Remove double includes part 2 (#3890) 2017-08-03 15:34:19 +02:00
BiomeDef.h Remove double includes part 2 (#3890) 2017-08-03 15:34:19 +02:00
BlockArea.cpp cBlockArea: Fix performance regression (#4045) 2017-09-23 17:47:46 +01:00
BlockArea.h Replace ItemCallbacks with lambdas (#3993) 2017-09-11 23:20:49 +02:00
BlockID.cpp Remove double includes part 2 (#3890) 2017-08-03 15:34:19 +02:00
BlockID.h Minor changes (#3909) 2017-08-24 11:19:40 +02:00
BlockInfo.cpp improve rain simulation (#4017) 2017-12-26 21:25:57 +00:00
BlockInfo.h improve rain simulation (#4017) 2017-12-26 21:25:57 +00:00
BlockInServerPluginInterface.h Replaced includes with forward declarations 2017-08-13 12:31:10 +01:00
BlockTracer.h Tracer replacement (#3704) 2017-05-11 13:34:36 +01:00
BoundingBox.cpp Fully implemented leashes (#3798) 2017-08-21 10:46:41 +02:00
BoundingBox.h Fully implemented leashes (#3798) 2017-08-21 10:46:41 +02:00
BrewingRecipes.cpp Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
BrewingRecipes.h Minor cBrewingRecipes cleanup (#3731) 2017-05-28 20:08:23 +02:00
Broadcaster.cpp
Broadcaster.h Remove double includes part 2 (#3890) 2017-08-03 15:34:19 +02:00
BuildInfo.h.cmake
ByteBuffer.cpp Add cUUID class (#3871) 2017-08-25 13:43:18 +01:00
ByteBuffer.h Add cUUID class (#3871) 2017-08-25 13:43:18 +01:00
ChatColor.cpp
ChatColor.h
CheckBasicStyle.lua
Chunk.cpp Fix explosion interaction with block entities. (#4052) 2017-09-27 22:22:15 +01:00
Chunk.h BroadcastBlockBreakAnimation and BroadcastBlockEntity use vectors (#4038) 2017-09-25 18:17:45 +02:00
ChunkData.cpp Implement anvil chunk sparsing 2017-08-26 20:56:44 +02:00
ChunkData.h Implement anvil chunk sparsing 2017-08-26 20:56:44 +02:00
ChunkDataCallback.h Implement protocol level chunk sparsing (#3864) 2017-08-21 17:56:53 +01:00
ChunkDef.h cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050) 2017-11-20 11:13:11 +00:00
ChunkMap.cpp Fix explosion interaction with block entities. (#4052) 2017-09-27 22:22:15 +01:00
ChunkMap.h BroadcastBlockBreakAnimation and BroadcastBlockEntity use vectors (#4038) 2017-09-25 18:17:45 +02:00
ChunkSender.cpp Implement protocol level chunk sparsing (#3864) 2017-08-21 17:56:53 +01:00
ChunkSender.h Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
ChunkStay.cpp
ChunkStay.h
ClientHandle.cpp Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
ClientHandle.h Implement horse inventory (#4053) 2017-10-21 17:56:09 +01:00
CMakeLists.txt Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
Color.cpp
Color.h Lua plugin cColor (#3833) 2017-07-12 12:30:43 +02:00
CommandOutput.cpp Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
CommandOutput.h Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
CompositeChat.cpp
CompositeChat.h
CraftingRecipes.cpp Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
CraftingRecipes.h
Cuberite.vcxproj.user Added working directory for x64 builds (#4037) 2017-09-20 19:01:46 +01:00
Cuboid.cpp cCuboid: restore default copy construct and assign. 2017-08-28 13:48:10 +01:00
Cuboid.h Add TOLUA_EXPOSITION for readability 2017-08-28 14:36:23 +01:00
DeadlockDetect.cpp Replace ItemCallbacks with lambdas (#3993) 2017-09-11 23:20:49 +02:00
DeadlockDetect.h Clang 5.0 fixes 2017-05-21 12:19:06 +02:00
Defines.h Implement horse inventory (#4053) 2017-10-21 17:56:09 +01:00
EffectID.h Update tolua and export EffectID 2017-06-29 18:58:48 +02:00
Enchantments.cpp Added anvil enchantment handling. (#3857) 2017-07-28 18:00:20 +01:00
Enchantments.h Minor changes (#3909) 2017-08-24 11:19:40 +02:00
Endianness.h
FastRandom.cpp Remove double includes part 2 (#3890) 2017-08-03 15:34:19 +02:00
FastRandom.h Tentative fix for player-limit race condition (#3862) 2017-07-28 17:54:40 +01:00
ForEachChunkProvider.h
FunctionRef.h Replace ItemCallbacks with lambdas (#3993) 2017-09-11 23:20:49 +02:00
FurnaceRecipe.cpp Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
FurnaceRecipe.h
Globals.cpp
Globals.h Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
IniFile.cpp
IniFile.h Clang 5.0 fixes 2017-05-21 12:19:06 +02:00
Inventory.cpp Fix typo in #4095. 2017-12-21 16:01:24 +00:00
Inventory.h Removed unused forward declarations (#3888) 2017-08-03 15:10:29 +02:00
Item.cpp Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
Item.h Item durability loss now depends on the item used. (#4123) 2018-01-05 11:28:06 +00:00
ItemGrid.cpp cItemGrid bounds check (#3837) 2017-07-09 22:54:56 +02:00
ItemGrid.h cItemGrid bounds check (#3837) 2017-07-09 22:54:56 +02:00
LightingThread.cpp cWorld Threads: Seperate initialization and thread start. 2017-10-21 19:33:22 +02:00
LightingThread.h cWorld Threads: Seperate initialization and thread start. 2017-10-21 19:33:22 +02:00
LinearInterpolation.cpp
LinearInterpolation.h
LinearUpscale.h
LineBlockTracer.cpp Replace ItemCallbacks with lambdas (#3993) 2017-09-11 23:20:49 +02:00
LineBlockTracer.h Replace ItemCallbacks with lambdas (#3993) 2017-09-11 23:20:49 +02:00
Logger.cpp Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
Logger.h Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
LoggerListeners.cpp Remove double includes part 2 (#3890) 2017-08-03 15:34:19 +02:00
LoggerListeners.h Remove double includes part 2 (#3890) 2017-08-03 15:34:19 +02:00
LoggerSimple.h Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
main.cpp Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
Map.cpp Replace ItemCallbacks with lambdas (#3993) 2017-09-11 23:20:49 +02:00
Map.h Remove double includes part 2 (#3890) 2017-08-03 15:34:19 +02: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
MemorySettingsRepository.cpp
MemorySettingsRepository.h
MobCensus.cpp
MobCensus.h
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
MobProximityCounter.h Remove double includes part 2 (#3890) 2017-08-03 15:34:19 +02:00
MobSpawner.cpp Replace ItemCallbacks with lambdas (#3993) 2017-09-11 23:20:49 +02:00
MobSpawner.h Replace ItemCallbacks with lambdas (#3993) 2017-09-11 23:20:49 +02:00
MonsterConfig.cpp
MonsterConfig.h
NetherPortalScanner.cpp Removed double includes (#3885) 2017-08-02 19:57:20 +01:00
NetherPortalScanner.h Remove double includes part 2 (#3890) 2017-08-03 15:34:19 +02:00
OverridesSettingsRepository.cpp
OverridesSettingsRepository.h Clang 5.0 fixes 2017-05-21 12:19:06 +02:00
ProbabDistrib.cpp Removed double includes (#3885) 2017-08-02 19:57:20 +01:00
ProbabDistrib.h FastRandom rewrite (#3754) 2017-06-13 21:35:30 +02:00
RankManager.cpp Add cUUID class (#3871) 2017-08-25 13:43:18 +01:00
RankManager.h Add cUUID class (#3871) 2017-08-25 13:43:18 +01:00
RCONServer.cpp
RCONServer.h
Root.cpp Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
Root.h cWorld: Move Initialization from Start to the constructor. 2017-10-21 19:33:22 +02:00
Scoreboard.cpp Replace ItemCallbacks with lambdas (#3993) 2017-09-11 23:20:49 +02:00
Scoreboard.h Replace ItemCallbacks with lambdas (#3993) 2017-09-11 23:20:49 +02:00
Server.cpp Replace ItemCallbacks with lambdas (#3993) 2017-09-11 23:20:49 +02:00
Server.h Update mbedtls to 2.5.1 (#3964) 2017-08-30 15:00:06 +01:00
SetChunkData.cpp Changed entity ownership model to use smart pointers 2017-08-07 19:24:16 +01:00
SetChunkData.h Changed entity ownership model to use smart pointers 2017-08-07 19:24:16 +01:00
SettingsRepositoryInterface.h
SpawnPrepare.cpp Potential spawn prepare fix (#3924) 2017-08-22 14:34:43 +02:00
SpawnPrepare.h Potential spawn prepare fix (#3924) 2017-08-22 14:34:43 +02:00
Statistics.cpp Minor changes (#3909) 2017-08-24 11:19:40 +02:00
Statistics.h
Stopwatch.h Remove double includes part 2 (#3890) 2017-08-03 15:34:19 +02:00
StringCompression.cpp
StringCompression.h
StringUtils.cpp Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
StringUtils.h Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
Tracer.cpp
Tracer.h Remove double includes part 2 (#3890) 2017-08-03 15:34:19 +02:00
UUID.cpp Update mbedtls to 2.5.1 (#3964) 2017-08-30 15:00:06 +01:00
UUID.h Add cUUID class (#3871) 2017-08-25 13:43:18 +01:00
Vector3.h Add TOLUA_EXPOSITION for readability 2017-08-28 14:36:23 +01:00
VoronoiMap.cpp
VoronoiMap.h
WebAdmin.cpp Replace ItemCallbacks with lambdas (#3993) 2017-09-11 23:20:49 +02:00
WebAdmin.h Removed unused forward declarations (#3888) 2017-08-03 15:10:29 +02:00
World.cpp improve rain simulation (#4017) 2017-12-26 21:25:57 +00:00
World.h improve rain simulation (#4017) 2017-12-26 21:25:57 +00:00
XMLParser.h Minor changes (#3909) 2017-08-24 11:19:40 +02:00