summaryrefslogtreecommitdiffstats
path: root/src/app/system_other.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix system_other implementation by adding an Init() and fixing the wrong constDidier 'OdyX' Raboud2013-10-241-1/+1
|
* Fixed code formattingPiotr Dziwinski2013-05-271-0/+1
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Fixed timer functions on win32Piotr Dziwinski2013-03-241-88/+5
| | | | | | | * 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/+122
Moved functions from .h to .cpp files