summaryrefslogtreecommitdiffstats
path: root/src/common/profile.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed code formattingPiotr Dziwinski2013-05-271-93/+95
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Removed most of "No such node" messageskrzys-h2013-05-041-0/+5
|
* Moved boost flags to CMakeListsPiotr Dziwinski2013-03-271-4/+0
|
* * Another define to fix linker problemserihel2013-03-271-0/+1
|
* * Changed file loading to fix issue #73erihel2013-03-171-1/+27
| | | | | | | * Moved few functions from misc.cpp to profile.cpp (used to set/get user dir) * Removed some warnings * More work to change const char* to std::string * Some work on file path to fix issue #60 with bad slashes on POSIX platform
* Doxygen/comment fixes and some #include refactoringPiotr Dziwinski2012-10-171-31/+32
|
* 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