summaryrefslogtreecommitdiffstats
path: root/src/common/misc.h
Commit message (Collapse)AuthorAgeFilesLines
* Implemented mission timerkrzys-h2014-10-291-0/+2
|
* Support for %lvl% in TerrainInitTextures + cleanupkrzys-h2014-10-271-1/+0
| | | | | | | | cleanup: * Removed CProfile::SetUserPath (unused) * Removed CProfile::GetUserBasedPath (unused) * Removed CProfile::CopyFileToTemp (i have no idea why it even existed) * Removed CopyFileListToTemp (it did the same as CopyFileToTemp but for multiple files, wasn't even fully implemented)
* Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-141-15/+18
|
* Fix for #177 - save list sortingkrzys-h2013-12-271-0/+1
|
* Fixed code formattingPiotr Dziwinski2013-05-271-0/+1
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* * Changed file loading to fix issue #73erihel2013-03-171-3/+0
| | | | | | | * 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-15/+0
|
* Warnings cleaned, left only those connected to commented out code.Zaba9992012-09-181-1/+1
|
* warnings fight in progress.Zaba9992012-09-181-1/+1
|
* Merge dev-common and various fixes to achieve compilationPiotr Dziwinski2012-09-151-57/+2
|\ | | | | | | | | | | | | | | - merged changes from dev-common - fixed many compilation errors (CBrain, UI, ...) - temporarily commented out some problematic code (e.g. input bindings) - (partially) fixed #include styling - everything compiles except for CRobotMain, CMainDialog and CStudio
| * Simulation timestamps and input bindingsPiotr Dziwinski2012-09-121-1/+1
| | | | | | | | | | | | - added new simulation time calculations in CApplication - added simulation frame updates - rewritten old input binding code and input state tracking
| * Refactoring in src/commonPiotr Dziwinski2012-09-091-57/+2
| | | | | | | | | | - refactored CInstanceManager and some headers - removed old headers
* | Merge branch 'dev' of https://github.com/adiblol/colobot into dev-uierihel2012-09-031-133/+1
|\| | | | | | | | | | | Conflicts: src/common/restext.cpp src/common/restext.h
| * Move Error enum to a separate fileAlexander Monakov2012-08-251-133/+1
| |
* | latest changes; few more classes should compile nowerihel2012-08-311-1/+1
| |
* | First approach to port 2D UI InterfaceMichaƂ Konopacki2012-08-151-4/+4
|/ | | | | - changes in src/ui ; be CAREFUL, not every file is changed in a proper way -> bugs - necessary changes in object/robotmain.h and common/misc.h/.cpp in order to compile
* Event handling, CApplication and switch to c++-11Piotr Dziwinski2012-06-301-1/+1
| | | | | | - added/changed event structs and event queue in common/event.h - added event handling and some minor functions in CApplication - switched to --std=c++11 because of union in Event struct
* Whitespace and language changePiotr Dziwinski2012-06-261-238/+238
| | | | | | | - 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-13/+13
|
* BOOL -> bool; additional fixes in constructors/destructorsPiotr Dziwinski2012-06-101-3/+3
|
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-101-6/+4
| | | | Additionally, changed #ifndef to #pragma once everywhere
* Source files split into modulesPiotr Dziwinski2012-04-281-0/+240