summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/WorldStorage.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added a cWorld:PrepareChunk function.Mattes D2014-12-101-14/+44
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-2/+2
* Removed WSSCompactTiger Wang2014-09-301-2/+0
* WorldStorage no longer queues chunks into generator.Mattes D2014-09-051-16/+7
* Rewritten chunk status to specify whether the chunk is in queue.Mattes D2014-09-051-5/+6
* commitLO1ZB2014-09-031-1/+1
* hopefully the last commit for removing y-coord from chunks. :)LO1ZB2014-09-031-1/+1
* remove y-coord from chunksLO1ZB2014-08-281-14/+14
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-1/+1
* Fixed style: spaces after commas.madmaxoft2014-07-191-3/+3
* Basic style fixes.madmaxoft2014-07-171-1/+1
* Normalized comments.madmaxoft2014-07-171-2/+2
* Removed world-saving log messages.madmaxoft2014-07-041-30/+5
* Fixed a warning and a complaint about a never-read variable.archshift2014-05-111-1/+0
* Removed check for enqueuing a chunk that is already enqueued to be loadedTycho2014-04-081-1/+1
* Added user setting compression factorTycho2014-01-171-5/+5
* Fixed wrong enqueueing.madmaxoft2014-01-061-2/+9
* fixed a few remaining issues with worldstorageTycho Bickerstaff2014-01-021-18/+3
* rewrote queue not to use promises for waitsTycho Bickerstaff2014-01-021-14/+7
* refactored chunk Queue to seperate classTycho Bickerstaff2013-12-311-92/+44
* Moved source to srcAlexander Harkness2013-11-241-0/+409