summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/NBTChunkSerializer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-3/+2
| | | | | | + Use libdeflate + Use std::byte * Fix passing temporary to string_view + Emulate make_unique_for_overwrite
* Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885)KingCol132020-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed BiomeDef.h * Removed ChunkDef.h from Globals.h * Added to CONTRIBUTORS. * Re-added empty last line to Globals.h * Included stddef and StringUtils in BiomeDef.h * Fixed build tools compiling. It compiles, but at what cost? * Added include to src/Generating/Trees.h * Include added in ChunkGeneratorThread.h * Moved rearranged includes in LineBlockTracer.cpp * Re-arrange headers in ChunkInterface.cpp * Included ChunkDef.h in Path.h * Included ChunkDef.h in NBTChunkSerializer.h * Rearranged included and added required includes to headers. * Removed unnecessary included in StringUtils.h.
* NBTChunkSerializer: Cleaned up interface.Mattes D2019-09-241-121/+9
| | | | | | Removed dependency on cChunkDataCallback. Moved all the serializing code into a worker class. Changed the serialization into a single-call action.
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-1/+1
| | | | | | | Closes #4236 CMake now creates a header file in the build directory under the path "include/Globals.h" which just includes "src/Globals.h" with an absolute path. Then instead of adding "src/" to the include directories, it adds "include/". #include "Globals.h" still works by including the build generated file and any other src-relative path will not work.
* Removed UTF-8 BOM (#4033)Lukas Pioch2017-09-191-1/+1
|
* Implement anvil chunk sparsingpeterbell102017-08-261-8/+5
|
* Fully implemented leashes (#3798)Pablo Beltrán2017-08-211-0/+2
|
* Removed unused forward declarations (#3888)Lukas Pioch2017-08-031-4/+0
|
* Added bed entity (#3823)Lukas Pioch2017-07-071-0/+2
| | | | | | | | | | * 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
* Bulk clearing of whitespaceLogicParrot2016-02-051-9/+9
|
* Implemented brewingLukas Pioch2015-11-031-0/+2
|
* Unified the doxy-comment format.Mattes D2015-07-311-5/+4
|
* cPainting saving implementedTiger Wang2015-03-141-0/+2
| | | | Additionally, it now inherits from cHangingEntity.
* Merge branch 'master' into MobSpawnerHowaner2014-09-261-0/+2
|\ | | | | | | | | | | Conflicts: src/MobSpawner.h src/Mobs/Monster.h
| * MCServer world compatiblity with vanilla and mcedit.Howaner2014-09-231-0/+2
| |
* | Implemented mob spawner.Howaner2014-09-191-12/+14
|/
* Added beacon load/save.Howaner2014-07-301-0/+2
|
* 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
|/
* Fixed issue with types not being defined for an unused parameterTycho2014-05-181-1/+1
|
* Implemented Chunk Sparsing with segmentsTycho2014-04-261-2/+2
|
* Ender crystalsandrew2014-03-251-0/+2
|
* Add item frame saving.Howaner2014-03-151-0/+4
|
* Add ExpOrb saving.Howaner2014-03-151-0/+2
|
* Add TNT Save/Load and add Netbeans projects to .gitignoreHowaner2014-03-081-0/+2
|
* Add Flower PotsHowaner2014-03-071-0/+2
|
* Rename SkullEntity to MobHeadEntityHowaner2014-02-191-2/+2
|
* Add Skulls/HeadsHowaner2014-02-171-0/+2
|
* Command block (de)serializationandrew2014-01-181-0/+2
|
* Moved source to srcAlexander Harkness2013-11-241-0/+116