1
0
Fork 0
cuberite-2a/tests
12xx12 c18fe8aa45
Adding Generator For Single Piece Structures (#4830)
* the beginning of a magnificent work - added basic files and classes without functionality

* fixed checkstyle

* added imports

* moved imports

* - Adding SinglePieceStructureGen
- Adding a cPrefabChestStructure to generate Chests with contents
- Added the options and calls to the ComposableGenerator

* moved Globals to .h file

* removed the chest thingy from the code (for now)

* Update SinglePieceStructureGen.cpp

* readded whitespace

* renamed to SinglePieceStructuresGen for consistency
added new classes to test

* fixed small things (mostly style and cleanup)
removed loottables

* added small changes suggested by madmaxoft

* small change to documentation

* added check for allowed biomes

* check only the biome of the origin position

* fixed error on IsBiomeAllowed

* added new cubesets

* updated structures for with sponging

* updated biome names

* updated metadata to prevent crashing
removed debug output

* updated structures with sponging

* added sponging to deserterWell to make it disappear in sand

* small change in meta

* rename DesertTemple -> DesertPyramid

* minor style changes

Co-authored-by: 12xx12 <12xx12100@gmail.com>
Co-authored-by: Alexander Harkness <me@bearbin.net>
2020-09-17 22:20:50 +00:00
..
BlockTypeRegistry Upgrade to C++17 [CMake] (#4717) 2020-05-16 20:59:10 +01:00
BoundingBox Upgrade to C++17 [CMake] (#4717) 2020-05-16 20:59:10 +01:00
ByteBuffer Upgrade to C++17 [CMake] (#4717) 2020-05-16 20:59:10 +01:00
ChunkData Upgrade to C++17 [CMake] (#4717) 2020-05-16 20:59:10 +01:00
CompositeChat Upgrade to C++17 [CMake] (#4717) 2020-05-16 20:59:10 +01:00
ConsoleColors Moved some files. 2013-12-21 12:59:41 +00:00
FastRandom Upgrade to C++17 [CMake] (#4717) 2020-05-16 20:59:10 +01:00
Generating Adding Generator For Single Piece Structures (#4830) 2020-09-17 22:20:50 +00:00
HTTP Replaced cpp14::make_unique<> with std::make_unique<>. 2020-08-01 20:04:31 +01:00
LoadablePieces Upgrade to C++17 [CMake] (#4717) 2020-05-16 20:59:10 +01:00
LuaThreadStress BlockHandler: no dynamic allocation (#4862) 2020-09-17 14:51:42 +01:00
Network More CMake cleanup 2020-07-12 22:00:07 +01:00
NoiseTest Renamed leftover strings to Cuberite / Server, as needed. 2016-01-01 21:05:09 +01:00
OSSupport Upgrade to C++17 [CMake] (#4717) 2020-05-16 20:59:10 +01:00
SchematicFileSerializer BlockHandler: no dynamic allocation (#4862) 2020-09-17 14:51:42 +01:00
UUID Upgrade to C++17 [CMake] (#4717) 2020-05-16 20:59:10 +01:00
CMakeLists.txt Upgrade to C++17 [CMake] (#4717) 2020-05-16 20:59:10 +01:00
TestHelpers.h Require semi-colon at end of function-like macros (#4719) 2020-05-05 20:39:59 +00:00