summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/NBTChunkSerializer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #768 from Howaner/BlockEntitysTiger Wang2014-03-091-1/+14
|\ | | | | Add TNT load/save
| * Change TNT Fuse to ticksHowaner2014-03-081-1/+1
| |
| * Add TNT Save/Load and add Netbeans projects to .gitignoreHowaner2014-03-081-1/+14
| |
* | Merge branch 'master' into ballisticmissilesTiger Wang2014-03-091-0/+15
|\| | | | | | | | | Conflicts: src/ClientHandle.cpp
| * Add Flower PotsHowaner2014-03-071-0/+15
| |
* | Implemented ballistic missiles (fireworks)Tiger Wang2014-02-271-3/+11
|/ | | | + Added fireworks
* Fixed Formatting, Added DropChances and CanPickUpLoot attributes to MonstersTheJumper2014-02-231-0/+8
|
* Rename SkullEntity to MobHeadEntityHowaner2014-02-231-7/+7
|
* Add Skulls/HeadsHowaner2014-02-231-5/+21
|
* Merge branch 'master' into itemframesTiger Wang2014-02-181-0/+1
|\ | | | | | | | | | | Conflicts: src/Entities/Entity.h src/WorldStorage/NBTChunkSerializer.cpp
| * Implemented paintings, fixes #689Tiger Wang2014-02-181-0/+1
| | | | | | | | + Implemented paintings
* | Implemented item frames, a part of #689Tiger Wang2014-02-181-0/+1
|/ | | | | + Implemented Item Frames * Fixed Pitch and Yaw being wrongly flipped in the protocol (XOFT!)
* Partial fix for #130Tiger Wang2014-02-031-0/+1
|
* Added saving of angry flag.Kirill Kirilenko2014-02-021-0/+1
|
* Fixed sitting tag.Kirill Kirilenko2014-02-021-1/+1
|
* Added saving of collar's color.Kirill Kirilenko2014-02-011-1/+2
|
* Fixes #606STRWarrior2014-01-301-2/+2
|
* Command block fixes 2andrew2014-01-231-9/+10
|
* 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