summaryrefslogtreecommitdiffstats
path: root/src/app/system_windows.h
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
| |
* | Saving colobot.ini through physfskrzys-h2014-07-241-1/+1
| |
* | Big part of PhysFS supportKrzysztof Dermont2014-06-201-1/+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-2/+3
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Changed savegame & profile dir on Windowskrzys-h2013-03-271-0/+3
|
* Fixed timer functions on win32Piotr Dziwinski2013-03-241-10/+19
| | | | | | | * 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-88/+7
| | | | Moved functions from .h to .cpp files
* warnings fight in progress.Zaba9992012-09-181-4/+4
|
* 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/+122
- 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