Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Using own ASSERT() that logs to file | faketruth | 2012-02-20 | 1 | -1/+1 |
* | Thread-safe chunk generation, storage and generator are queried for progress while initializing server | madmaxoft@gmail.com | 2012-02-18 | 1 | -7/+45 |
* | Chunk coords mostly "upgraded" to include the Y coord for future compatibility | madmaxoft@gmail.com | 2012-02-17 | 1 | -14/+14 |
* | Chunks are now marked as saved | madmaxoft@gmail.com | 2012-02-16 | 1 | -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 properly | madmaxoft@gmail.com | 2012-02-16 | 1 | -45/+136 |
* | Fixed a deadlock in WorldStorage | faketruth | 2012-02-15 | 1 | -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.com | 2012-02-13 | 1 | -0/+256 |