Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-06-16 | Merge branch 'master' of github.com:mc-server/MCServer | Tycho | 1 | -5/+18 | |
2014-06-14 | Added generic Allocation Pool Interface | Tycho | 1 | -8/+13 | |
2014-06-14 | fixed spaces | Tycho | 1 | -2/+2 | |
2014-05-30 | Fixed test return values. | madmaxoft | 1 | -7/+7 | |
2014-05-29 | Fixed wrong block sizes for copying / setting. | madmaxoft | 1 | -16/+16 | |
2014-05-29 | Fixed test compilation. | madmaxoft | 1 | -10/+10 | |
2014-05-27 | Fixed test globals to work with precompiled headers | Tycho | 1 | -1/+1 | |
2014-05-24 | Implemented style changes | Tycho | 1 | -97/+38 | |
2014-05-23 | Implemented Allocation Pool use by cChunkData | Tycho | 1 | -5/+13 | |
2014-05-21 | Renamed cChunkBuffer to cChunkData | Tycho | 1 | -7/+7 | |
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 | 1 | -116/+161 | |
2014-05-11 | Added several more testsfor arrays and coordinates | Tycho | 1 | -1/+0 | |
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-10 | Fixed stupid buffer overflow in array setblocks | Tycho | 1 | -8/+8 | |
2014-05-10 | Add arries copies tests | Tycho | 1 | -0/+53 | |