Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-10 | GUI: Allow delayed deletion of GuiObject | Thierry Crozat | |
This is achieved by adding a list of GuiObject to delete to GuiManager and doing the deletion in GuiManager::runLoop. The main purpose of this is to avoid the deletion of ButtonWidget object while their ButtonWidget::sendCommand function is being called. For example the sendCommand of the Apply button of the OptionsDialog may cause a rebuild (if the GUI language was changed) which tries to delete the widgets inside the OptionsDialog, including the Apply button. | |||
2017-03-09 | TITANIC: Properly implement CBaseStarEntry equality test | Paul Gilbert | |
2017-03-10 | CREATE_PROJECT: Support for a different target build directory in CMake | Peter Kohaut | |
2017-03-10 | BUILD: Fixed mingw-w64 32 bits build | Peter Kohaut | |
2017-03-09 | BUILD: Fixed macro redefinition warning for 64 bits builds | Peter Kohaut | |
2017-03-09 | I18N: Update translations templates | Thierry Crozat | |
2017-03-09 | Merge pull request #919 from Joefish/master | Thierry Crozat | |
GUI: Fix for #9711 | |||
2017-03-09 | Revert "TOOLS: configure options for all-unstable-engines" | rsn8887 | |
This reverts commit bd54615363ec96c8decf34cd039017b91c7c279e. | |||
2017-03-09 | DIRECTOR: Moved event processor to events.cpp | Eugene Sandulenko | |
2017-03-09 | TOOLS: configure options for all-unstable-engines | rsn8887 | |
2017-03-09 | TITANIC: Fix compiler warnings | Paul Gilbert | |
2017-03-08 | TITANIC: Compilation fix in addStar method | Paul Gilbert | |
2017-03-08 | TITANIC: Added addStar and other methods | Paul Gilbert | |
2017-03-09 | GUI: Fix Theme Label in Options->Misc | Joseph-Eugene Winzer | |
The theme label in the Misc tab will not change to the correct theme when current language and theme is changed and 'apply' pressed. loadNewTheme() does not do a rebuild of all widgets, including the theme label, like it is explicitly done in the 'language section'. The problem is that rebuild() uses the currently applied settings to rebuild all widgets. Although a new theme was selected by the user the label will be overwritten with the name of the still active theme. By rearranging the logic a complete rebuild of the GUI is done and updates the widgets correctly. | |||
2017-03-09 | GUI: Fix resolution of theme filename to id | Joseph-Eugene Winzer | |
getThemeId() returned "builtin" for valid filenames because FSNode only searches for the theme filename, like "scummmodern.zip" in the current directory. listUsableThemes() searches SearchMan default directories for theme files. | |||
2017-03-08 | TITANIC: In progress code for CStarControlSub5 class | Paul Gilbert | |
2017-03-08 | CREATE_PROJECT: Fixed solution version for Visual Studio 2015 | Peter Kohaut | |
2017-03-08 | CREATE_PROJECT: Add support for Visual Studio 2017 | Peter Kohaut | |
2017-03-08 | I18N: Update translation (German) | Lothar Serra Mari | |
Currently translated at 100.0% (944 of 944 strings) | |||
2017-03-08 | DIRECTOR: Lingo: More debug output to call() method | Eugene Sandulenko | |
2017-03-08 | DIRECTOR: Fix event mouse event processing in D3 | Eugene Sandulenko | |
2017-03-07 | DIRECTOR: Lingo: Fix parsing D4 variant of 'on ...' clause | Eugene Sandulenko | |
2017-03-07 | DIRECTOR: Lingo: Added definition for 'on' clauses without 'end' | Eugene Sandulenko | |
2017-03-07 | I18N: Update translation (Italian) | Paolo Bossi | |
Currently translated at 100.0% (944 of 944 strings) | |||
2017-03-07 | I18N: Update translation (Italian) | Eugene Sandulenko | |
Currently translated at 99.7% (942 of 944 strings) | |||
2017-03-07 | I18N: Update translation (Italian) | Eugene Sandulenko | |
Currently translated at 99.7% (942 of 944 strings) | |||
2017-03-07 | I18N: Update translation (Greek) | Arius | |
Currently translated at 99.4% (939 of 944 strings) | |||
2017-03-07 | I18N: Update translation (Italian) | Rossano | |
Currently translated at 99.6% (941 of 944 strings) | |||
2017-03-07 | I18N: Update translation (Italian) | Eugene Sandulenko | |
Currently translated at 99.5% (940 of 944 strings) | |||
2017-03-07 | I18N: Update translation (Italian) | Rossano | |
Currently translated at 99.5% (940 of 944 strings) | |||
2017-03-07 | I18N: Update translation (Italian) | Eugene Sandulenko | |
Currently translated at 99.4% (939 of 944 strings) | |||
2017-03-07 | I18N: Update translation (Italian) | Rossano | |
Currently translated at 99.4% (939 of 944 strings) | |||
2017-03-07 | DIRECTOR: Added sanity check to Score::getSpriteById() | Eugene Sandulenko | |
2017-03-06 | PSP2: remove date from executable name | rsn8887 | |
2017-03-06 | I18N: Update translation (French) | Thierry Crozat | |
Currently translated at 99.8% (943 of 944 strings) | |||
2017-03-06 | DIRECTOR: Lingo: Split 'on ...' statement when preprocessing | Eugene Sandulenko | |
D4 scripts do not have respective 'end...' statement, which leads to syntax errors. Now we are preprocessing those as well. | |||
2017-03-06 | DIRECTOR: Execture sprite scripts in D2/D3 | Eugene Sandulenko | |
2017-03-06 | ADL: Fix incorrect delete (CID 1371758) | Walter van Niftrik | |
2017-03-06 | I18N: Update translations templates | Thierry Crozat | |
2017-03-06 | SDL: Fix trying to init non-supported shaders (#917) | rsn8887 | |
2017-03-06 | DIRECTOR: Fix class initialization | Eugene Sandulenko | |
2017-03-06 | I18N: Regenerate translations data file | Thierry Crozat | |
2017-03-05 | TITANIC: Implementing CStarControlSub5 class | Paul Gilbert | |
2017-03-05 | ADL: Implement hires4 intro (1986 re-release) | Walter van Niftrik | |
2017-03-05 | ADL: Fix error() when opening GMM during intro | Walter van Niftrik | |
This is a regression from 516815d | |||
2017-03-05 | ADL: Add byte-access functions to Display class | Walter van Niftrik | |
2017-03-05 | ADL: Make framebuffer loader static | Walter van Niftrik | |
2017-03-05 | ADL: Move multi-disk handling into v2 | Walter van Niftrik | |
2017-03-05 | ADL: Allow smaller delays | Walter van Niftrik | |
2017-03-05 | ADL: Move shape drawing into base gfx class | Walter van Niftrik | |