summaryrefslogtreecommitdiffstats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Removed some unused code related to Quit buttonkrzys-h2014-07-102-22/+0
| |/ |/| | | | | The button itself has been removed a long time ago
* | Removed old code based on #ifs (issue #55)krzys-h2014-06-277-408/+6
| |
* | formatting and enhancements for savefile screenshot featureMohamed Waheed2014-06-241-2/+2
| |
* | implemented savefile screenshot featureMohamed Waheed2014-06-241-3/+4
|/
* Better datadir mod supportkrzys-h2014-05-182-2/+4
|
* CPauseManagerkrzys-h2013-12-316-42/+54
|
* Fix for #177 - save list sortingkrzys-h2013-12-271-7/+10
|
* Temporary fix for #232 - don't try to show the buttonskrzys-h2013-12-271-0/+2
| | | | This makes SatCom usable for now
* Removed prototypes supportkrzys-h2013-12-271-37/+11
|
* Changed version display in bottom-right corner to be actually version number ↵krzys-h2013-12-271-1/+2
| | | | instead of date
* Added error message when CEdit is unable to read a filekrzys-h2013-12-271-1/+4
|
* Hide userlevels menu in release versionkrzys-h2013-12-261-0/+2
| | | | Userlevels aren't working right now (issue #219)
* Fixed "default controls" button (#263)krzys-h2013-12-251-1/+1
|
* Merge branch 'dev-string-in-restext' into devPiotr Dziwinski2013-12-2015-146/+156
|\ | | | | | | | | | | Merging branches after code review This should fix buffer overflow problems with translation strings
| * Some further refactoring and test correctionsPiotr Dziwinski2013-12-202-15/+25
| |
| * Changed char[] to std::string in restextPiotr Dziwinski2013-12-0415-134/+134
| | | | | | | | Experimental changes
* | Sound support changeserihel2013-12-191-26/+0
|/ | | | | | * removed 2d sound * fixed listener orientation (propably issue #235) * removed unused code and minor refactoring
* Fix tooltip to display as white and not transparentDidier Raboud2013-11-191-2/+2
|
* Buffer overflow fixPiotr Dziwinski2013-11-131-1/+1
|
* Drop now-useless display of licenses.txt in PHASE_GENERICDidier Raboud2013-10-301-11/+0
| | | | | The content of licenses.txt in data has gotten useless as the restrictions got waived, displaying it is useless.
* Fixed some CBot-related memory leaksPiotr Dziwinski2013-10-121-14/+12
| | | | | | * fixed leaks in CScript::CheckToken() * fixed leaks in CInterface * commented out unused function in robotmain.cpp
* Fix for #232 - Images in SatComkrzys-h2013-09-282-6/+6
| | | | Only images, icons still don't work
* Changes in build organizationPiotr Dziwinski2013-06-221-4/+4
| | | | | | | | * targets are now created in top-level build directory * more things are now configured through CMake options * changed debug build detection from NDEBUG to DEV_BUILD * moved po and desktop directories * moved last unit test out of src directory
* Enhanced logging, option to auto-start missionPiotr Dziwinski2013-06-161-1/+2
| | | | | | | | | * 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
* Fixed variable shadowing warningsPiotr Dziwinski2013-05-272-3/+5
| | | | | * fixed -Wshadow warnings * refactored some constructors
* Fixed some memory issuesPiotr Dziwinski2013-05-271-1/+1
| | | | * invalid pointer, uninitialized buffer
* Fixed code formattingPiotr Dziwinski2013-05-2748-496/+715
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Fixed some compilation warningsPiotr Dziwinski2013-05-276-30/+41
| | | | * fixed warnings about hiding virtual functions and several others
* Corrected some valgrind issuesPiotr Dziwinski2013-05-261-0/+3
| | | | | * fixed several uninitialized variable issues * fixed possible memory corruption in CEngine
* Fix for #192krzys-h2013-05-121-1/+1
|
* Non-power-of-2 padding for background imagesPiotr Dziwinski2013-05-111-10/+10
| | | | | * added padding options * removed old hardcoded image sizes
* Fix for saving wrong Fullscreen valuekrzys-h2013-05-041-0/+2
|
* Removed most of "No such node" messageskrzys-h2013-05-041-0/+3
|
* Small changes to looping main menu musickrzys-h2013-05-021-7/+17
|
* Updated Main Mnu musickrzys-h2013-05-021-2/+19
| | | | For now only code - we need to wait for PiXeL to give us new music :)
* Increased maximum font sizekrzys-h2013-05-012-6/+6
|
* Made colobot.ini & savegame dir location depended on build typekrzys-h2013-05-011-0/+4
| | | | | | For Debug, it's current dir For Release it's like it was before Made on @CoLoRaptor's request :)
* Removed some warningskrzys-h2013-05-011-5/+5
| | | | + fix for previous commit
* Added new Intro music (by PiXeL)krzys-h2013-04-291-2/+2
|
* Merge pull request #187 from xiendev/Programs-list-sizeErihel2013-04-263-3/+20
|\ | | | | Fixes size of a programs list control
| * Fixes programs list sizeXienDev2013-04-253-3/+20
| |
* | Welcome screen blinking fixXienDev2013-04-251-12/+19
|/
* * Fix for bad file listing (issue #60)erihel2013-04-111-1/+1
|
* * Added clipboard support (issue #60)erihel2013-04-112-168/+72
| | | | * Fixed keyboard shortcuts while code editing in game
* * Loading 3D sound settings from profileerihel2013-04-091-0/+5
|
* * Issue #60: Fix for "(null)" instead of time on windows platformerihel2013-04-081-5/+4
|
* * Changed loading of scene and player info (there's problem with locales ↵erihel2013-04-012-128/+130
| | | | | | | using , as comma separator). Issue #137 * Changed way of saving files. Now it's not based on slot (from 000 to 999) but it uses save name as a base. * Changed way of displaying saved games. Listing directory instead of checking from 000 to 999. Issue #138
* Added SatCom translationskrzys-h2013-03-294-7/+7
|
* Add profile and savegame fetchers in SystemUtilsDidier Raboud2013-03-271-1/+2
| | | | This breaks the tests compilation. :/
* Reverted "Fix for issue #149"krzys-h2013-03-241-7/+7
| | | | because it was broken again after commit 7ebba6abaa66abda690dcdb87248dfcb0c1dedc6