summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/NBTChunkSerializer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update Minecraft Wiki links to new domain (#5532)Spongecade2023-09-271-1/+1
* Implement ranged attack for snow golems. Fix failed assertion (#5417)DarkoGNU2022-05-071-0/+1
* eblockfaceTiger Wang2022-01-141-1/+1
* Fixed Compiler Warningsx12xx12x2022-01-141-1/+1
* Improved farmer AI & Fixed entity loading functions (#5351)Persson-dev2021-12-291-0/+3
* Fix sending incorrect date values on world changeTiger Wang2021-04-121-1/+1
* Adding basic Banner functionality (#4806)12xx122021-03-151-1/+18
* Mitigate MSVC crash (#5146)Tiger Wang2021-03-061-1/+1
* Prepare ChunkData for BlockState storage (#5105)Tiger Wang2021-03-051-45/+49
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-7/+3
* Adding new monster types to enum and saving/loading for easier future implementation (#4941)12xx122020-11-231-46/+46
* Add beam target, configurable base visibility to Ender Crystals (#5010)12xx122020-10-291-0/+10
* Adding more customize options to mob spawners and improving the way to look for surrounding entities (#4955)12xx122020-10-101-0/+6
* Fixing Mob spawner behaviour (#4930)12xx122020-09-271-1/+0
* Added end portal and enchanting table block entities12xx122020-09-201-19/+47
* Use pitch lookup in noteblock block entity (#4826)12xx122020-09-051-1/+1
* Save enderchest block entities to storageTiger Wang2020-08-281-1/+13
* Oops, remember to save your files!Alexander Harkness2020-04-101-6/+0
* Add Zombie VillagersBond-0092020-04-101-4/+15
* Implement wither skeletons (#4563)Mat2020-04-041-36/+34
* Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D2020-04-031-1/+1
* NBTChunkSerializer: Cleaned up interface.Mattes D2019-09-241-770/+878
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-0/+7
* Prefer static_cast to reinterpret_cast (#4223)peterbell102018-05-021-49/+49
* Store Health as a float (#4073)Fabian2017-11-221-1/+1
* Fix switch warnings (#4013)peterbell102017-09-141-30/+34
* Implement anvil chunk sparsingpeterbell102017-08-261-3/+3
* Add cUUID class (#3871)peterbell102017-08-251-5/+6
* Minor changes (#3909)mathiascode2017-08-241-1/+1
* Fully implemented leashes (#3798)Pablo Beltrán2017-08-211-2/+36
* Represent cItem::m_Lore as an AStringVector (#3882)peterbell102017-08-181-4/+11
* Remove double includes part 2 (#3890)peterbell102017-08-031-1/+0
* Added basic ocelot behavior (#3829)Bond-0092017-07-121-1/+12
* Added bed entity (#3823)Lukas Pioch2017-07-071-0/+14
* Exported boatLukas Pioch2017-05-241-0/+1
* Corrected brewingstand and added support for fuelLukas Pioch2017-05-081-0/+1
* Fixed TrappedChest saving. (#3423)Mattes D2016-11-071-1/+1
* Fixed type-casting-related warnings.Mattes D2016-08-241-2/+2
* Bulk clearing of whitespaceLogicParrot2016-02-051-8/+8
* Changed the format of the MobHead data to allow MobHeads working on MInecraft 1.8bibo382016-01-111-1/+14
* Test for correct coordinates when fishingGargaj2015-12-101-0/+1
* changed mob age from char to intJulian Laubstein2015-11-161-10/+10
* Implemented brewingLukas Pioch2015-11-031-0/+17
* Namechange to CuberiteMattes D2015-09-251-1/+1
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-75/+75
* Added Rabbit Metadata values.bibo382015-07-171-43/+48
* Support ageable mobsHallucino2015-07-141-5/+28
* cPainting saving implementedTiger Wang2015-03-141-14/+16
* Fixed confusion over Item Frame directionsTiger Wang2015-03-131-18/+4
* Added RabbitsMasy982014-12-201-0/+2
* Added Entity GuardianMasy982014-12-181-0/+2
* Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes.Howaner2014-11-291-1/+1
* Finished mob spawner implementation.Howaner2014-11-181-2/+3
* Merge branch 'master' into MobSpawnerHowaner2014-11-181-14/+36
|\
| * Fixed compile (typos).Alexander Harkness2014-10-271-2/+2
| * Another one.#Alexander Harkness2014-10-271-0/+22
| * En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
| * Properly exported cItemFrame and cHangingEntity to Lua.Mattes D2014-10-211-12/+12
| * Merge remote-tracking branch 'origin/master' into chestcartsTiger Wang2014-09-271-45/+75
| |\
| * | Implemented Chest MinecartsTiger Wang2014-09-131-1/+1
* | | Merge branch 'master' into MobSpawnerHowaner2014-09-261-45/+75
|\ \ \ | | |/ | |/|
| * | Merge pull request #1419 from mc-server/redstoneTestsworktycho2014-09-261-41/+41
| |\ \
| | * \ Merge branch 'master' into redstoneTestsTycho2014-09-251-1/+31
| | |\ \
| | * | | Added first test to show the object can be createdTycho2014-09-171-41/+41
| | | |/ | | |/|
| * | | Anvil: Arrow Tile tags are a short in VanillaHowaner2014-09-251-3/+3
| | |/ | |/|
| * | derpHowaner2014-09-241-4/+4
| * | Don't create two entity lists.Howaner2014-09-241-0/+12
| * | Merge branch 'master' into WorldLoaderHowaner2014-09-241-1/+1
| |\ \
| | * | Anvil: Wolf collar color is a byte in Vanilla.madmaxoft2014-09-231-1/+1
| * | | MCServer world compatiblity with vanilla and mcedit.Howaner2014-09-231-0/+16
| |/ /
| * / Added CustomName saving.Howaner2014-09-021-0/+2
| |/
* / Implemented mob spawner.Howaner2014-09-191-0/+15
|/
* Removed unused codeTiger Wang2014-08-291-1/+0
* Anvil: Wolf owner not saved if not present.madmaxoft2014-08-041-2/+8
* Wolf uses UUID for owner.madmaxoft2014-08-031-4/+6
* Renamed functions and added beacon json saving.Howaner2014-07-311-2/+2
* Added beacon load/save.Howaner2014-07-301-0/+19
* Slight cleanup after portalsTiger Wang2014-07-291-1/+0
* Merge remote-tracking branch 'origin/master' into portalsTiger Wang2014-07-221-1/+2
|\
| * NBTChunkSerializer.cpp: Added break after serializing the splash potionarchshift2014-07-201-0/+1
| * Splash potions: Renamed PotionParticleType to PotionColor for clarityarchshift2014-07-191-1/+1
* | Merge branch 'master' into portalsTiger Wang2014-07-181-30/+40
|\|
| * More trailing whitespace fixes.madmaxoft2014-07-171-1/+1
| * Normalized comments.madmaxoft2014-07-171-1/+1
| * Restructured cSplashPotionEntity code.madmaxoft2014-07-151-1/+1
| * Merge branch 'master' into potionsmadmaxoft2014-07-151-15/+17
| |\
| | * Merge pull request #1154 from mc-server/trappedchestsTiger Wang2014-07-131-15/+17
| | |\
| | | * cNBTChunkSerializer: Fixed alignment.madmaxoft2014-07-121-14/+14
| | | * Suggestions and bug fixTiger Wang2014-07-121-10/+9
| | | * SuggestionsTiger Wang2014-07-111-4/+4
| | | * Made things consistentTiger Wang2014-07-081-2/+4
| | | * Implemented trapped chests & othersTiger Wang2014-07-071-3/+4
| * | | Added splash potions to NBT serialization and retrievalarchshift2014-07-121-0/+11
| |/ /
| * | Merge pull request #1135 from mc-server/fixesTiger Wang2014-07-091-16/+12
| |\ \ | | |/ | |/|
| | * Various fixedTiger Wang2014-07-041-7/+4
| | * SuggestionsTiger Wang2014-07-021-9/+8
| * | Removed unneeded codeTiger Wang2014-06-301-14/+1
| * | Properly implemented enderchestsTiger Wang2014-06-291-0/+14
* | | Merge branch 'master' of https://github.com/mc-server/MCServer into portalsTiger Wang2014-06-241-2/+1
|\| |
| * | Add entity health saving.Howaner2014-06-241-2/+1
| |/
* | Merge branch 'master' into portalsTiger Wang2014-06-211-6/+1
|\|
| * Merge branch 'master' into GlobalFixesHowaner2014-06-171-2/+1
| |\
| * | The motion is already set in AddBasicEntity()Howaner2014-06-171-5/+0
| * | Code improvementsHowaner2014-05-281-1/+0
| * | Add throw sound and fix arrow server crash.Howaner2014-05-281-0/+1
* | | Health of monsters is now savedTiger Wang2014-06-041-0/+1
| |/ |/|
* | Merge branch 'master' into chunksparsing/structsTycho2014-05-241-17/+27
|\|
| * More switch warnings.archshift2014-05-121-0/+7
| * Fixed a few more switch warnings.archshift2014-05-121-17/+20
* | Merge branch 'master' into chunksparsing/structsTycho2014-05-101-7/+32
|\|
| * Merge pull request #989 from Howaner/AnvilMattes D2014-05-071-6/+31
| |\
| | * 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/+31
| * | Fix MagmaCube save.Howaner2014-05-071-1/+1
| |/
* | Merge branch 'master' into chunksparsing/structsTycho2014-05-011-6/+6
|\|
| * Merge pull request #940 from Howaner/GlobalFixesMattes D2014-04-281-1/+1
| |\
| | * Revert "Changed the old invulnerable methods from the wither to the new."Howaner2014-04-281-8/+1
| | * Changed the old invulnerable methods from the wither to the new.Howaner2014-04-261-1/+8
| | * FixesHowaner2014-04-261-1/+1
| * | Fixed projectile source filenames, indentationsarchshift2014-04-281-1/+1
| * | Moved cArrowEntity out of ProjectileEntity.harchshift2014-04-271-1/+1
| * | Further refactored, Reverted Minecart changearchshift2014-04-261-4/+4
| * | Small changes; warning fixing.archshift2014-04-251-4/+4
| |/
* | Merge branch 'master' into chunksparsing/structsTycho2014-04-271-1/+1
|\|
| * Fixed references to renamed files.archshift2014-04-241-1/+1
* | Implemented Chunk Sparsing with segmentsTycho2014-04-261-2/+1
|/
* Merge pull request #833 from mc-server/EnderCrystalMattes D2014-03-251-0/+13
|\
| * Ender crystalsandrew2014-03-251-0/+13
* | Wither invulnerabilityandrew2014-03-241-1/+7
|/
* Merge branch 'master' into BlockEntitysHowaner2014-03-151-3/+11
|\
| * Merge pull request #768 from Howaner/BlockEntitysTiger Wang2014-03-091-1/+14
| |\
| * \ Merge branch 'master' into ballisticmissilesTiger Wang2014-03-091-0/+15
| |\ \
| * | | Implemented ballistic missiles (fireworks)Tiger Wang2014-02-271-3/+11
* | | | Add item frame saving.Howaner2014-03-151-2/+38
* | | | Add health and age load to pickup's.Howaner2014-03-151-5/+5
* | | | Add ExpOrb saving.Howaner2014-03-151-1/+16
| |_|/ |/| |
* | | Change TNT Fuse to ticksHowaner2014-03-081-1/+1
* | | Add TNT Save/Load and add Netbeans projects to .gitignoreHowaner2014-03-081-1/+14
| |/ |/|
* | Add Flower PotsHowaner2014-03-071-0/+15
|/
* 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
|\
| * Implemented paintings, fixes #689Tiger Wang2014-02-181-0/+1
* | Implemented item frames, a part of #689Tiger Wang2014-02-181-0/+1
|/
* 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
|\
| * Switched EnchantmentSerilizer to namespaceTycho2014-01-191-1/+1
| * Spilt Writing of Enchantments to seperate classTycho2014-01-191-1/+2
* | 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
* 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