summaryrefslogtreecommitdiffstats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* 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
* * Changed ending screen (issue #129)erihel2013-03-231-20/+20
|
* * Changed Set/Get HilateCap to Set/Get HighlightCaperihel2013-03-205-16/+24
| | | | | * Changes ReadText in CEdit to fix problem with SatCom links * Filenames when loading/saving scripts should be fixed on mxe
* * Fix for mxe with boost patherihel2013-03-201-1/+1
|
* * Changes std::stoi to atoi as gcc does not support it on windows platformerihel2013-03-172-7/+2
|
* * Implemented CStudio::UpdateDialogList() function for listing saved fileserihel2013-03-172-53/+20
|
* Merge branch 'dev' of github:colobot/colobot into deverihel2013-03-171-4/+4
|\
| * Fix for issue #129krzys-h2013-03-171-4/+4
| | | | | | | | Text on exit screen is improperly placed
* | * Changed file loading to fix issue #73erihel2013-03-177-123/+116
| | | | | | | | | | | | | | * Moved few functions from misc.cpp to profile.cpp (used to set/get user dir) * Removed some warnings * More work to change const char* to std::string * Some work on file path to fix issue #60 with bad slashes on POSIX platform
* | * Fix for issue #122 with sound not being played in menu after playing missionerihel2013-03-141-0/+4
|/
* Fixed stupid error, tweaked ambient light colorsPiotr Dziwinski2013-02-281-0/+1
| | | | | | * fixed stupid error in light manager * tweaked ambient light colors to 0.1 of diffuse; colors should not be oversaturated now
* * Fix for satcom freezeerihel2013-02-241-2/+10
|
* Music restarting on PHASE_WELCOME2krzys-h2013-02-171-3/+0
|
* Show compilation date in main menukrzys-h2013-02-171-2/+2
|
* CInstanceManager refactoringPiotr Dziwiński2013-02-1748-529/+448
| | | | | | | | | * 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
* * Fixed crash when inputing cheatserihel2013-02-111-6/+6
|
* * Syntax highlighting in cbot editor (needs to be tested)erihel2013-02-092-26/+39
|
* * Fixes to ingame editorerihel2013-02-092-22/+22
| | | | * Fixes to editor window. It's now possible to resize, move and press buttons
* Refactoring in tests infrastructurePiotr Dziwinski2013-02-038-554/+0
| | | | | | | * all tests are now in /test/ subdirectory * unit tests concatenated to one executable (TODO: ui, common) * preparation for test environments (OpenGL and others) * removed old TestCBot
* Fixed edit_test linking issuePiotr Dziwinski2013-01-171-1/+1
|
* * Cleaning player list before getting new one (entering user menu several ↵erihel2013-01-151-0/+1
| | | | times appended user to existing list)
* * Removed aluterihel2013-01-141-3/+1
| | | | | * Using libsndfile to load sounds and music * Added support for playing music files
* Merge pull request #112 from OdyX/dev-levels-fallbackkrzys-h2013-01-091-10/+41
|\ | | | | In levels' lists, fallback to english