summaryrefslogtreecommitdiffstats
path: root/tests/ChunkData (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Remove needless minimum version specifications.Mattes D2016-07-181-2/+0
|
* SelfTests: Print a quick message on test start.Mattes D2016-06-185-0/+10
|
* SelfTests: Organized into solution folders.Mattes D2016-06-181-0/+17
|
* Out of world blocks are now always considered air blocksLogicParrot2016-04-231-48/+23
|
* Disable -Werror for warnings in tests.tycho2015-05-242-13/+2
|
* Fix teststycho2015-05-191-0/+7
|
* CopyBlocks test: decreased the test size.madmaxoft2014-09-011-2/+2
| | | | It just needlessly ate up test time; there's no need for such rigorous testing once the test started succeeding.
* Merge branch 'master' of github.com:mc-server/MCServerTycho2014-06-165-14/+80
|
* Reduced the number of cChunkData::CopyBlockTypes() tests, added progress.Mattes D2014-05-301-7/+16
|
* Fix bugs in testTycho2014-05-301-3/+5
|
* Added a cChunkData::CopyBlockTypes() unit test.Mattes D2014-05-302-0/+68
|
* Fixed cChunkData nibble copying.madmaxoft2014-05-301-4/+4
|
* Test failures are reported verbosely and into the debug console on Win.madmaxoft2014-05-301-1/+1
|
* Fixed test return values.madmaxoft2014-05-302-38/+41
|
* Fixed wrong block sizes for copying / setting.madmaxoft2014-05-291-16/+16
|
* Fixed test compilation.madmaxoft2014-05-292-16/+16
|
* Fixed test globals to work with precompiled headersTycho2014-05-274-4/+4
|
* inject TestGlobals.h correctlyTycho2014-05-241-0/+1
|
* Implemented style changesTycho2014-05-243-176/+87
|
* Renamed cChunkBuffer to cChunkDataTycho2014-05-215-0/+486