summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/WorldStorage.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix Windows XP to 7 compatibility (#5167)Tiger Wang2021-03-281-1/+1
* Update comments and code for Load/SaveOneChunk so they match (#4992)Alexander Harkness2020-10-111-3/+3
* WorldStorage: Removed unused callback parametersTiger Wang2020-08-281-19/+7
* Using Super.Mattes D2020-04-161-2/+2
* Separated chunk generator from world / plugin interfaces.Mattes D2019-09-061-2/+2
* cIsThread: Reset m_ShouldTerminate after the thread has stopped (#4258)peterbell102018-07-221-1/+1
* cWorld Threads: Seperate initialization and thread start.peterbell102017-10-211-4/+2
* Fixed minecart destruction using deallocated memory.Mattes D2016-12-151-0/+2
* Bulk clearing of whitespaceLogicParrot2016-02-051-13/+13
* Fixed a race condition between chunk loader and generator.Mattes D2015-10-041-28/+4
* Unified the doxy-comment format.Mattes D2015-07-311-1/+1
* Fixed log files' timestampsTiger Wang2015-06-141-2/+2
* 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