summaryrefslogtreecommitdiffstats
path: root/src/common/profile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Doxygen/comment fixes and some #include refactoringPiotr Dziwinski2012-10-171-2/+1
|
* Small fix in profile + profile_test rewritten to gtest.Zaba9992012-09-281-0/+2
|
* Profile rewritten to boost. Read/write to ini should work.Zaba9992012-09-271-20/+25
| | | | Load/Save should work.
* Work in progress on opening files, and listing dirsZaba9992012-09-261-24/+94
| | | | | Fixed includes profile changed from SimpleIni to boost::ptree -> not finished yet
* * Fixed audio problemserihel2012-09-221-1/+1
| | | | | | * Added colobot.ini to CApp in Create function * Fixes to plugin manager * Fixed CProfile segfault
* Refactoring in src/commonPiotr Dziwinski2012-09-091-1/+4
| | | | | - refactored CInstanceManager and some headers - removed old headers
* * New CPluginManager class for managing plugins based on colobot.inierihel2012-08-121-2/+19
| | | | | * Moved sound plugin into sound dir * Minor changes in logger and profile
* * changed 0, NULL to nullptrerihel2012-08-091-61/+35
| | | | | | | * 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-114/+114
| | | | | | | - 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
* FPOINT -> Math::Point & other math functionsPiotr Dziwinski2012-06-131-2/+0
| | | | | | | | | - changed FPOINT to Math::Point and some functions from math module to the new implementation - moved old function and FPOINT struct declarations to math3d.cpp - removed some unused functions in math module - fixed some #include dependencies - moved #define STRICT and #define D3D_OVERLOADS to compile options
* BOOL -> bool; additional fixes in constructors/destructorsPiotr Dziwinski2012-06-101-17/+17
|
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-101-3/+3
| | | | Additionally, changed #ifndef to #pragma once everywhere
* Source files split into modulesPiotr Dziwinski2012-04-281-0/+116