summaryrefslogtreecommitdiffstats
path: root/src/app/system_windows.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' into dev-physfskrzys-h2014-10-141-16/+18
|\ | | | | | | | | Conflicts: data
| * Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-141-16/+18
| |
* | Some cleaning upPiotr Dziwinski2014-09-211-2/+2
| |
* | Saving colobot.ini through physfskrzys-h2014-07-241-8/+8
| |
* | Big part of PhysFS supportKrzysztof Dermont2014-06-201-19/+0
|/ | | | | | | | | | | * removed -mod argument * removed -datadir argument * removed -lang argument * removed some dead ui code * added resource manager and file loaders (stream and SDL) * changed interface textures location to match new directory structure * removed CGameData for mod support * added PhysFS support
* Fixed code formattingPiotr Dziwinski2013-05-271-13/+14
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Changed savegame & profile dir on Windowskrzys-h2013-03-271-0/+36
|
* Fixed timer functions on win32Piotr Dziwinski2013-03-241-25/+39
| | | | | | | * changed win32 implementation to QueryPerformaceTimer system function * refactored system utils code * proper tests for time utils and update event creation in application * should fix issue #134
* Refactored platform-specific codePiotr Dziwinski2013-03-191-0/+98
Moved functions from .h to .cpp files