summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/WSSAnvil.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Flower PotsHowaner2014-03-071-0/+36
|
* Fixed Formatting, Added DropChances and CanPickUpLoot attributes to MonstersTheJumper2014-02-231-0/+183
|
* Rename SkullEntity to MobHeadEntityHowaner2014-02-231-8/+8
|
* Add Heads completelyHowaner2014-02-231-1/+1
|
* Add Skulls/HeadsHowaner2014-02-231-0/+40
|
* Fixed #573STRWarrior2014-02-121-4/+4
|
* Added saving of angry flag.Kirill Kirilenko2014-02-021-0/+6
|
* Fixed sitting tag.Kirill Kirilenko2014-02-021-4/+4
|
* Added saving of collar's color.Kirill Kirilenko2014-02-011-3/+9
|
* Added reading saved state of the wolf (sitting or standing).Kirill Kirilenko2014-01-311-0/+6
|
* Inversed condition.STRWarrior2014-01-311-1/+1
|
* Wolf: If Owner tag is missing a normal ownerless wolf will spawn.STRWarrior2014-01-311-9/+6
|
* Fixed bad variable.STRWarrior2014-01-301-1/+1
|
* Check if the tag is found.STRWarrior2014-01-301-0/+5
|
* Fixes #606STRWarrior2014-01-301-0/+7
|
* Item-loading now checks for weird bytes.madmaxoft2014-01-261-3/+9
|
* Fixed crash with failed entity-loading.madmaxoft2014-01-241-2/+7
| | | | | | This should fix issues reported in: http://forum.mc-server.org/showthread.php?tid=1328 http://forum.mc-server.org/showthread.php?tid=1308
* Merge branch 'master' of https://github.com/mc-server/MCServerandrew2014-01-211-1/+2
|\
| * 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
* | | Scoreboard deserializationandrew2014-01-201-1/+1
|/ /
* | Command blocks: Execute()andrew2014-01-181-1/+1
| |
* | Command block (de)serializationandrew2014-01-181-0/+42
|/
* Added user setting compression factorTycho2014-01-171-3/+4
|
* Merge pull request #534 from mc-server/SpawnMinecartMattes D2014-01-171-1/+1
|\ | | | | Added cWorld::SpawnMinecart.
| * Renamed cEmptyMinecart to cRideableMinecartSTRWarrior2014-01-121-1/+1
| |
| * EmptyMinecarts should be able to get a block inside of them.STRWarrior2014-01-121-1/+1
| |
* | Removed obsoleted functionsTiger Wang2014-01-161-1/+1
|/
* Preliminary mobile entity savingTiger Wang2013-12-251-6/+622
| | | | | | | * 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-3/+3
|
* Fixed the remaining derpsAlexander Harkness2013-11-271-1/+1
|
* Further attempts to fix compileTiger Wang2013-11-251-1/+1
|
* Attempt to fix compilationTiger Wang2013-11-241-1/+1
|
* Moved source to srcAlexander Harkness2013-11-241-0/+1555