summaryrefslogtreecommitdiffstats
path: root/src/app/system_linux.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed code formattingPiotr Dziwinski2013-05-271-2/+3
| | | | | | * 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/+3
| | | | | | Directory Specification http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
* Fixed timer functions on win32Piotr Dziwinski2013-03-241-4/+12
| | | | | | | * 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-66/+5
| | | | Moved functions from .h to .cpp files
* Documentation updatePiotr Dziwinski2012-08-111-3/+6
| | | | | | - updated Doxyfile - added/changed file, dir and namespace descriptions - fixed some errors in doxygen tags
* Fix in model loading; simple model viewerPiotr Dziwinski2012-07-151-0/+101
- fixed model loading code - added simple model viewer (model_test) in src/graphics/opengl/test - added system time stamp code - split the code in app/system modules to separate headers - added debug messages in model loading - minor fixes in OpenGL engine