Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-05-21 | Renamed cChunkBuffer to cChunkData | Tycho | 5 | -486/+0 | |
2014-05-17 | C++11 | Tycho | 1 | -0/+8 | |
2014-05-17 | fixed assignment bugs and Skylight bug | Tycho | 1 | -1/+1 | |
2014-05-17 | Fix assignment operators test | worktycho | 1 | -3/+3 | |
2014-05-17 | Add test for zeros | worktycho | 1 | -0/+35 | |
2014-05-17 | Add tests for assignment operator | worktycho | 1 | -0/+11 | |
2014-05-17 | Rewrote array copies test | worktycho | 1 | -36/+51 | |
Moved each patten test into its own scope to test all unallocated section code paths. Moved 0's around so that they test the allocated sections code paths. | |||||
2014-05-11 | Added some more tests | Tycho | 2 | -116/+242 | |
2014-05-11 | Added several more testsfor arrays and coordinates | Tycho | 2 | -1/+5 | |
2014-05-11 | test 0 values | Tycho | 1 | -0/+45 | |
2014-05-11 | Cerated array copy tests for block and skylight | Tycho | 1 | -0/+36 | |
2014-05-11 | Fixed a bug in writting zeros to a non-allocated section | Tycho | 1 | -93/+111 | |
2014-05-10 | Fixed stupid buffer overflow in array setblocks | Tycho | 1 | -8/+8 | |
2014-05-10 | Add arries copies tests | Tycho | 1 | -0/+53 | |
2014-05-10 | Added new test | Tycho | 1 | -0/+4 | |
2014-05-10 | Added some more tests | Tycho | 1 | -2/+93 | |
2014-05-10 | Maybe coverage working? | Tycho | 1 | -0/+15 | |
2014-05-03 | cCHunkBuffer that compiles with TestGlobals.h | Tycho | 2 | -1/+12 | |
2014-04-27 | Added Testing capability | Tycho | 2 | -0/+14 | |