summaryrefslogtreecommitdiffstats
path: root/src/Generating/ChunkGenerator.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ChunkGenerator: Changed to use cChunkCoords.Mattes D2019-09-081-1/+1
* Moved the generator defaults to ComposableGenerator.Mattes D2019-09-061-0/+2
* Separated chunk generator from world / plugin interfaces.Mattes D2019-09-061-278/+15
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-2/+2
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-0/+1
* cIsThread: Reset m_ShouldTerminate after the thread has stopped (#4258)peterbell102018-07-221-1/+1
* Add the fmt library (#4065)peterbell102018-01-031-1/+1
* cWorld: Move Initialization from Start to the constructor.peterbell102017-10-211-3/+2
* FastRandom rewrite (#3754)peterbell102017-06-131-2/+1
* Removed asserts about chunk queued.Mattes D2017-01-191-1/+0
* Reduced unnecessary block updatesLogicParrot2016-04-221-4/+4
* Bulk clearing of whitespaceLogicParrot2016-02-051-1/+1
* Fixed a race condition between chunk loader and generator.Mattes D2015-10-041-6/+6
* Unified the doxy-comment format.Mattes D2015-07-311-2/+2
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-3/+3
* More style checking.Mattes D2015-05-091-2/+2
* Added a cWorld:PrepareChunk function.Mattes D2014-12-101-22/+25
* Merged branch 'origin/master' into c++11.Mattes D2014-12-041-3/+3
|\
| * Fixed BlockStringToType return value.Mattes D2014-11-271-3/+3
* | Merged branch 'master' into c++11.Mattes D2014-10-241-1/+1
|\|
| * Merged IniFile into main MCS sources.Mattes D2014-10-231-1/+1
| * En masse NULL -> nullptr replaceTiger Wang2014-10-231-9/+9
* | En masse NULL -> nullptr replaceTiger Wang2014-10-201-9/+9
* | Migrated random generators to std::randomTiger Wang2014-10-191-1/+1
|/
* WorldStorage no longer queues chunks into generator.Mattes D2014-09-051-0/+2
* Rewritten chunk status to specify whether the chunk is in queue.Mattes D2014-09-051-1/+2
* ChunkGenerator: Log world seed when creating a new one.madmaxoft2014-09-031-3/+14
* re-add the missing "s" too cChunkCoordsWithBoolListLO1ZB2014-09-031-1/+1
* hopefully the last commit for removing y-coord from chunks. :)LO1ZB2014-09-031-6/+12
* fix possibility of a twice generated chunkLO1ZB2014-09-011-1/+2
* fix chunk regeneratingLO1ZB2014-08-291-8/+0
* remove y-coord from chunksLO1ZB2014-08-281-7/+7
* Added initializers for class members.Mattes D2014-08-211-0/+1
* Merge remote-tracking branch 'origin/master' into portalsTiger Wang2014-07-221-2/+2
|\
| * Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-1/+1
| * Fixed style: spaces after commas.madmaxoft2014-07-191-1/+1
* | Merge branch 'master' into portalsTiger Wang2014-07-181-5/+5
|\|
| * Fixed tabs used for alignment.madmaxoft2014-07-171-3/+3
| * Normalized comments.madmaxoft2014-07-171-2/+2
* | SuggestionsTiger Wang2014-06-051-1/+1
|/
* Added additional macros to support the MSVC size_t format and changed all formats to use the macrosTycho2014-03-121-1/+1
* Fixed a load of format string errorsTycho2014-03-111-2/+2
* Mob bugfixesTiger Wang2014-01-251-0/+2
* Fixed a generator bugTiger Wang2014-01-251-1/+6
* Decoupled cChunkGenerator from cWorld and cRoot.madmaxoft2014-01-101-29/+19
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-1/+1
* Fixed the remaining derpsAlexander Harkness2013-11-271-1/+1
* Hopefully fixed last of the Linux compile errorsTiger Wang2013-11-261-1/+1
* Further attempts to fix compileTiger Wang2013-11-251-1/+1
* Attempt to fix compilationTiger Wang2013-11-241-1/+1
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-18/+18
* Moved source to srcAlexander Harkness2013-11-241-0/+329