aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-09I18N: Update translations templatesThierry Crozat
2017-03-09Merge pull request #919 from Joefish/masterThierry Crozat
GUI: Fix for #9711
2017-03-09Revert "TOOLS: configure options for all-unstable-engines"rsn8887
This reverts commit bd54615363ec96c8decf34cd039017b91c7c279e.
2017-03-09DIRECTOR: Moved event processor to events.cppEugene Sandulenko
2017-03-09TOOLS: configure options for all-unstable-enginesrsn8887
2017-03-09TITANIC: Fix compiler warningsPaul Gilbert
2017-03-08TITANIC: Compilation fix in addStar methodPaul Gilbert
2017-03-08TITANIC: Added addStar and other methodsPaul Gilbert
2017-03-09GUI: Fix Theme Label in Options->MiscJoseph-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-09GUI: Fix resolution of theme filename to idJoseph-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-08TITANIC: In progress code for CStarControlSub5 classPaul Gilbert
2017-03-08CREATE_PROJECT: Fixed solution version for Visual Studio 2015Peter Kohaut
2017-03-08CREATE_PROJECT: Add support for Visual Studio 2017Peter Kohaut
2017-03-08I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (944 of 944 strings)
2017-03-08DIRECTOR: Lingo: More debug output to call() methodEugene Sandulenko
2017-03-08DIRECTOR: Fix event mouse event processing in D3Eugene Sandulenko
2017-03-07DIRECTOR: Lingo: Fix parsing D4 variant of 'on ...' clauseEugene Sandulenko
2017-03-07DIRECTOR: Lingo: Added definition for 'on' clauses without 'end'Eugene Sandulenko
2017-03-07I18N: Update translation (Italian)Paolo Bossi
Currently translated at 100.0% (944 of 944 strings)
2017-03-07I18N: Update translation (Italian)Eugene Sandulenko
Currently translated at 99.7% (942 of 944 strings)
2017-03-07I18N: Update translation (Italian)Eugene Sandulenko
Currently translated at 99.7% (942 of 944 strings)
2017-03-07I18N: Update translation (Greek)Arius
Currently translated at 99.4% (939 of 944 strings)
2017-03-07I18N: Update translation (Italian)Rossano
Currently translated at 99.6% (941 of 944 strings)
2017-03-07I18N: Update translation (Italian)Eugene Sandulenko
Currently translated at 99.5% (940 of 944 strings)
2017-03-07I18N: Update translation (Italian)Rossano
Currently translated at 99.5% (940 of 944 strings)
2017-03-07I18N: Update translation (Italian)Eugene Sandulenko
Currently translated at 99.4% (939 of 944 strings)
2017-03-07I18N: Update translation (Italian)Rossano
Currently translated at 99.4% (939 of 944 strings)
2017-03-07DIRECTOR: Added sanity check to Score::getSpriteById()Eugene Sandulenko
2017-03-06PSP2: remove date from executable namersn8887
2017-03-06I18N: Update translation (French)Thierry Crozat
Currently translated at 99.8% (943 of 944 strings)
2017-03-06DIRECTOR: Lingo: Split 'on ...' statement when preprocessingEugene Sandulenko
D4 scripts do not have respective 'end...' statement, which leads to syntax errors. Now we are preprocessing those as well.
2017-03-06DIRECTOR: Execture sprite scripts in D2/D3Eugene Sandulenko
2017-03-06ADL: Fix incorrect delete (CID 1371758)Walter van Niftrik
2017-03-06I18N: Update translations templatesThierry Crozat
2017-03-06SDL: Fix trying to init non-supported shaders (#917)rsn8887
2017-03-06DIRECTOR: Fix class initializationEugene Sandulenko
2017-03-06I18N: Regenerate translations data fileThierry Crozat
2017-03-05TITANIC: Implementing CStarControlSub5 classPaul Gilbert
2017-03-05ADL: Implement hires4 intro (1986 re-release)Walter van Niftrik
2017-03-05ADL: Fix error() when opening GMM during introWalter van Niftrik
This is a regression from 516815d
2017-03-05ADL: Add byte-access functions to Display classWalter van Niftrik
2017-03-05ADL: Make framebuffer loader staticWalter van Niftrik
2017-03-05ADL: Move multi-disk handling into v2Walter van Niftrik
2017-03-05ADL: Allow smaller delaysWalter van Niftrik
2017-03-05ADL: Move shape drawing into base gfx classWalter van Niftrik
2017-03-05ADL: Skip deleted files when reading VTOCWalter van Niftrik
2017-03-05TITANIC: Added remainder of CStarView classPaul Gilbert
2017-03-05TITANIC: Added remaining CStarField methodsPaul Gilbert
2017-03-05I18N: Update translation (Finnish)Timo Mikkolainen
Currently translated at 100.0% (944 of 944 strings)
2017-03-05TITANIC: Implementing starfield methodsPaul Gilbert