summaryrefslogtreecommitdiffstats
path: root/src/common/logger.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-141-15/+18
|
* Changed default loglevel on dev builds to Debugkrzys-h2013-12-261-0/+4
|
* Refactored sound codePiotr Dziwinski2013-05-271-16/+16
| | | | | * fixed formatting and naming to be uniform with rest of code * moved default implementation of CSound to cpp module
* VBO override option; argv parsing using getoptPiotr Dziwinski2013-03-101-15/+67
| | | | | | * added -vbo option to override autodetection of OpenGL VBO extension * refactored argument parsing to use getopt() * fixed failing UTs
* CInstanceManager refactoringPiotr DziwiƄski2013-02-171-1/+1
| | | | | | | | | * removed classes managed by CInstanceManager except for CObject, CPyro, CBrain and CPhysics because of dependencies * refactored instance searching to use existing singleton instances of CApplication, CEngine and CRobotMain and calling their getter functions
* Doxygen/comment fixes and some #include refactoringPiotr Dziwinski2012-10-171-2/+1
|
* Merge branch 'dev-graphics' into devPiotr Dziwinski2012-08-121-2/+22
|\ | | | | | | CEngine object handling
| * Object handling in CEnginePiotr Dziwinski2012-08-121-2/+22
| | | | | | | | | | | | - finished rewriting CEngine object, shadow, etc. handling - refactored texture code - added new log levels
* | * New CPluginManager class for managing plugins based on colobot.inierihel2012-08-121-14/+0
| | | | | | | | | | * Moved sound plugin into sound dir * Minor changes in logger and profile
* | * changed 0, NULL to nullptrerihel2012-08-091-1/+1
|/ | | | | | | * 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
* Whitespace fixPiotr Dziwinski2012-07-271-1/+1
|
* Merged changes from devPiotr Dziwinski2012-07-041-0/+136
Resolved conflicts & added fixes.