summaryrefslogtreecommitdiffstats
path: root/src/app/app.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed prototypes supportkrzys-h2013-12-271-14/+1
|
* Whoopskrzys-h2013-12-261-0/+1
|
* Added scene test modekrzys-h2013-12-261-1/+14
| | | | ... and fixed a "small" bug in previous commit ;)
* Sound support changeserihel2013-12-191-1/+1
| | | | | | * removed 2d sound * fixed listener orientation (propably issue #235) * removed unused code and minor refactoring
* Never cache Data, Sound and Music pathsDidier 'OdyX' Raboud2013-12-091-16/+0
| | | | | Let them always be either auto-detected, defined on the command-line or written in the configuration file
* Updated README and INSTALL filesPiotr Dziwinski2013-11-261-1/+1
|
* Abstract the definition of LangPath to CSystemUtilsDidier 'OdyX' Raboud2013-11-131-1/+1
|
* On MacOSX, don't cache the Data, Sound and Music pathsDidier 'OdyX' Raboud2013-11-131-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)
* Abstract the definition of DataPath to CSystemUtilsDidier 'OdyX' Raboud2013-11-131-1/+1
|
* Add russian language supportDidier 'OdyX' Raboud2013-11-071-0/+17
|
* Fixed @Emxx52 's fail :Pkrzys-h2013-09-081-1/+3
|\ | | | | | | | | | | Merge branch 'master' into dev Conflicts: src/app/app.cpp
| * Added '-game' launch optionEmxx522013-09-081-1/+3
| |
* | Datadir in command line didn't work with config.erihel2013-07-161-3/+5
|/ | | | Values from config file overwrote datadir
* Fixed auto-detecting locale on WindowsPiotr Dziwinski2013-06-241-20/+27
| | | | | | * localename library is now used to determine the actual locale used * added patched version of FindGettext.cmake to fix installation path of translation files
* Added -proto to options[]krzys-h2013-06-171-0/+1
|
* Enhanced logging, option to auto-start missionPiotr Dziwinski2013-06-161-144/+201
| | | | | | | | | * added logging of application events * changed debug mode flag to independent debug modes * added option to auto-start mission (load a mission immediately after startup) * removed "enum value out of range" prints * some refactoring
* Fix for #195Piotr Dziwinski2013-06-131-2/+13
| | | | * loading time now is not counted in elapsed time
* Changes in texture code & refactoringPiotr Dziwinski2013-05-261-65/+89
| | | | | | * refactored and altered slightly the texture pack code * added flushing of texture cache * some refactoring and const-correctness in CApplication methods
* Fix for #213Piotr Dziwinski2013-05-261-1/+2
| | | | Was caused by invalid options for getopt
* Added simple texturepack support (#208)krzys-h2013-05-121-2/+15
|
* Fixed deleting of CObjectManagerPiotr Dziwinski2013-05-111-0/+3
| | | | | * fix in CApplication destructor * re-enabled unit tests
* 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-311-0/+1
|
* Added SatCom translationskrzys-h2013-03-291-0/+4
|
* Changes to fix multilanguage on Windowskrzys-h2013-03-281-1/+11
| | | | Issue #118
* Fixed timer functions on win32Piotr Dziwinski2013-03-241-60/+73
| | | | | | | * 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
* Fixes for compiling on MSYSPiotr Dziwinski2013-03-221-2/+2
| | | | | | * fixed SDL_main() and putenv() issues * disabled desktop subdir for MSYS * disabled building CBot_console for now
* VBO override option; argv parsing using getoptPiotr Dziwinski2013-03-101-94/+152
| | | | | | * added -vbo option to override autodetection of OpenGL VBO extension * refactored argument parsing to use getopt() * fixed failing UTs
* CInstanceManager refactoringPiotr Dziwiński2013-02-171-4/+14
| | | | | | | | | * removed classes managed by CInstanceManager except for CObject, CPyro, CBrain and CPhysics because of dependencies * refactored instance searching to use existing singleton instances of CApplication, CEngine and CRobotMain and calling their getter functions
* * Removed aluterihel2013-01-141-2/+9
| | | | | * Using libsndfile to load sounds and music * Added support for playing music files
* 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
| | | | | | | | | | | | - corrected multitexture and VBO detection - GLEW is now a required library - minor CMakeLists refactoring
* | Correct font scaling with resolutionPiotr Dziwinski2013-01-041-2/+2
| |
* | Merge branch 'dev' into dev-graphicsPiotr Dziwinski2013-01-041-71/+138
|\|
| * Merge pull request #108 from OdyX/dev-central-cmake-versionPiotr Dziwiński2012-12-291-1/+1
| |\ | | | | | | Create a central version
| | * Create a central versionDidier Raboud2012-12-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Implement language Char for level filesDidier Raboud2012-12-281-1/+44
| | | | | | | | | | | | This currently lacks fallback to an existing entry for non-translated entries
| * | Move language initialisation in SetLanguageDidier Raboud2012-12-281-42/+48
| | |
| * | Fixed path for loading soundsPiotr Dziwinski2012-12-281-14/+19
| |/
| * Fix locale's loadingDidier Raboud2012-12-271-5/+8
| | | | | | | | | | - Always inherit LC_ALL from environment; - Enforce environment only if the runtime options require it;
| * * Changed Ret to Get methods in sound moduleerihel2012-12-251-6/+15
| | | | | | | | | | * Added video settings to profile * Resolution change is now posibble but restart is required
| * * Changed log level in sound moduleerihel2012-12-251-1/+1
| | | | | | | | | | * Fixed warnings in sound module * Fixed problem with map loading when locale with different number separator
| * latest changeserihel2012-12-211-6/+11
| |