summaryrefslogtreecommitdiffstats
path: root/src/Generating/ComposableGenerator.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-19Generator: Rewritten to use SharedPtrs.Mattes D1-15/+18
2014-03-01Unified StructureGens and FinisherGens.madmaxoft1-38/+18
2014-01-10Decoupled cChunkGenerator from cWorld and cRoot.madmaxoft1-1/+1
2014-01-09Composition generator creating moved to a separate function.madmaxoft1-0/+6
2014-01-09Height generator creating moved info HeiGen.cpp.madmaxoft1-1/+8
2013-11-28Moved BiomeGen creation from INI file data to BioGen.cpp.madmaxoft1-0/+7
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-10-11CompoGen and HeiGen read their settings in their respective Initialize() functions.madmaxoft1-0/+6
2013-10-10Generator: Renamed cBiomeGenerator's Initialize() to InitializeBiomeGen().madmaxoft1-1/+1
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-175/+175
2013-05-05Re-worked generator subobject ownership, added a cache for the CompositionGenmadmaxoft@gmail.com1-6/+5
2013-05-05Added the DistortedHeightmap height and composition generator.madmaxoft@gmail.com1-2/+8
2013-04-27Noise3D made into Composable - both a HeightGen and a CompositionGenmadmaxoft@gmail.com1-0/+11
2013-03-17Rewritten generators so that they use the cChunkDesc class (and thus can use cBlockArea merging)madmaxoft@gmail.com1-26/+4
2013-02-08Prepared cChunkDesc for further API extension; used it as the sole container for generated chunk data, including entities / block entities.madmaxoft@gmail.com1-1/+1
2013-02-02Moved BioGen parameter reading from cComposableGenrator into each BioGen itselfmadmaxoft@gmail.com1-0/+3
2013-01-25Merged the usable portion of the "gens" branch.madmaxoft@gmail.com1-226/+178
2012-09-23Source files cleanup: OSSupport-related files in a separate subfolder, renamed.madmaxoft@gmail.com1-1/+1
2012-09-23Source files cleanup: Generating-related files in a separate subfoldermadmaxoft@gmail.com1-2/+2
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-226/+226
2012-06-02Added the Biomal composition generator.madmaxoft@gmail.com1-0/+1
2012-05-25Merged the composable_generator branch into the trunkmadmaxoft@gmail.com1-9/+164
2012-03-14Split chunk data into separate arrays; decoupled most sources from cChunk.h dependencymadmaxoft@gmail.com1-1/+1
2012-02-20Removed some more cChunkPtr usagemadmaxoft@gmail.com1-1/+2
2012-02-18Thread-safe chunk generation, storage and generator are queried for progress while initializing servermadmaxoft@gmail.com1-0/+5
2012-02-17Chunk coords mostly "upgraded" to include the Y coord for future compatibilitymadmaxoft@gmail.com1-4/+6
2012-02-13Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it.madmaxoft@gmail.com1-10/+52
2012-01-29ChunkGenerator: rewritten thread-locking using the new RAII CSLock classmadmaxoft@gmail.com1-3/+0
2011-12-25The missing file! cChunkGenerator.h/cppfaketruth1-0/+23