aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: changed CPPUNIT_ASSERT to CPPUNIT_ASSERT_EQUAL for better error msgsAlexander Sulfrian2013-01-133-40/+40
|
* test/utils/math: test the math helper functionsAlexander Sulfrian2013-01-131-0/+157
|
* utils/rectangle: could get top/bottom/left/right coordinates from RectangleAlexander Sulfrian2013-01-131-2/+2
|
* utils/image: fixed namespace for logging outputAlexander Sulfrian2013-01-051-1/+1
|
* utils/rectangle: added function to intersect two rectanglesAlexander Sulfrian2013-01-051-0/+26
|
* utils/rectangle: added constructor for array of valuesAlexander Sulfrian2013-01-051-0/+66
| | | | | the new constructor is used to make a rectangle object from the array of values returned from glGet(GL_SCISSOR_BOX)
* tests: added test of operator overloading for pointAlexander Sulfrian2013-01-051-0/+106
|
* base: moved Image and Texture to more appropriate locationsAlexander Sulfrian2013-01-051-0/+109