summaryrefslogtreecommitdiffstats
path: root/src/ui/maindialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Welcome screen blinking fixXienDev2013-04-251-12/+19
|
* * Loading 3D sound settings from profileerihel2013-04-091-0/+5
|
* * Changed loading of scene and player info (there's problem with locales ↵erihel2013-04-011-128/+126
| | | | | | | 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-291-2/+2
|
* 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-201-4/+4
| | | | | * 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
|
* * Implemented CStudio::UpdateDialogList() function for listing saved fileserihel2013-03-171-1/+1
|
* 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-171-13/+12
| | | | | | | | | | | | | | * 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
|/
* 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-171-17/+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
* * 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
* 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.
* 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
* Removed Gfx:: from license notice (introduced in 8ad15c0e)Michał Zieliński2012-10-081-2/+1
|
* Changing and saving input bindingsPiotr Dziwinski2012-10-071-69/+45
|
* Merge branch 'dev' into dev-graphicsPiotr Dziwinski2012-10-021-286/+154
|\
| * Further work on saving profile and directory listing.Zaba9992012-10-021-286/+154
| |
* | Merge remote-tracking branch 'origin/dev' into dev-graphicsadiblol2012-09-301-543/+536
|\|
| * #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)
* Work in progress on opening files, and listing dirsZaba9992012-09-261-74/+109
| | | | | Fixed includes profile changed from SimpleIni to boost::ptree -> not finished yet
* Various fixesPiotr Dziwinski2012-09-221-2/+0
| | | | | | | | - disabled UserDir() in path lookup - fixed crashes on loading missions in CObject - fixed texture bug in CTerrain - changed mouse move event handling to avoid flooding event queue - enabled all missions for testing
* Data dir pathsPiotr Dziwinski2012-09-221-3/+5
| | | | | - changed access to paths in data directory in CApplication - models now load from data directory
* Event fixes & refactoringPiotr Dziwinski2012-09-221-15/+17
| | | | | | - added new state tracking to Event - removed old fields from Event - fixed some issues with Events and fps counter
* robotmain, restext and engine fixesPiotr Dziwinski2012-09-211-35/+43
|
* changed paths for models and levels. Now it's possible to load level. Merged ↵Zaba9992012-09-201-102/+27
|\ | | | | | | with latest trunk
| * Checkbox fix; main dialog buttonsPiotr Dziwinski2012-09-201-88/+9
| |
| * Mouse pos setting, low cpu mode, stats displayPiotr Dziwinski2012-09-201-15/+19
| |
* | changed paths for models and levels. Now it's possible to load level.Zaba9992012-09-201-30/+43
|/
* Input bindings rewritePiotr Dziwinski2012-09-191-34/+34
| | | | | | - moved input bindings to CRobotMain - added virtual keymod and joystick button key presses - fixed putenv error; other minor fixes
* Merge branch 'dev' of https://github.com/adiblol/colobot into devZaba9992012-09-181-19/+19
|\ | | | | | | | | Conflicts: src/ui/slider.cpp
| * Change of background image handlingPiotr Dziwinski2012-09-171-19/+19
| | | | | | | | | | | | - removed old 4 quarter backgrounds - fixes in texture loading - other minor fixes
* | Warnings cleaned, left only those connected to commented out code.Zaba9992012-09-181-222/+220
| |
* | warnings fight in progress.Zaba9992012-09-181-3/+3
|/
* Some memory leaks fixedPiotr Dziwinski2012-09-161-1/+1
|
* Interface worksPiotr Dziwinski2012-09-161-1/+1
| | | | | | - removed mock of CInterface and fixed event passing to CRobotMain - changed texture names from tga and bmp to png - UI now works but interaction is still broken
* CMainDialog rewritePiotr Dziwinski2012-09-151-622/+662
| | | | - rewritten CMainDialog and updated CRobotMain
* Merge dev-common and various fixes to achieve compilationPiotr Dziwinski2012-09-151-2/+0
|\ | | | | | | | | | | | | | | - merged changes from dev-common - fixed many compilation errors (CBrain, UI, ...) - temporarily commented out some problematic code (e.g. input bindings) - (partially) fixed #include styling - everything compiles except for CRobotMain, CMainDialog and CStudio
* | * latest changeserihel2012-09-111-14/+0
|/ | | | | * all files except studio, map and maindialog should compile * did some code cleanup
* Merged changes from devPiotr Dziwinski2012-07-041-81/+81
| | | | Resolved conflicts & added fixes.
* Removed trailing whitespacePiotr Dziwinski2012-06-261-8/+8
|