1
0
Fork 0
cuberite-2a/src/WorldStorage
peterbell10 307e7aaff5 Fix switch warnings (#4013)
* Fix switch warnings
  * Fix a variety of -Wswitch and -Wswitch-enum warnings
  * Remove unneeded -Wno-error flags

* Reorganise some eMonsterType switches
  * Alpha sort eMonsterType cases in WriteMobMetadata
    and in cNBTChunkSerializer::AddMonsterEntity
  * List all mob types in protocol 1.12 and NBTChunkSerializer

* cStructGenTrees::GetNumTrees: remove switch default

* cWSSAnvil::LoadOldMinecartFromNBT: Log unhandled minecart type
2017-09-14 09:48:57 +01:00
..
CMakeLists.txt Fix switch warnings (#4013) 2017-09-14 09:48:57 +01:00
EnchantmentSerializer.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
EnchantmentSerializer.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
FastNBT.cpp Fix BSD build 2017-08-02 22:51:16 +02:00
FastNBT.h cParsedNBT: Improved error reporting (#3876) 2017-07-30 17:55:19 +01:00
FireworksSerializer.cpp Make -Werror disabling file only 2015-05-19 19:32:10 +01:00
FireworksSerializer.h Removed unneeded includes (#3902) 2017-08-06 20:57:44 +01:00
MapSerializer.cpp Use cChunkDef::Height for Y coord comparison where applicable. 2016-09-27 14:32:20 +02:00
MapSerializer.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
NBTChunkSerializer.cpp Fix switch warnings (#4013) 2017-09-14 09:48:57 +01:00
NBTChunkSerializer.h Implement anvil chunk sparsing 2017-08-26 20:56:44 +02:00
SchematicFileSerializer.cpp cBlockArea: use unique_ptr 2017-09-11 23:20:12 +02:00
SchematicFileSerializer.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
ScoreboardSerializer.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
ScoreboardSerializer.h Unified the doxy-comment format. 2015-07-31 16:49:10 +02:00
StatSerializer.cpp Switched player statistic store to save with UUID filenames. (#4002) 2017-09-07 11:57:12 +02:00
StatSerializer.h Switched player statistic store to save with UUID filenames. (#4002) 2017-09-07 11:57:12 +02:00
WSSAnvil.cpp Fix switch warnings (#4013) 2017-09-14 09:48:57 +01:00
WSSAnvil.h Add cUUID class (#3871) 2017-08-25 13:43:18 +01:00
WorldStorage.cpp Fixed minecart destruction using deallocated memory. 2016-12-15 14:57:48 +01:00
WorldStorage.h Remove double includes part 2 (#3890) 2017-08-03 15:34:19 +02:00