1
0
Commit Graph

39 Commits

Author SHA1 Message Date
Tycho
94c48febd2 Added generic Allocation Pool Interface 2014-06-14 19:46:34 +01:00
Tycho
6b99e55646 fixed spaces 2014-06-14 19:05:02 +01:00
Tycho
0310a50192 fixed spaces 2014-06-14 18:43:36 +01:00
Tycho
a2df68b80b fixed compile 2014-06-14 18:19:34 +01:00
Tycho
039c1a75f3 merge master 2014-06-14 17:19:28 +01:00
Mattes D
f2470ff7c1 Reduced the number of cChunkData::CopyBlockTypes() tests, added progress. 2014-05-30 18:32:15 +02:00
Tycho
cbb9e15257 Fix bugs in test 2014-05-30 17:13:36 +01:00
Mattes D
76c07b1ec7 Added a cChunkData::CopyBlockTypes() unit test. 2014-05-30 17:44:24 +02:00
madmaxoft
e136f6e0f5 Fixed cChunkData nibble copying. 2014-05-30 11:35:29 +02:00
madmaxoft
0b60caac4a Test failures are reported verbosely and into the debug console on Win. 2014-05-30 10:56:12 +02:00
madmaxoft
0b49529e42 Fixed test return values. 2014-05-30 09:17:50 +02:00
madmaxoft
59068b77b7 Fixed wrong block sizes for copying / setting. 2014-05-29 20:21:39 +02:00
madmaxoft
c5763f3af7 Fixed test compilation. 2014-05-29 19:43:01 +02:00
Tycho
19df18c461 Fixed test globals to work with precompiled headers 2014-05-27 12:46:22 +01:00
Tycho
2a7d199df6 Fixed bad merge 2014-05-25 18:26:10 +01:00
Tycho
8133efd7f9 Merge branch 'chunksparsing/structs' into AllocationPool
Conflicts:
	src/ChunkData.cpp
	src/ChunkData.h
	tests/ChunkData/Coordinates.cpp
2014-05-25 18:02:33 +01:00
Tycho
944d29c0ae inject TestGlobals.h correctly 2014-05-24 14:09:51 +01:00
Tycho
8f964886e0 Implemented style changes 2014-05-24 13:33:40 +01:00
Tycho
8be3a8f7dc Implemented Allocation Pool use by cChunkData 2014-05-23 17:18:11 +01:00
Tycho
024027db89 Renamed cChunkBuffer to cChunkData 2014-05-21 19:58:48 +01:00
Tycho
016b8f7b99 C++11 2014-05-17 15:19:35 +01:00
Tycho
1f98f21dd1 fixed assignment bugs and Skylight bug 2014-05-17 15:11:58 +01:00
worktycho
7616895eb3 Fix assignment operators test 2014-05-17 14:35:08 +01:00
worktycho
d53c84a781 Add test for zeros 2014-05-17 14:07:49 +01:00
worktycho
a7a811af3a Add tests for assignment operator 2014-05-17 13:59:31 +01:00
worktycho
710656f84f Rewrote array copies test
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-17 13:39:28 +01:00
Tycho
97dc7d8f66 Added some more tests 2014-05-11 19:40:32 +01:00
Tycho
c46f240d81 Added several more testsfor arrays and coordinates 2014-05-11 19:24:09 +01:00
Tycho
a6940445f6 test 0 values 2014-05-11 18:29:47 +01:00
Tycho
79ab80718e Cerated array copy tests for block and skylight 2014-05-11 15:57:56 +01:00
Tycho
9278bb732d Fixed a bug in writting zeros to a non-allocated section 2014-05-11 15:52:02 +01:00
Tycho
0adb5c94b8 Fixed stupid buffer overflow in array setblocks 2014-05-10 17:46:49 +01:00
Tycho
ba25f6b524 Add arries copies tests 2014-05-10 16:15:45 +01:00
Tycho
29d5f8eb0a Added new test 2014-05-10 16:08:08 +01:00
Tycho
0940747f3b Added some more tests 2014-05-10 15:30:48 +01:00
Tycho
77395b3739 Maybe coverage working? 2014-05-10 05:03:36 -07:00
Tycho
616ddf5ca5 cCHunkBuffer that compiles with TestGlobals.h 2014-05-03 06:02:51 -07:00
Tycho
1d3ad6faa2 Added Testing capability 2014-04-27 12:25:03 -07:00
Alexander Harkness
d777c7efd9 Moved some files. 2013-12-21 12:59:41 +00:00