summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Big part of PhysFS supportKrzysztof Dermont2014-06-201-0/+36
| | | | | | | | | | | * 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
* Fix for msys buildPiotr Dziwinski2013-11-251-1/+0
|
* Fix for error with multiple definitions in MXE buildPiotr Dziwinski2013-11-231-1/+3
|
* Fixed auto-detecting locale on WindowsPiotr Dziwinski2013-06-241-0/+218
| | | | | | * localename library is now used to determine the actual locale used * added patched version of FindGettext.cmake to fix installation path of translation files
* Fixed timer functions on win32Piotr Dziwinski2013-03-242-0/+15
| | | | | | | * 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
* * Fixed sound pitch causing segfaulterihel2013-01-161-0/+14
| | | | | | * Sound support should now compile fine with MXE * Added cache for 3 music files to speedup loading * Updated howto
* * Removed aluterihel2013-01-141-0/+23
| | | | | * Using libsndfile to load sounds and music * Added support for playing music files
* latest changeserihel2012-12-211-1/+0
|
* sound fixerihel2012-12-202-30/+1
|
* Add FindLTDL cmake moduleDidier Raboud2012-12-141-0/+30
| | | | | | | As mentionned in FindLTDL.cmake, this is code that is hereby relicensed under GPLv3. closes #68
* MXE support and CMake files refactoringPiotr Dziwinski2012-09-291-0/+29
| | | | | | - added support for cross-compiling with MXE (http://mxe.cc/) - refactored CMake files, adding some options and moving definitions to more suitable places
* GLEWPiotr Dziwinski2012-07-281-0/+51
Added GLEW for loading OpenGL extensions