summaryrefslogtreecommitdiffstats
path: root/test/unit/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Changes in build organizationPiotr Dziwinski2013-06-221-0/+235
| | | | | | | | * targets are now created in top-level build directory * more things are now configured through CMake options * changed debug build detection from NDEBUG to DEV_BUILD * moved po and desktop directories * moved last unit test out of src directory
* Added debug aids for lightingPiotr Dziwinski2013-06-171-0/+1
| | | | | | * displaying positions of current lights (F11) * dumping info to console (F10) * added assert() in suspicious place in CPyro
* Fixed timer functions on win32Piotr Dziwinski2013-03-241-1/+5
| | | | | | | * changed win32 implementation to QueryPerformaceTimer system function * refactored system utils code * proper tests for time utils and update event creation in application * should fix issue #134
* VBO override option; argv parsing using getoptPiotr Dziwinski2013-03-101-2/+2
| | | | | | * added -vbo option to override autodetection of OpenGL VBO extension * refactored argument parsing to use getopt() * fixed failing UTs
* Fixed stupid error, tweaked ambient light colorsPiotr Dziwinski2013-02-281-3/+4
| | | | | | * fixed stupid error in light manager * tweaked ambient light colors to 0.1 of diffuse; colors should not be oversaturated now
* Better light sortingPiotr Dziwinski2013-02-253-0/+266
Should fix lighting issue (#62)