summaryrefslogtreecommitdiffstats
path: root/tests/ChunkData (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-26Improved testing framework. (#4376)Mattes D4-94/+117
2018-07-23Optimise chunk set (#4260)peterbell105-14/+39
2018-02-04cChunk and cChunkData: Use vectors for block get and set functions (#4172)peterbell103-99/+99
2018-01-03Add the fmt library (#4065)peterbell101-0/+2
2017-08-21Implement protocol level chunk sparsing (#3864)peterbell101-1/+2
2016-08-24Fixed type-casting-related warnings.Mattes D2-6/+1
2016-07-18CMake: Remove needless minimum version specifications.Mattes D1-2/+0
2016-06-18SelfTests: Print a quick message on test start.Mattes D5-0/+10
2016-06-18SelfTests: Organized into solution folders.Mattes D1-0/+17
2016-04-23Out of world blocks are now always considered air blocksLogicParrot1-48/+23
2015-05-24Disable -Werror for warnings in tests.tycho2-13/+2
2015-05-19Fix teststycho1-0/+7
2014-09-01CopyBlocks test: decreased the test size.madmaxoft1-2/+2
2014-06-16Merge branch 'master' of github.com:mc-server/MCServerTycho5-14/+80
2014-06-14Added generic Allocation Pool InterfaceTycho5-39/+64
2014-06-14fixed spacesTycho1-1/+1
2014-06-14fixed spacesTycho5-10/+10
2014-06-14fixed compileTycho1-1/+9
2014-05-30Reduced the number of cChunkData::CopyBlockTypes() tests, added progress.Mattes D1-7/+16
2014-05-30Fix bugs in testTycho1-3/+5
2014-05-30Added a cChunkData::CopyBlockTypes() unit test.Mattes D2-0/+68
2014-05-30Fixed cChunkData nibble copying.madmaxoft1-4/+4
2014-05-30Test failures are reported verbosely and into the debug console on Win.madmaxoft1-1/+1
2014-05-30Fixed test return values.madmaxoft2-38/+41
2014-05-29Fixed wrong block sizes for copying / setting.madmaxoft1-16/+16
2014-05-29Fixed test compilation.madmaxoft2-16/+16
2014-05-27Fixed test globals to work with precompiled headersTycho4-4/+4
2014-05-25Fixed bad mergeTycho1-1/+7
2014-05-24inject TestGlobals.h correctlyTycho1-0/+1
2014-05-24Implemented style changesTycho3-176/+87
2014-05-23Implemented Allocation Pool use by cChunkDataTycho4-13/+46
2014-05-21Renamed cChunkBuffer to cChunkDataTycho5-0/+486