summaryrefslogtreecommitdiffstats
path: root/src/common/config.h.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Added portable build flagkrzys-h2014-10-181-0/+2
|
* Changed version display in bottom-right corner to be actually version number ↵krzys-h2013-12-271-0/+1
| | | | instead of date
* Add a PLATFORM_GNU global variable matching all GNU systems such as Debian's ↵Didier Raboud2013-11-271-0/+1
| | | | Linux, kFreeBSD and Hurd
* On MacOSX, assume we do have CFLocaleCopyCurrent to detect the actual locale ↵Didier 'OdyX' Raboud2013-11-131-0/+5
| | | | | | by hard-coding the fact in config.h.cmake This circumvents the fact that we are using localename.c directly instead of relying on the autotools-generated config.h
* MacOSX: Add initial support in CMake build infraDidier 'OdyX' Raboud2013-10-241-0/+1
|
* Fixed code formattingPiotr Dziwinski2013-05-271-0/+1
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Fixes for compiling on MSYSPiotr Dziwinski2013-03-221-2/+10
| | | | | | * fixed SDL_main() and putenv() issues * disabled desktop subdir for MSYS * disabled building CBot_console for now
* Corrected OpenGL extension detectionPiotr Dziwinski2013-01-051-1/+0
| | | | | | - corrected multitexture and VBO detection - GLEW is now a required library - minor CMakeLists refactoring
* Create a central versionDidier Raboud2012-12-271-0/+4
| | | | | | | | | Make it 0.1.0~pre-alpha for now. - Add it to runtime program - Add it to -help option - Add it to manpage - Update translations
* latest changeserihel2012-12-211-0/+2
|
* Installation path fixes and CMakeLists refactoringPiotr Dziwinski2012-12-201-2/+2
| | | | make && make install should now give a working installation.
* Merge branch 'dev' into dev-use-installed-i18nDidier Raboud2012-12-161-0/+1
|\ | | | | | | | | Conflicts: src/common/config.h.cmake
| * Set a default datadir, in sync with the data installation path.Didier Raboud2012-12-161-1/+3
| |
* | Use default installation paths for i18n.Didier Raboud2012-12-161-1/+3
|/ | | | | | This finishes the work started in 19b75e174338f8e7be7486a7445d1e90e9795077 by actually using the translation where they are installed.
* MXE support and CMake files refactoringPiotr Dziwinski2012-09-291-2/+1
| | | | | | - 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/+2
| | | | Added GLEW for loading OpenGL extensions
* Whitespace fixPiotr Dziwinski2012-07-271-8/+8
|
* SDL projectPiotr Dziwinski2012-06-251-0/+8
- added (very basic) SDL template in CApplication and CEngine - split project into two targets: colobot_old (dependent on DirectX and WinAPI) and colobot_new (dependent on SDL and OpenGL) - moved sound.h/cpp to old/ and created new template in Snd namespace - added platform-independent dialog boxes in app/system.h/cpp