summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/WorldStorage.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
* Removed world-saving log messages.madmaxoft2014-07-041-30/+5
| | | | Ref.: http://forum.mc-server.org/showthread.php?tid=1518
* 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
| | | | | This remaval is safe as cWorldStorage checks for duplicate chunks when dequeuing and removes an expensive iteration whilst holding the queue lock
* Added user setting compression factorTycho2014-01-171-5/+5
|
* Fixed wrong enqueueing.madmaxoft2014-01-061-2/+9
| | | | Fixes #505.
* 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