summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/NBTChunkSerializer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-23Anvil: Wolf collar color is a byte in Vanilla.madmaxoft1-1/+1
2014-09-02Added CustomName saving.Howaner1-0/+2
2014-08-29Removed unused codeTiger Wang1-1/+0
2014-08-04Anvil: Wolf owner not saved if not present.madmaxoft1-2/+8
2014-08-03Wolf uses UUID for owner.madmaxoft1-4/+6
2014-07-31Renamed functions and added beacon json saving.Howaner1-2/+2
2014-07-30Added beacon load/save.Howaner1-0/+19
2014-07-29Slight cleanup after portalsTiger Wang1-1/+0
2014-07-20NBTChunkSerializer.cpp: Added break after serializing the splash potionarchshift1-0/+1
2014-07-19Splash potions: Renamed PotionParticleType to PotionColor for clarityarchshift1-1/+1
2014-07-17More trailing whitespace fixes.madmaxoft1-1/+1
2014-07-17Normalized comments.madmaxoft1-1/+1
2014-07-15Restructured cSplashPotionEntity code.madmaxoft1-1/+1
2014-07-12cNBTChunkSerializer: Fixed alignment.madmaxoft1-14/+14
2014-07-12Suggestions and bug fixTiger Wang1-10/+9
2014-07-12Added splash potions to NBT serialization and retrievalarchshift1-0/+11
2014-07-11SuggestionsTiger Wang1-4/+4
2014-07-08Made things consistentTiger Wang1-2/+4
2014-07-07Implemented trapped chests & othersTiger Wang1-3/+4
2014-07-04Various fixedTiger Wang1-7/+4
2014-07-02SuggestionsTiger Wang1-9/+8
2014-06-30Removed unneeded codeTiger Wang1-14/+1
2014-06-29Properly implemented enderchestsTiger Wang1-0/+14
2014-06-24Add entity health saving.Howaner1-2/+1
2014-06-17The motion is already set in AddBasicEntity()Howaner1-5/+0
2014-06-04Health of monsters is now savedTiger Wang1-0/+1
2014-05-28Code improvementsHowaner1-1/+0
2014-05-28Add throw sound and fix arrow server crash.Howaner1-0/+1
2014-05-12More switch warnings.archshift1-0/+7
2014-05-12Fixed a few more switch warnings.archshift1-17/+20
2014-05-07Change m_RepairCost to int.Howaner1-1/+1
2014-05-07Fix MagmaCube save.Howaner1-1/+1
2014-05-07Add repair cost to cItem, add custom name to NBTChunkSerializer and fix anvil bugs.Howaner1-6/+31
2014-04-28Revert "Changed the old invulnerable methods from the wither to the new."Howaner1-8/+1
2014-04-28Fixed projectile source filenames, indentationsarchshift1-1/+1
2014-04-27Moved cArrowEntity out of ProjectileEntity.harchshift1-1/+1
2014-04-26Implemented Chunk Sparsing with segmentsTycho1-2/+1
2014-04-26Further refactored, Reverted Minecart changearchshift1-4/+4
2014-04-26Changed the old invulnerable methods from the wither to the new.Howaner1-1/+8
2014-04-26FixesHowaner1-1/+1
2014-04-25Small changes; warning fixing.archshift1-4/+4
2014-04-24Fixed references to renamed files.archshift1-1/+1
2014-03-25Ender crystalsandrew1-0/+13
2014-03-24Wither invulnerabilityandrew1-1/+7
2014-03-15Add item frame saving.Howaner1-2/+38
2014-03-15Add health and age load to pickup's.Howaner1-5/+5
2014-03-15Add ExpOrb saving.Howaner1-1/+16
2014-03-08Change TNT Fuse to ticksHowaner1-1/+1
2014-03-08Add TNT Save/Load and add Netbeans projects to .gitignoreHowaner1-1/+14
2014-03-07Add Flower PotsHowaner1-0/+15
2014-02-27Implemented ballistic missiles (fireworks)Tiger Wang1-3/+11
2014-02-23Fixed Formatting, Added DropChances and CanPickUpLoot attributes to MonstersTheJumper1-0/+8
2014-02-23Rename SkullEntity to MobHeadEntityHowaner1-7/+7
2014-02-23Add Skulls/HeadsHowaner1-5/+21
2014-02-23Fixed Formatting, Added DropChances and CanPickUpLoot attributes to MonstersTheJumper1-0/+8
2014-02-23Fixed Formatting, Added DropChances and CanPickUpLoot attributes to MonstersTheJumper1-0/+1
2014-02-23Fixed Compiling IssuesTheJumper1-8/+7
2014-02-23Fixed Formatting, Added DropChance attributes to MonstersTheJumper1-0/+8
2014-02-19Rename SkullEntity to MobHeadEntityHowaner1-7/+7
2014-02-18Implemented paintings, fixes #689Tiger Wang1-0/+1
2014-02-18Implemented item frames, a part of #689Tiger Wang1-0/+1
2014-02-17Add Skulls/HeadsHowaner1-5/+21
2014-02-03Partial fix for #130Tiger Wang1-0/+1
2014-02-02Added saving of angry flag.Kirill Kirilenko1-0/+1
2014-02-02Fixed sitting tag.Kirill Kirilenko1-1/+1
2014-02-01Added saving of collar's color.Kirill Kirilenko1-1/+2
2014-01-30Fixes #606STRWarrior1-2/+2
2014-01-23Command block fixes 2andrew1-9/+10
2014-01-19Switched EnchantmentSerilizer to namespaceTycho1-1/+1
2014-01-19Spilt Writing of Enchantments to seperate classTycho1-1/+2
2014-01-18Parse the MC|AdvCdm plugin messageandrew1-1/+1
2014-01-18Command block (de)serializationandrew1-10/+27
2014-01-17Removed internal cEntity::GetRot() usage.madmaxoft1-1/+1
2014-01-16Removed obsoleted functionsTiger Wang1-1/+1
2013-12-25Preliminary mobile entity savingTiger Wang1-5/+133
2013-12-20Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft1-1/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-10-09Moved cMakeDir::MakeDir to cFile::CreateFolder.madmaxoft1-1/+0
2013-09-08Thrown ender pearls are saved properly to MCA.madmaxoft1-0/+1
2013-09-08Initial boat supportTiger Wang1-0/+16
2013-09-07Implemented loading more projectiles from MCA.madmaxoft1-1/+1
2013-08-22Projectile entities get saved into MCA filesmadmaxoft1-4/+63
2013-08-19Moved entities into the Entities subfolder.madmaxoft1-4/+4
2013-08-16Feature and bugfixes [SEE DESC]Tiger Wang1-0/+2
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-459/+459
2013-06-16Rewritten furnacesmadmaxoft@gmail.com1-8/+6
2013-06-13Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it.madmaxoft@gmail.com1-9/+25
2013-06-02Enchantments: API and sending to clientmadmaxoft@gmail.com1-0/+10
2013-05-28Moved BlockEntities to a separate foldermadmaxoft@gmail.com1-7/+7
2013-05-26Implemented droppersmadmaxoft@gmail.com1-0/+16
2013-04-10Dispensers rewritten to use ItemGridmadmaxoft@gmail.com1-9/+1
2013-04-10ItemGrid: Renamed all Item to Slot - better and consistent namingmadmaxoft@gmail.com1-1/+1
2013-04-10Added cItemGrid to represent an XY grid of items; converted chests to use cItemGrid.madmaxoft@gmail.com1-10/+20
2013-03-09Minecarts get saved into Anvil.madmaxoft@gmail.com1-4/+4
2013-03-09Pickups are now being saved into Anvil.madmaxoft@gmail.com1-0/+417