1
0
cuberite-2a/src/WorldStorage
Tycho e14ddff1c0 Spilt Writing of Enchantments to seperate class
Created a new class cEnchantmentSerializer to serilize Enchantments to NBT.
This breaks a dependecy chain between cChunkGenerator and cWorld.
cEnchantmentSerializer is seperate from NBTWriter as it needs to access private members of cEnchantments
so having it seperate reduces the spread of the frein modifier
2014-01-19 07:38:59 -08:00
..
CMakeLists.txt added link dependency between WorldStorage and OSSupport 2013-12-22 22:52:21 +00:00
EnchantmentSerializer.cpp Spilt Writing of Enchantments to seperate class 2014-01-19 07:38:59 -08:00
EnchantmentSerializer.h Spilt Writing of Enchantments to seperate class 2014-01-19 07:38:59 -08:00
FastNBT.cpp Fixed a few MSVC warnings. 2014-01-07 14:24:25 +01:00
FastNBT.h More memory alignment fixes. 2014-01-02 18:08:38 +01:00
NBTChunkSerializer.cpp Spilt Writing of Enchantments to seperate class 2014-01-19 07:38:59 -08:00
NBTChunkSerializer.h Moved source to src 2013-11-24 14:19:41 +00:00
WorldStorage.cpp Added user setting compression factor 2014-01-17 11:01:14 -08:00
WorldStorage.h Added user setting compression factor 2014-01-17 11:01:14 -08:00
WSSAnvil.cpp Spilt Writing of Enchantments to seperate class 2014-01-19 07:38:59 -08:00
WSSAnvil.h Added user setting compression factor 2014-01-17 11:01:14 -08:00
WSSCompact.cpp Added user setting compression factor 2014-01-17 11:01:14 -08:00
WSSCompact.h Added user setting compression factor 2014-01-17 11:01:14 -08:00