Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'dev-string-in-restext' into dev | Piotr Dziwinski | 2013-12-20 | 32 | -215/+274 | |
|\ | | | | | | | | | | | Merging branches after code review This should fix buffer overflow problems with translation strings | |||||
| * | Fix problem with gtest and pthread on some systems | Piotr Dziwinski | 2013-12-20 | 2 | -1/+4 | |
| | | ||||||
| * | Some further refactoring and test corrections | Piotr Dziwinski | 2013-12-20 | 5 | -20/+41 | |
| | | ||||||
| * | Changed char[] to std::string in restext | Piotr Dziwinski | 2013-12-04 | 27 | -197/+232 | |
| | | | | | | | | Experimental changes | |||||
* | | Sound support changes | erihel | 2013-12-19 | 8 | -249/+42 | |
| | | | | | | | | | | | | * removed 2d sound * fixed listener orientation (propably issue #235) * removed unused code and minor refactoring | |||||
* | | Never cache Data, Sound and Music paths | Didier 'OdyX' Raboud | 2013-12-09 | 1 | -16/+0 | |
|/ | | | | | Let them always be either auto-detected, defined on the command-line or written in the configuration file | |||||
* | Merge pull request #259 from OdyX/dev-fix-non-linux | Piotr Dziwiński | 2013-12-03 | 7 | -9/+24 | |
|\ | | | | | Fix GNU non-Linux platforms | |||||
| * | Add a PLATFORM_GNU global variable matching all GNU systems such as Debian's ↵ | Didier Raboud | 2013-11-27 | 7 | -9/+24 | |
| | | | | | | | | Linux, kFreeBSD and Hurd | |||||
* | | Corrected markdown formatting in INSTALL | Piotr Dziwinski | 2013-11-26 | 2 | -29/+52 | |
|/ | ||||||
* | Version bump (0.1.2) | Piotr Dziwinski | 2013-11-26 | 1 | -1/+1 | |
| | ||||||
* | Updated README and INSTALL files | Piotr Dziwinski | 2013-11-26 | 5 | -62/+133 | |
| | ||||||
* | Fix for msys build | Piotr Dziwinski | 2013-11-25 | 1 | -1/+0 | |
| | ||||||
* | Changed ASM_TRAP() to assert(0) | Piotr Dziwinski | 2013-11-25 | 6 | -83/+88 | |
| | ||||||
* | Updated INSTALL-MXE instructions | Piotr Dziwinski | 2013-11-23 | 1 | -9/+12 | |
| | ||||||
* | Fix for error with multiple definitions in MXE build | Piotr Dziwinski | 2013-11-23 | 1 | -1/+3 | |
| | ||||||
* | Merge pull request #250 from OdyX/dev-platform-enhancements-and-installers | Piotr Dziwiński | 2013-11-22 | 18 | -140/+491 | |
|\ | | | | | MacOSX and Windows platform enhancements and installers | |||||
| * | Consolidate SYSTEM_CPP_MODULE in the main CMakeLists.txt | Didier 'OdyX' Raboud | 2013-11-20 | 5 | -34/+19 | |
| | | ||||||
| * | Enable OpenAL in CI build | Didier Raboud | 2013-11-14 | 1 | -2/+2 | |
| | | ||||||
| * | On MacOSX, assume we do have CFLocaleCopyCurrent to detect the actual locale ↵ | Didier 'OdyX' Raboud | 2013-11-13 | 1 | -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 | |||||
| * | Add an INSTALL file for MacOSX | Didier 'OdyX' Raboud | 2013-11-13 | 1 | -0/+60 | |
| | | ||||||
| * | Update the MXE install README to document the creation of the installer | Didier 'OdyX' Raboud | 2013-11-13 | 1 | -2/+8 | |
| | | ||||||
| * | Add MacOSX Bundle and Windows NSIS installer | Didier 'OdyX' Raboud | 2013-11-13 | 3 | -6/+56 | |
| | | | | | | | | - Add two images from screenshots or existing data textures to brand the NSIS installer | |||||
| * | On MacOSX, install files to Bundle-specific directories | Didier 'OdyX' Raboud | 2013-11-13 | 1 | -5/+5 | |
| | | ||||||
| * | Don't set rpath if libCBot is compiled statically | Didier 'OdyX' Raboud | 2013-11-13 | 1 | -2/+3 | |
| | | ||||||
| * | Add MacOSX bundle-specific installation paths | Didier 'OdyX' Raboud | 2013-11-13 | 1 | -0/+6 | |
| | | ||||||
| * | On MacOSX, define the LangPath as being i18n in the Resources path of the bundle | Didier 'OdyX' Raboud | 2013-11-13 | 2 | -8/+13 | |
| | | ||||||
| * | Abstract the definition of LangPath to CSystemUtils | Didier 'OdyX' Raboud | 2013-11-13 | 3 | -2/+10 | |
| | | ||||||
| * | On MacOSX, don't cache the Data, Sound and Music paths | Didier 'OdyX' Raboud | 2013-11-13 | 1 | -0/+7 | |
| | | | | | | | | | | | | As users can potentially move the bundle around, it doesn't make sense to cache these (It would probably make sense to drop this caching on all architectures, but it's only on MacOSX where it hurts most) | |||||
| * | On MacOSX, define the DataPath as being the Resources path in the bundle | Didier 'OdyX' Raboud | 2013-11-13 | 2 | -0/+54 | |
| | | ||||||
| * | Abstract the definition of DataPath to CSystemUtils | Didier 'OdyX' Raboud | 2013-11-13 | 3 | -1/+9 | |
| | | ||||||
| * | On Mac OS X, write colobot.ini and savegames to Application Support directories | Didier 'OdyX' Raboud | 2013-11-13 | 4 | -0/+103 | |
| | | ||||||
| * | Generate an icns icon on Mac OSX | Didier 'OdyX' Raboud | 2013-11-13 | 1 | -17/+40 | |
| | | ||||||
| * | Under MacOSX, generate an Info.plist | Didier 'OdyX' Raboud | 2013-11-13 | 2 | -0/+34 | |
| | | ||||||
| * | Drop redundant custom_target for po4a | Didier 'OdyX' Raboud | 2013-11-08 | 1 | -6/+2 | |
| | | ||||||
| * | Reorder desktop/CMakeLists.txt for more platform-specific clarity | Didier 'OdyX' Raboud | 2013-11-08 | 1 | -17/+17 | |
| | | ||||||
| * | Fix tab-vs-space in CMake configuration file | Didier 'OdyX' Raboud | 2013-11-08 | 1 | -99/+99 | |
| | | ||||||
* | | Merge pull request #251 from OdyX/dev-fix-tests | Piotr Dziwiński | 2013-11-19 | 5 | -5/+19 | |
|\ \ | | | | | | | Fix build tests as well as other useful tests | |||||
| * | | Run image_test | Didier Raboud | 2013-11-18 | 1 | -0/+2 | |
| | | | ||||||
| * | | Re-enable profile_test test | Didier Raboud | 2013-11-18 | 1 | -3/+6 | |
| | | | ||||||
| * | | Initialise CSystemUtils' singleton in the three light, transform and model tests | Didier Raboud | 2013-11-18 | 4 | -2/+11 | |
| | | | | | | | | | | | | Also fix README | |||||
* | | | Merge pull request #252 from OdyX/dev-fix-tooltip-color | Piotr Dziwiński | 2013-11-19 | 2 | -4/+4 | |
|\ \ \ | |/ / |/| | | Fix tooltip to display as white and not transparent | |||||
| * | | Tweak tooltip margin and correct french jargon comment | Didier Raboud | 2013-11-19 | 1 | -2/+2 | |
| | | | ||||||
| * | | Fix tooltip to display as white and not transparent | Didier Raboud | 2013-11-19 | 1 | -2/+2 | |
|/ / | ||||||
* | | Fix for crash when loading PNG in indexed mode | Piotr Dziwinski | 2013-11-15 | 2 | -5/+31 | |
| | | | | | | | | For example, some icons in SatCom | |||||
* | | Updated data submodule | Piotr Dziwinski | 2013-11-14 | 1 | -0/+0 | |
| | | ||||||
* | | Buffer overflow fix | Piotr Dziwinski | 2013-11-13 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed missing "\n" in ru.po | Piotr Dziwinski | 2013-11-12 | 1 | -1/+1 | |
| | | ||||||
* | | Russian translation of interface (#249) | Piotr Dziwinski | 2013-11-12 | 1 | -0/+1827 | |
| | | ||||||
* | | Updated data submodule | Piotr Dziwinski | 2013-11-11 | 1 | -0/+0 | |
| | | ||||||
* | | Updated data submodule | Piotr Dziwinski | 2013-11-10 | 1 | -0/+0 | |
|/ |