summaryrefslogtreecommitdiffstats
path: root/src/common/test
Commit message (Collapse)AuthorAgeFilesLines
* Image pixel read/writePiotr Dziwinski2012-09-132-0/+25
|
* * New CPluginManager class for managing plugins based on colobot.inierihel2012-08-123-1/+16
| | | | | * Moved sound plugin into sound dir * Minor changes in logger and profile
* * changed 0, NULL to nullptrerihel2012-08-093-2/+51
| | | | | | | * changed profile.cpp to use SimpleIni to load config files * added new CProfile singleton class for loading config * added SimpleIni to lib/ dir * added config loading tests
* Multitexturing supportPiotr Dziwinski2012-07-042-0/+40
- added CImage class for loading/saving images and a simple test for it - added libpng library to build - added Gfx::Texture struct - updated the Gfx::CDevice interface to include new features - implemented the new features in Gfx::CGLDevice