summaryrefslogtreecommitdiffstats
path: root/src/common/logger.h
Commit message (Collapse)AuthorAgeFilesLines
* Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-141-15/+18
|
* Refactored sound codePiotr Dziwinski2013-05-271-3/+3
| | | | | * fixed formatting and naming to be uniform with rest of code * moved default implementation of CSound to cpp module
* Fixed code formattingPiotr Dziwinski2013-05-271-1/+3
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* VBO override option; argv parsing using getoptPiotr Dziwinski2013-03-101-61/+70
| | | | | | * added -vbo option to override autodetection of OpenGL VBO extension * refactored argument parsing to use getopt() * fixed failing UTs
* Doxygen/comment fixes and some #include refactoringPiotr Dziwinski2012-10-171-15/+15
|
* Refactoring in src/commonPiotr Dziwinski2012-09-091-8/+6
| | | | | - refactored CInstanceManager and some headers - removed old headers
* Merge branch 'dev-graphics' into devPiotr Dziwinski2012-08-121-4/+18
|\ | | | | | | CEngine object handling
| * Object handling in CEnginePiotr Dziwinski2012-08-121-4/+18
| | | | | | | | | | | | - finished rewriting CEngine object, shadow, etc. handling - refactored texture code - added new log levels
* | Merge branch 'dev-opengl' into deverihel2012-08-121-6/+6
|\|
| * Documentation updatePiotr Dziwinski2012-08-111-6/+6
| | | | | | | | | | | | - updated Doxyfile - added/changed file, dir and namespace descriptions - fixed some errors in doxygen tags
* | * New CPluginManager class for managing plugins based on colobot.inierihel2012-08-121-3/+0
| | | | | | | | | | * Moved sound plugin into sound dir * Minor changes in logger and profile
* | Merge branch 'dev' of https://github.com/adiblol/colobot into deverihel2012-08-091-1/+1
|\| | | | | | | | | Conflicts: src/sound/sound.h
| * Whitespace fixPiotr Dziwinski2012-07-271-1/+1
| |
| * Merged changes from devPiotr Dziwinski2012-07-041-0/+111
| | | | Resolved conflicts & added fixes.
* just some fixeserihel2012-07-041-0/+1
|
* * Added CLogger class for loggin info to console or fileerihel2012-07-041-0/+111
* Added CSoundInterface * Added basic plugin interface