Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-09-01 | CopyBlocks test: decreased the test size. | madmaxoft | 1 | -2/+2 | |
It just needlessly ate up test time; there's no need for such rigorous testing once the test started succeeding. | |||||
2014-06-16 | Merge branch 'master' of github.com:mc-server/MCServer | Tycho | 5 | -14/+80 | |
2014-06-14 | Added generic Allocation Pool Interface | Tycho | 5 | -39/+64 | |
2014-06-14 | fixed spaces | Tycho | 1 | -1/+1 | |
2014-06-14 | fixed spaces | Tycho | 5 | -10/+10 | |
2014-06-14 | fixed compile | Tycho | 1 | -1/+9 | |
2014-05-30 | Reduced the number of cChunkData::CopyBlockTypes() tests, added progress. | Mattes D | 1 | -7/+16 | |
2014-05-30 | Fix bugs in test | Tycho | 1 | -3/+5 | |
2014-05-30 | Added a cChunkData::CopyBlockTypes() unit test. | Mattes D | 2 | -0/+68 | |
2014-05-30 | Fixed cChunkData nibble copying. | madmaxoft | 1 | -4/+4 | |
2014-05-30 | Test failures are reported verbosely and into the debug console on Win. | madmaxoft | 1 | -1/+1 | |
2014-05-30 | Fixed test return values. | madmaxoft | 2 | -38/+41 | |
2014-05-29 | Fixed wrong block sizes for copying / setting. | madmaxoft | 1 | -16/+16 | |
2014-05-29 | Fixed test compilation. | madmaxoft | 2 | -16/+16 | |
2014-05-27 | Fixed test globals to work with precompiled headers | Tycho | 5 | -143/+4 | |
2014-05-25 | Fixed bad merge | Tycho | 1 | -1/+7 | |
2014-05-24 | inject TestGlobals.h correctly | Tycho | 2 | -2/+3 | |
2014-05-24 | Implemented style changes | Tycho | 3 | -176/+87 | |
2014-05-23 | Implemented Allocation Pool use by cChunkData | Tycho | 4 | -13/+46 | |
2014-05-21 | Renamed cChunkBuffer to cChunkData | Tycho | 6 | -20/+20 | |
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 | 2 | -6/+100 | |
2014-05-10 | Maybe coverage working? | Tycho | 2 | -0/+151 | |
2014-05-03 | cCHunkBuffer that compiles with TestGlobals.h | Tycho | 3 | -1/+14 | |
2014-04-27 | Added Testing capability | Tycho | 3 | -0/+19 | |
2013-12-21 | Moved some files. | Alexander Harkness | 5 | -0/+604 | |