Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-12 | TITANIC: Renamings in DMatrix class, thanks to Dark-Star | Paul Gilbert | |
2017-03-12 | TITANIC: Implementing more starmap code | Paul Gilbert | |
2017-03-12 | DIRECTOR: Implement safety check while Shared Cast loading | Eugene Sandulenko | |
2017-03-12 | DIRECTOR: Fix warnings | Eugene Sandulenko | |
2017-03-12 | DIRECTOR: Lingo: Fix b_rollOver() implementation | Eugene Sandulenko | |
2017-03-12 | DIRECTOR: Lingo: Improved stack printing for REFERENCE | Eugene Sandulenko | |
2017-03-12 | DIRECTOR: Lingo: Implement b_rollOver() | Eugene Sandulenko | |
2017-03-12 | GRAPHICS: Hid noisy warning in MacFontManager | Eugene Sandulenko | |
2017-03-12 | DIRECTOR: Fix warning | Eugene Sandulenko | |
2017-03-12 | TITANIC: Finished CStarControlSub23 class | Paul Gilbert | |
2017-03-12 | TITANIC: Fix warnings | Eugene Sandulenko | |
2017-03-12 | JANITORIAL: Whitespace optimisations | Eugene Sandulenko | |
2017-03-11 | TITANIC: Implementing CStarControlSub21 class | Paul Gilbert | |
2017-03-11 | TITANIC: Finish CStarControlSub20 class | Paul Gilbert | |
2017-03-11 | TITANIC: More CStarControlSub13 methods | Paul Gilbert | |
2017-03-11 | TITANIC: Implementing CStarControlSub13 class | Paul Gilbert | |
2017-03-11 | I18N: Update translation (French) | Thierry Crozat | |
Currently translated at 100.0% (944 of 944 strings) | |||
2017-03-12 | DIRECTOR: pre-load cast members. | stevenhoefel | |
2017-03-11 | DEVTOOLS: Made encode-macbinary.sh recursive | Eugene Sandulenko | |
2017-03-11 | I18N: Update translations templates | Thierry Crozat | |
2017-03-11 | Merge pull request #920 from criezy/gui-delete-later | Eugene Sandulenko | |
GUI: Delay deletion of widgets when rebuilding launcher and options dialogs | |||
2017-03-11 | Merge pull request #916 from lubomyr/master | Eugene Sandulenko | |
ANDROIDSDL: libcurl and sdl_net is enabled by default | |||
2017-03-10 | PSP2: new g++ flags fix crashing scumm-7-8 games | rsn8887 | |
The Dig and Full Throttle were both crashing on startup on PSP2 (Vita) when -O2, -O3, or -Os compiler optimizations were enabled. The problem is fixed by adding the "-fno-optimize-sibling-calls" compiler flag. | |||
2017-03-10 | TITANIC: Implementing star reference classes | Paul Gilbert | |
2017-03-10 | PSP2: optimize compilation for file-size | rsn8887 | |
2017-03-10 | DIRECTOR: Lingo: Improved debug output | Eugene Sandulenko | |
2017-03-10 | DIRECTOR: Lingo: Don't leak memory on restart | Eugene Sandulenko | |
2017-03-10 | DIRECTOR: Lingo: Reset scripts when switching movies | Eugene Sandulenko | |
2017-03-10 | DIRECTOR: More debug output for movie playback | Eugene Sandulenko | |
2017-03-10 | DIRECTOR: Fixed global even handlers calling | Eugene Sandulenko | |
Handlers defined via 'when ...', should stay at global level | |||
2017-03-10 | GUI: Delay deletion of child widgets when rebuilding launcher and options dialog | Thierry Crozat | |
This is to avoid writing in deleted memory in the ButtonWidget::sendCommand when the sent command results in the parent dialog being rebuilt. | |||
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) |