summaryrefslogtreecommitdiffstats
path: root/tests/ChunkData/Copies.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-05Prepare ChunkData for BlockState storage (#5105)Tiger Wang1-42/+58
2020-05-10Cleanup unneeded globals (#4736)peterbell101-1/+1
2019-08-26Improved testing framework. (#4376)Mattes D1-18/+27
2018-07-23Optimise chunk set (#4260)peterbell101-2/+7
2018-02-04cChunk and cChunkData: Use vectors for block get and set functions (#4172)peterbell101-29/+29
2017-08-21Implement protocol level chunk sparsing (#3864)peterbell101-1/+2
2016-06-18SelfTests: Print a quick message on test start.Mattes D1-0/+2
2014-06-16Merge branch 'master' of github.com:mc-server/MCServerTycho1-5/+18
2014-06-14Added generic Allocation Pool InterfaceTycho1-8/+13
2014-06-14fixed spacesTycho1-2/+2
2014-05-30Fixed test return values.madmaxoft1-7/+7
2014-05-29Fixed wrong block sizes for copying / setting.madmaxoft1-16/+16
2014-05-29Fixed test compilation.madmaxoft1-10/+10
2014-05-27Fixed test globals to work with precompiled headersTycho1-1/+1
2014-05-24Implemented style changesTycho1-97/+38
2014-05-23Implemented Allocation Pool use by cChunkDataTycho1-5/+13
2014-05-21Renamed cChunkBuffer to cChunkDataTycho1-7/+7
2014-05-17Rewrote array copies testworktycho1-36/+51
2014-05-11Added some more testsTycho1-116/+161
2014-05-11Added several more testsfor arrays and coordinatesTycho1-1/+0
2014-05-11test 0 valuesTycho1-0/+45
2014-05-11Cerated array copy tests for block and skylightTycho1-0/+36
2014-05-10Fixed stupid buffer overflow in array setblocksTycho1-8/+8
2014-05-10Add arries copies testsTycho1-0/+53