summaryrefslogtreecommitdiffstats
path: root/src/app/system_linux.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed code formattingPiotr Dziwinski2013-05-271-15/+16
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Add Linux-specific savegame and profile settings according to the XDG Base ↵Didier Raboud2013-03-271-0/+54
| | | | | | Directory Specification http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
* Fixed timer functions on win32Piotr Dziwinski2013-03-241-4/+21
| | | | | | | * 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
* Changed Linux time functionPiotr Dziwinski2013-03-191-1/+1
| | | | With CLOCK_MONOTONIC_RAW, the timer should never go back in time.
* Refactored platform-specific codePiotr Dziwinski2013-03-191-0/+79
Moved functions from .h to .cpp files