summaryrefslogtreecommitdiffstats
path: root/source/WorldStorage.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Thread-safe chunk generation, storage and generator are queried for progress while initializing servermadmaxoft@gmail.com2012-02-181-7/+45
* Chunk coords mostly "upgraded" to include the Y coord for future compatibilitymadmaxoft@gmail.com2012-02-171-14/+14
* Chunks are now marked as savedmadmaxoft@gmail.com2012-02-161-2/+10
* Chunk is now marked as dirty; saving only dirty chunks; rewritten load / save not to use cChunkPtr; set VC2008 project to level4 warnings; block entities are now loaded and saved properlymadmaxoft@gmail.com2012-02-161-45/+136
* Fixed a deadlock in WorldStoragefaketruth2012-02-151-3/+5
* Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it.madmaxoft@gmail.com2012-02-131-0/+256