summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/NBTChunkSerializer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #569 from worktycho/EnchantmentsFixMattes D2014-01-191-1/+2
|\ | | | | Enchantments fix
| * Switched EnchantmentSerilizer to namespaceTycho2014-01-191-1/+1
| |
| * Spilt Writing of Enchantments to seperate classTycho2014-01-191-1/+2
| | | | | | | | | | | | | | 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
* | Parse the MC|AdvCdm plugin messageandrew2014-01-181-1/+1
| |
* | Command block (de)serializationandrew2014-01-181-10/+27
|/
* Removed internal cEntity::GetRot() usage.madmaxoft2014-01-171-1/+1
|
* Removed obsoleted functionsTiger Wang2014-01-161-1/+1
|
* Preliminary mobile entity savingTiger Wang2013-12-251-5/+133
| | | | | | | * Fixes #252 * Alleviates #380 + Adds mob saving * Fixed some debug !ASSERTs
* 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/+533