summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/WSSAnvil.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Splash potions: Renamed PotionParticleType to PotionColor for clarityarchshift2014-07-191-1/+1
|
* Basic style fixes.madmaxoft2014-07-171-6/+6
|
* Normalized comments.madmaxoft2014-07-171-4/+4
| | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
* Restructured cSplashPotionEntity code.madmaxoft2014-07-151-1/+1
| | | | | The callback doesn't need declaration in the header. Renamed PotionName to PotionParticleType.
* Merge branch 'master' into potionsmadmaxoft2014-07-151-7/+18
|\
| * Merge branch 'master' into SheepHowaner2014-07-131-5/+16
| |\
| | * Merge pull request #1154 from mc-server/trappedchestsTiger Wang2014-07-131-3/+7
| | |\ | | | | | | | | Implemented trapped chests & others
| | | * Implemented trapped chests & othersTiger Wang2014-07-071-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | + Added trapped chests * Fixed a bunch of bugs in the redstone simulator concerning wires and repeaters * Other potential bugfixes
| * | | Code fixes.Howaner2014-06-291-1/+1
| | | |
| * | | Save IsSheared from Sheep.Howaner2014-06-281-4/+11
| | |/ | |/|
* | | Added splash potions to NBT serialization and retrievalarchshift2014-07-121-0/+28
| |/ |/|
* | Merge pull request #1135 from mc-server/fixesTiger Wang2014-07-091-2/+9
|\ \ | |/ |/| Fixes to projectiles and the undead
| * SuggestionsTiger Wang2014-07-021-2/+9
| |
* | Add entity health saving.Howaner2014-06-241-14/+7
|/
* MCA saver marks chunks as populated.madmaxoft2014-06-201-0/+3
| | | | Fixes #140.
* Fixed mob loading, part of #1058Tiger Wang2014-06-041-1/+1
|
* More size_t fixes.Mattes D2014-05-091-5/+5
|
* Build fixes after the last size_t batch.Mattes D2014-05-091-1/+1
|
* Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-4/+4
|
* Merge pull request #989 from Howaner/AnvilMattes D2014-05-071-6/+28
|\ | | | | Add repair cost to cItem, add custom name to NBTChunkSerializer and fix ...
| * Change m_RepairCost to int.Howaner2014-05-071-1/+1
| |
| * Add repair cost to cItem, add custom name to NBTChunkSerializer and fix anvil bugs.Howaner2014-05-071-6/+28
| |
* | Fix MagmaCube save.Howaner2014-05-071-2/+8
|/
* Anvil saver pads data to 4K boundaries.madmaxoft2014-05-011-0/+5
| | | | Fixes #524.
* Merge pull request #940 from Howaner/GlobalFixesMattes D2014-04-281-1/+1
|\ | | | | Add entity invulnerable
| * Revert "Changed the old invulnerable methods from the wither to the new."Howaner2014-04-281-1/+1
| | | | | | This reverts commit d50f8f6f11f69e7e1e56be92fb2d72a5014a3e34.
| * Changed the old invulnerable methods from the wither to the new.Howaner2014-04-261-1/+1
| |
| * FixesHowaner2014-04-261-1/+1
| |
* | Fixed projectile source filenames, indentationsarchshift2014-04-281-6/+6
| |
* | Moved cGhastFireballEntity out of ProjectileEntity.harchshift2014-04-271-0/+1
| |
* | Moved cFireChargeEntity out of ProjectileEntity.harchshift2014-04-271-0/+1
| |
* | Moved cThrownSnowballEntity out of ProjectileEntity.harchshift2014-04-271-0/+1
| |
* | Moved cThrownEnderPearl out of ProjectileEntity.harchshift2014-04-271-0/+1
| |
* | Moved cThrownEggEntity out of ProjectileEntity.harchshift2014-04-271-1/+1
| |
* | Moved cArrowEntity out of ProjectileEntity.harchshift2014-04-271-1/+1
|/
* Fixed class capitalization for the cave spider.archshift2014-04-241-1/+1
|
* Merge pull request #833 from mc-server/EnderCrystalMattes D2014-03-251-0/+19
|\ | | | | Ender crystals
| * Ender crystalsandrew2014-03-251-0/+19
| |
* | Wither invulnerabilityandrew2014-03-241-1/+7
|/
* Merge pull request #809 from Howaner/BlockEntitysMattes D2014-03-161-26/+174
|\ | | | | More entity saving.
| * Add anvil direction.Howaner2014-03-161-1/+9
| |
| * Remove old debug messages.Howaner2014-03-151-3/+0
| |
| * Merge branch 'master' into BlockEntitysHowaner2014-03-151-2/+8
| |\
| * | Add item frame saving.Howaner2014-03-151-0/+85
| | |
| * | Add health and age load to pickup's.Howaner2014-03-151-1/+15
| | |
| * | Add ExpOrb saving.Howaner2014-03-151-26/+70
| | |
* | | Add new leaves to all classes.Howaner2014-03-161-0/+1
| |/ |/|
* | Removed Some unnessicary macrosTycho2014-03-101-2/+2
| |
* | Merge pull request #768 from Howaner/BlockEntitysTiger Wang2014-03-091-0/+27
|\| | | | | Add TNT load/save
| * Change TNT Fuse to ticksHowaner2014-03-081-2/+1
| |
| * Add TNT Save/Load and add Netbeans projects to .gitignoreHowaner2014-03-081-0/+28
| |
* | Merge branch 'master' into ballisticmissilesTiger Wang2014-03-091-0/+36
|\| | | | | | | | | Conflicts: src/ClientHandle.cpp
| * Add Flower PotsHowaner2014-03-071-0/+36
| |
* | Implemented ballistic missiles (fireworks)Tiger Wang2014-02-271-0/+6
|/ | | | + Added fireworks
* 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