Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-05-24 | Moved accessors to cpp file | Tycho | 1 | -1/+229 |
2014-05-24 | Implemented style changes | Tycho | 1 | -33/+28 |
2014-05-21 | Fixed if spaces | Tycho | 1 | -6/+7 |
2014-05-21 | Fixed reversed comparisons to null | Tycho | 1 | -9/+9 |
2014-05-21 | Added space to ChunkData.cpp | Tycho | 1 | -20/+100 |
2014-05-21 | Fixed stylistic issues | Tycho | 1 | -9/+9 |
2014-05-21 | Renamed cChunkBuffer to cChunkData | Tycho | 1 | -15/+15 |
2014-05-11 | Added several more testsfor arrays and coordinates | Tycho | 1 | -4/+16 |
2014-05-11 | Fixed bug that caused Array Setters to always create segments | Tycho | 1 | -4/+4 |
2014-05-11 | SkyLight defaults to 0xFF | Tycho | 1 | -1/+1 |
2014-05-11 | Fixed a bug in writting zeros to a non-allocated section | Tycho | 1 | -0/+11 |
2014-05-10 | Fixed stupid buffer overflow in array setblocks | Tycho | 1 | -3/+3 |
2014-04-27 | Fixed a couple of segfaults and made Free a seperate function | Tycho | 1 | -3/+35 |
2014-04-27 | Added other half of implementation | Tycho | 1 | -14/+133 |
2014-04-26 | Implemented Chunk Sparsing with segments | Tycho | 1 | -0/+146 |