summaryrefslogtreecommitdiffstats
path: root/src/app/system_linux.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
| |
* | Fix zenity version checking problemsPiotr Dziwinski2014-09-211-1/+1
| |
* | Some cleaning upPiotr Dziwinski2014-09-211-3/+3
| |
* | Saving colobot.ini through physfskrzys-h2014-07-241-12/+12
| |
* | Big part of PhysFS supportKrzysztof Dermont2014-06-201-28/+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-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