Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2012-02-20 | Using own ASSERT() that logs to file | faketruth | 1 | -0/+1 |
2012-02-16 | 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 | 1 | -0/+23 |
2012-02-13 | 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 | 1 | -0/+5 |
2012-02-01 | Missing auto_ptr header | madmaxoft@gmail.com | 1 | -0/+1 |
2012-02-01 | Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()! | madmaxoft@gmail.com | 1 | -0/+1 |
2012-01-31 | Can now receive POST data in WebPlugins! | faketruth | 1 | -1/+1 |
2012-01-29 | VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization. | madmaxoft@gmail.com | 1 | -0/+78 |