summaryrefslogtreecommitdiffstats
path: root/src/app/system_windows.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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