summaryrefslogtreecommitdiffstats
path: root/src/Generating/ChunkGenerator.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged IniFile into main MCS sources.Mattes D2014-10-231-1/+1
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-9/+9
* 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