summaryrefslogtreecommitdiffstats
path: root/tests/ChunkData (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prepare ChunkData for BlockState storage (#5105)Tiger Wang2021-03-057-266/+187
* Fix Android builds (#4998)Tiger Wang2020-10-151-2/+2
* Upgrade to C++17 [CMake] (#4717)Tiger Wang2020-05-161-6/+1
* Cleanup unneeded globals (#4736)peterbell102020-05-105-5/+5
* Improved testing framework. (#4376)Mattes D2019-08-264-94/+117
* Optimise chunk set (#4260)peterbell102018-07-235-14/+39
* cChunk and cChunkData: Use vectors for block get and set functions (#4172)peterbell102018-02-043-99/+99
* Add the fmt library (#4065)peterbell102018-01-031-0/+2
* Implement protocol level chunk sparsing (#3864)peterbell102017-08-211-1/+2
* Fixed type-casting-related warnings.Mattes D2016-08-242-6/+1
* 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
* 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