summaryrefslogtreecommitdiffstats
path: root/tests/Generating/CMakeLists.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-25Compile the entire Lua stack as C++Tiger Wang1-1/+1
2021-04-12Update the minimodulesTiger Wang1-1/+1
2021-04-08cPieceModifier interface and cPieceModifierRandomizeBlocks class (#5122)Damián Imrich1-0/+2
2021-04-08Obsidian pillars, end fountain, not Ender dragon spawning (#4993)12xx121-0/+1
2021-01-11zlib -> libdeflate (#5085)Tiger Wang1-1/+1
2020-10-15Fix Android builds (#4998)Tiger Wang1-128/+128
2020-09-18Adding Generator For Single Piece Structures (#4830)12xx121-0/+2
2020-05-16Upgrade to C++17 [CMake] (#4717)Tiger Wang1-7/+2
2020-05-09Update submodules (#4727)peterbell101-1/+1
2020-04-03Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D1-3/+7
2019-09-07Generator: Added repeatability test.Mattes D1-1/+3
2019-09-06Added a BasicGeneratorTest.Mattes D1-0/+30
2019-09-06Separated chunk generator from world / plugin interfaces.Mattes D1-25/+101
2018-01-03Add the fmt library (#4065)peterbell101-1/+2
2017-06-19Removed the LeakFinder for Windows. (#3777)Mattes D1-5/+2
2017-05-04Gen: Added a simple PieceGeneratorBFSTree test.Mattes D1-0/+14
2017-05-04Gen: Moved tests to a separate folder, unified shared sources.Mattes D1-7/+26
2017-05-04Gen: Moved PiecePool into a separate file.Mattes D1-2/+2
2017-02-13PieceGenerator: Added rotation-aware vertical connectors.Mattes D1-6/+5
2017-01-15Moved cPrefab parser self-check to the LoadablePieces test. (#3536)Mattes D1-1/+2
2016-08-24Fixed type-casting-related warnings.Mattes D1-2/+1
2016-07-18CMake: Remove needless minimum version specifications.Mattes D1-2/+0
2016-06-18SelfTests: Organized into solution folders.Mattes D1-0/+5
2015-12-01Added PieceStructures generator.Mattes D1-0/+4
2015-06-20Added basic support for loading village prefabs from files.Mattes D1-0/+3
2015-06-19Externalized cPrefabPiecePool self-test.Mattes D1-0/+93