Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-01-13 | test/utils/rectangle: removed deprecated ctor | Alexander Sulfrian | 1 | -2/+1 | |
2013-01-13 | tests: changed CPPUNIT_ASSERT to CPPUNIT_ASSERT_EQUAL for better error msgs | Alexander Sulfrian | 3 | -40/+40 | |
2013-01-13 | test/utils/math: test the math helper functions | Alexander Sulfrian | 1 | -0/+157 | |
2013-01-13 | utils/rectangle: could get top/bottom/left/right coordinates from Rectangle | Alexander Sulfrian | 1 | -2/+2 | |
2013-01-05 | utils/image: fixed namespace for logging output | Alexander Sulfrian | 1 | -1/+1 | |
2013-01-05 | utils/rectangle: added function to intersect two rectangles | Alexander Sulfrian | 1 | -0/+26 | |
2013-01-05 | utils/rectangle: added constructor for array of values | Alexander Sulfrian | 1 | -0/+66 | |
the new constructor is used to make a rectangle object from the array of values returned from glGet(GL_SCISSOR_BOX) | |||||
2013-01-05 | tests: added test of operator overloading for point | Alexander Sulfrian | 1 | -0/+106 | |
2013-01-05 | base: moved Image and Texture to more appropriate locations | Alexander Sulfrian | 1 | -0/+109 | |