summaryrefslogtreecommitdiffstats
path: root/src/common/profile.h
Commit message (Collapse)AuthorAgeFilesLines
* Further work on saving profile and directory listing.Zaba9992012-10-021-2/+2
|
* Profile rewritten to boost. Read/write to ini should work.Zaba9992012-09-271-2/+1
| | | | Load/Save should work.
* Work in progress on opening files, and listing dirsZaba9992012-09-261-2/+4
| | | | | Fixed includes profile changed from SimpleIni to boost::ptree -> not finished yet
* Refactoring in src/commonPiotr Dziwinski2012-09-091-11/+8
| | | | | - refactored CInstanceManager and some headers - removed old headers
* * New CPluginManager class for managing plugins based on colobot.inierihel2012-08-121-2/+67
| | | | | * Moved sound plugin into sound dir * Minor changes in logger and profile
* * changed 0, NULL to nullptrerihel2012-08-091-7/+26
| | | | | | | * 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
* Pulled changes from master branchPiotr Dziwinski2012-06-281-6/+6
|
* Whitespace and language changePiotr Dziwinski2012-06-261-30/+30
| | | | | | | - 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-4/+0
|
* BOOL -> bool; additional fixes in constructors/destructorsPiotr Dziwinski2012-06-101-7/+7
|
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-101-3/+1
| | | | Additionally, changed #ifndef to #pragma once everywhere
* Source files split into modulesPiotr Dziwinski2012-04-281-0/+36