summaryrefslogtreecommitdiffstats
path: root/src/common/iman.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed code formattingPiotr Dziwinski2013-05-271-1/+0
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* CInstanceManager refactoringPiotr DziwiƄski2013-02-171-57/+10
| | | | | | | | | * 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-3/+3
|
* Updated docs and some Doxygen fixesPiotr Dziwinski2012-09-271-1/+1
|
* Refactoring in src/commonPiotr Dziwinski2012-09-091-11/+97
| | | | | - refactored CInstanceManager and some headers - removed old headers
* * New CPluginManager class for managing plugins based on colobot.inierihel2012-08-121-2/+2
| | | | | * Moved sound plugin into sound dir * Minor changes in logger and profile
* * Chaned plugin interfaceerihel2012-07-191-2/+4
| | | | | * Added plugin class for plugin loading * Added plugin loading test
* Whitespace and language changePiotr Dziwinski2012-06-261-55/+55
| | | | | | | - changed tabs to spaces and DOS line endings to Unix (except in CBot and metafile) - changed language to English - fixed #include <d3d.h> in d3dengine.h
* Changed #defined constants to consts; typedef struct -> structPiotr Dziwinski2012-06-111-3/+2
|
* BOOL -> bool; additional fixes in constructors/destructorsPiotr Dziwinski2012-06-101-2/+2
|
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-101-4/+2
| | | | Additionally, changed #ifndef to #pragma once everywhere
* Source files split into modulesPiotr Dziwinski2012-04-281-0/+58