summaryrefslogtreecommitdiffstats
path: root/src/Enchantments.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Spilt Writing of Enchantments to seperate classTycho2014-01-191-79/+0
| | | | | | | 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
* Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft2013-12-201-1/+1
|
* Moved source to srcAlexander Harkness2013-11-241-0/+299