summaryrefslogtreecommitdiffstats
path: root/source/cWorldGenerator.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged the composable_generator branch into the trunkmadmaxoft@gmail.com2012-05-251-438/+0
* Lapis gets generated (thanks, Fordship)madmaxoft@gmail.com2012-04-151-0/+5
* Unified the chunk data to use the BLOCKDATA datatype.madmaxoft@gmail.com2012-03-141-4/+4
* Split chunk data into separate arrays; decoupled most sources from cChunk.h dependencymadmaxoft@gmail.com2012-03-141-18/+17
* Fixed a few warnings, lifted up the block interactinos limit to 20 (10 was not enough for Creative mode)madmaxoft2012-03-131-18/+0
* You can change axis ordering by setting AXIS_ORDER to AXIS_ORDER_XZY in cChunk.h !THIS WILL SCREW UP YOUR WORLDS THOUGH!faketruth2012-03-101-2/+2
* Got rid of some hardcoded numbers, now using hardcoded variables! woofaketruth2012-03-031-13/+13
* Chunk now has an indicator of load failure; Chunk generator uses cChunkStaymadmaxoft@gmail.com2012-02-281-0/+15
* Rewritten ore generation from scratch, using a different (much faster) algorithm. Chunk generation now about 2x faster :)madmaxoft@gmail.com2012-02-221-25/+109
* WorldGenerator: fixed small foliage - cacti now generate only at beaches, not underwater.madmaxoft@gmail.com2012-02-221-32/+33
* Fixed block-getting so that simulators work againmadmaxoft@gmail.com2012-02-211-0/+4
* Using own ASSERT() that logs to filefaketruth2012-02-201-1/+1
* Re-implemented tree-growing. May produce artefacts on old-world / new-world boundaries.madmaxoft@gmail.com2012-02-181-93/+128
* Thread-safe chunk generation, storage and generator are queried for progress while initializing servermadmaxoft@gmail.com2012-02-181-77/+98
* cWorldGenerator speedup - doesn't call GetChunk() anymore, not queueing the chunk it's generating to be loaded recursively.madmaxoft@gmail.com2012-02-161-8/+13
* Rewritten 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.com2012-02-131-5/+37
* VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com2012-01-291-0/+7
* - Linux compatible fixes including updated makefilemtilden@gmail.com2011-12-261-8/+9
* Moved the actual world generation from cChunk.cpp to a more isolated file cWorldGenerator.cppfaketruth2011-12-261-0/+247