summaryrefslogtreecommitdiffstats
path: root/src/app
Commit message (Expand)AuthorAgeFilesLines
* Colobot Gold 0.1.2-alphaPiotr Dziwinski2013-11-265-3/+202
|\
| * Updated README and INSTALL filesPiotr Dziwinski2013-11-261-1/+1
| * On MacOSX, define the LangPath as being i18n in the Resources path of the bundleDidier 'OdyX' Raboud2013-11-132-8/+13
| * Abstract the definition of LangPath to CSystemUtilsDidier 'OdyX' Raboud2013-11-133-2/+10
| * On MacOSX, don't cache the Data, Sound and Music pathsDidier 'OdyX' Raboud2013-11-131-0/+7
| * On MacOSX, define the DataPath as being the Resources path in the bundleDidier 'OdyX' Raboud2013-11-132-0/+54
| * Abstract the definition of DataPath to CSystemUtilsDidier 'OdyX' Raboud2013-11-133-1/+9
| * On Mac OS X, write colobot.ini and savegames to Application Support directoriesDidier 'OdyX' Raboud2013-11-133-0/+100
| * Add russian language supportDidier 'OdyX' Raboud2013-11-071-0/+17
* | Colobot Gold 0.1.1-alphaPiotr Dziwinski2013-11-034-6/+12
|\|
| * Revert "Include SDL.h in main.cpp to make sure the main loop is SDL's main loop"Didier 'OdyX' Raboud2013-10-291-1/+0
| * Include SDL.h in main.cpp to make sure the main loop is SDL's main loopDidier 'OdyX' Raboud2013-10-261-0/+1
| * Fix system_other implementation by adding an Init() and fixing the wrong constDidier 'OdyX' Raboud2013-10-242-2/+3
| * Fixed @Emxx52 's fail :Pkrzys-h2013-09-081-1/+3
| |\
| * | Datadir in command line didn't work with config.erihel2013-07-162-3/+8
* | | Do not change master branch unless you REALLY know what U R doing!adiblol2013-09-231-3/+1
| |/ |/|
* | Added '-game' launch optionEmxx522013-09-081-1/+3
|/
* Fixed auto-detecting locale on WindowsPiotr Dziwinski2013-06-241-20/+27
* Added -proto to options[]krzys-h2013-06-171-0/+1
* Enhanced logging, option to auto-start missionPiotr Dziwinski2013-06-163-152/+232
* Fix for #195Piotr Dziwinski2013-06-132-2/+19
* Fixed code formattingPiotr Dziwinski2013-05-2710-38/+48
* Changes in texture code & refactoringPiotr Dziwinski2013-05-262-99/+126
* Fix for #213Piotr Dziwinski2013-05-261-1/+2
* Added simple texturepack support (#208)krzys-h2013-05-122-2/+18
* Fixed deleting of CObjectManagerPiotr Dziwinski2013-05-111-0/+3
* Removed most of "No such node" messageskrzys-h2013-05-041-1/+8
* Added relative install paths for MXE buildkrzys-h2013-05-031-1/+1
* Added creating ini file with default valueskrzys-h2013-05-031-30/+36
* * Key repeating in edit fieldserihel2013-04-181-0/+1
* Improved log levelskrzys-h2013-04-011-1/+1
* And it compiled and worked? o.Okrzys-h2013-03-311-1/+1
* Added field "item" to class "object" in CBotkrzys-h2013-03-312-0/+5
* Added SatCom translationskrzys-h2013-03-291-0/+4
* Changes to fix multilanguage on Windowskrzys-h2013-03-282-1/+14
* Changed savegame & profile dir on Windowskrzys-h2013-03-272-0/+39
* Add Linux-specific savegame and profile settings according to the XDG Base Di...Didier Raboud2013-03-272-0/+57
* Add profile and savegame fetchers in SystemUtilsDidier Raboud2013-03-272-0/+16
* Fixed timer functions on win32Piotr Dziwinski2013-03-2411-312/+370
* Fixes for compiling on MSYSPiotr Dziwinski2013-03-223-4/+9
* Changed Linux time functionPiotr Dziwinski2013-03-191-1/+1
* Refactored platform-specific codePiotr Dziwinski2013-03-196-263/+316
* VBO override option; argv parsing using getoptPiotr Dziwinski2013-03-102-94/+153
* CInstanceManager refactoringPiotr DziwiƄski2013-02-172-6/+22
* * Removed aluterihel2013-01-141-2/+9
* Merge dev and dev-graphicsPiotr Dziwinski2013-01-071-2/+11
|\
| * Small fix in detecting language. Fixes needed to compile code using clangMarcin Zawadzki2013-01-051-2/+11
* | GLEW fix for some graphics driversPiotr Dziwinski2013-01-061-2/+0
* | Corrected OpenGL extension detectionPiotr Dziwinski2013-01-051-1/+0
* | Correct font scaling with resolutionPiotr Dziwinski2013-01-041-2/+2