summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/WSSAnvil.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-19/+19
|
* Add cUUID class (#3871)peterbell102017-08-251-2/+3
|
* Fully implemented leashes (#3798)Pablo Beltrán2017-08-211-0/+4
|
* Replaced includes with forward declarationsLukas Pioch2017-08-131-2/+1
|
* Removed unused forward declarations (#3888)Lukas Pioch2017-08-031-2/+0
|
* Added basic ocelot behavior (#3829)Bond-0092017-07-121-2/+4
|
* Added bed entity (#3823)Lukas Pioch2017-07-071-0/+1
| | | | | | | | | | * Added bed entity * Export cBedEntity to lua * Set color of bed through item damage value * Added bed entity to APIDoc * NBT: Added loading and saving * Crafting recipes for the colored beds
* Load entities from old and new namesLukas Pioch2017-06-231-0/+1
|
* Anvil storage: load block entities from both old and new name-styles. (#3784)Mattes D2017-06-211-3/+8
| | | | * WSSAnvil: Load the sign text from JSON, too.
* BlockEntities: Support cloning self.Mattes D2017-06-161-17/+19
|
* Store cChunk::m_BlockEntities in a map (#3717)peterbell102017-05-221-1/+1
| | | | | | * Store block entities in a map from block index * Cleanup ForEachBlockEntity * Cleanup DoWithBlockEntityAt
* Clang 5.0 fixesLukas Pioch2017-05-211-1/+1
| | | | | - Added override keyword - Removed inherited member variables
* Bulk clearing of whitespaceLogicParrot2016-02-051-35/+35
|
* Implemented brewingLukas Pioch2015-11-031-0/+1
|
* Chunks that fail to load are offloaded to extra files.Mattes D2015-07-311-28/+34
| | | | Ref.: #1970
* cPainting saving implementedTiger Wang2015-03-141-0/+1
| | | | Additionally, it now inherits from cHangingEntity.
* Added RabbitsMasy982014-12-201-0/+1
|
* Added Entity GuardianMasy982014-12-181-0/+1
|
* Added timestamp to new files WSSAnvilplanetx2014-12-081-1/+1
|
* Added Timestamp info to chunks in WSSAnvilplanetx2014-12-071-2/+3
|
* Finished mob spawner implementation.Howaner2014-11-181-0/+1
|
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-3/+3
|
* Rewritten block entity loading.Mattes D2014-08-291-12/+19
| | | | | | Block entities are now loaded based on the blocktype at the coords they specify; before loading, their type ("id" NBT tag) is checked. The chunk now expects that all block entities given to it via cChunk::SetAllData() have their valid blocktype; asserts if they don't. Fixes #1354.
* Wolf uses UUID for owner.madmaxoft2014-08-031-0/+4
| | | | Fixes #1277.
* Added beacon load/save.Howaner2014-07-301-0/+1
|
* Fixed style: spaces after commas.madmaxoft2014-07-191-1/+1
|
* Merge branch 'master' into potionsmadmaxoft2014-07-151-1/+1
|\
| * Implemented trapped chests & othersTiger Wang2014-07-071-1/+1
| | | | | | | | | | | | | | + Added trapped chests * Fixed a bunch of bugs in the redstone simulator concerning wires and repeaters * Other potential bugfixes
* | Added splash potions to NBT serialization and retrievalarchshift2014-07-121-0/+1
|/
* More size_t fixes.Mattes D2014-05-091-1/+1
|
* Build fixes after the last size_t batch.Mattes D2014-05-091-1/+1
|
* Ender crystalsandrew2014-03-251-0/+1
|
* Add item frame saving.Howaner2014-03-151-0/+3
|
* Add ExpOrb saving.Howaner2014-03-151-1/+2
|
* Add TNT Save/Load and add Netbeans projects to .gitignoreHowaner2014-03-081-0/+1
|
* Add Flower PotsHowaner2014-03-071-0/+1
|
* Fixed Formatting, Added DropChances and CanPickUpLoot attributes to MonstersTheJumper2014-02-231-0/+7
|
* Rename SkullEntity to MobHeadEntityHowaner2014-02-231-1/+1
|
* Add Skulls/HeadsHowaner2014-02-231-0/+1
|
* Command block (de)serializationandrew2014-01-181-8/+9
|
* Added user setting compression factorTycho2014-01-171-1/+3
|
* Preliminary mobile entity savingTiger Wang2013-12-251-1/+33
| | | | | | | * Fixes #252 * Alleviates #380 + Adds mob saving * Fixed some debug !ASSERTs
* Moved source to srcAlexander Harkness2013-11-241-0/+184