summaryrefslogtreecommitdiffstats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * In levels' lists, fallback to englishDidier Raboud2013-01-021-10/+41
| | | | | | | | | | | | - Implemented in a naive way: Take the English version if found, but continue until the translated version is found. This has the drawback of letting the loop reach its end if the level has no translation.
* | Small fix in detecting language. Fixes needed to compile code using clangMarcin Zawadzki2013-01-051-1/+0
|/
* * Fixed problem with scrolling down text fields with mouse scrollerihel2012-12-292-27/+35
| | | | * Fixed problem with scroll bar not updating position properly in text fields
* Implement language Char for level filesDidier Raboud2012-12-281-10/+10
| | | | This currently lacks fallback to an existing entry for non-translated entries
* * Changed Ret to Get methods in sound moduleerihel2012-12-251-76/+56
| | | | | * Added video settings to profile * Resolution change is now posibble but restart is required
* Put common CXX flags in common variablesDidier Raboud2012-12-191-1/+2
| | | | | CMAKE_CXX_FLAGS is taken into account in all builds; build-type-specific flags are appended to it.
* Don't enforce CMake build type on users.Didier Raboud2012-12-191-1/+3
| | | | Only set CMAKE_BUILD_TYPE to Debug when no value is provided.
* Split gtest and gmock, fixed using system packagesPiotr Dziwinski2012-12-161-1/+2
| | | | | | - split the bundled gtest and gmock libraries - allowed the use of system gmock - refactoring in CMakeLists
* Removed unnecessary dynamic_castsPiotr Dziwinski2012-10-171-2/+2
|
* Saving scripts on game save should work. Added stub for particle.Zaba9992012-10-112-1/+292
|
* Merge branch 'dev' of https://github.com/colobot/colobot into devZaba9992012-10-117-192/+151
|\
| * Removed Gfx:: from license notice (introduced in 8ad15c0e)Michał Zieliński2012-10-081-2/+1
| |
| * Changing and saving input bindingsPiotr Dziwinski2012-10-077-190/+150
| |
* | Added saving user scripts on game save. Fixed bug in writing script to file.Zaba9992012-10-1111-9/+266
|/
* Merge branch 'dev' into dev-graphicsPiotr Dziwinski2012-10-022-288/+157
|\
| * Further work on saving profile and directory listing.Zaba9992012-10-022-288/+157
| |
* | Merge remote-tracking branch 'origin/dev' into dev-graphicsadiblol2012-09-301-543/+536
|\|
| * Merge branch 'dev' of github.com:colobot/colobot into devadiblol2012-09-301-543/+536
| |\
| | * Merge branch 'dev' of https://github.com/colobot/colobot into devZaba9992012-09-292-16/+16
| | |\
| | * | #48 Adding new users works.Zaba9992012-09-291-543/+536
| | | |
* | | | Dirty hack to allow window resizing or even full screen.adiblol2012-09-301-0/+5
|/ / / | | | | | | | | | | | | Currently makes text buggy! (full screen must be initiated by window manager, for example Alt+F11 in Fluxbox)
* | | Fixed invradar cheat code.adiblol2012-09-301-7/+2
| | | | | | | | | | | | | | | Replaced CRobotMain::GetCheatRadar with CRobotMain::GetRadar. Changed logger level of "invalid m_motion" messages.
* | | Map texture paintingPiotr Dziwinski2012-09-301-29/+28
| |/ |/|
* | Fixed CEdit delete[] issuesPiotr Dziwinski2012-09-291-6/+6
| |
* | Fixed CEdit cursorPiotr Dziwinski2012-09-291-8/+8
| |
* | Merge branch 'dev' into dev-graphicsPiotr Dziwinski2012-09-292-99/+133
|\|
| * Merge branch 'master' of https://github.com/colobot/colobot into devunknown2012-09-282-99/+133
| |\