aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2019-10-19CRUISE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-19PINK: Enable text rendering for localized versionsEugene Sandulenko
2019-10-18GRAPHICS: MACGUI: Switched MacText to U32String internallyEugene Sandulenko
2019-10-18DRASCULA: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-18DRACI: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-18GRAPHICS: MACGUI: Added support for Unicode fonts in menuEugene Sandulenko
2019-10-17DIRECTOR: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-17CRYOMNI3D: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-17CRYO: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-16SCI32: Fix QFG4 error when clicking after runes puzzlesluicebox
Fixes a bug in a script patch, trac #11211
2019-10-17CINE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-17PINK: Enforce built-in fonts in WMEugene Sandulenko
2019-10-16CGE2: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-16CGE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-16BBVS: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-15PINK: Set text windows to read-onlyEugene Sandulenko
2019-10-15PINK: Disable border for all text windowsEugene Sandulenko
2019-10-15AVALANCHE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-14AGOS: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-14AGI: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-13GLK: ADRIFT: Correct unicode string typePaul Gilbert
2019-10-13ADL: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-13BLADERUNNER: Group shapes loadingPeter Kohaut
2019-10-13CRYOMNI3D: Add Brazilian language supportLe Philousophe
2019-10-13CRYOMNI3D: More precise support for Versailles French DVDLe Philousophe
Old font set should work too as files are present
2019-10-12SCI: Fix QFG3 error when putting last item in chestsluicebox
Fixes bug #11196
2019-10-12MOHAWK: RIVEN: Modify cursor preloading to resolve crashing on 3DSMichael Ball
Common::PEResources being allocated on the stack was causing a stack overflow. ScummVM is configured to have 256kb of stack memory on the 3DS.
2019-10-12CRYOMNI3D: Fix audio setting for Versailles French DVDLe Philousophe
2019-10-11GLK: Revert Amiga compilation fixPaul Gilbert
This reverts commit a14550d7f1893be72a59f3653cf9e69a43b9077a.
2019-10-11GLK: JACL: Move JACL out of RELEASE_BUILD exclusionPaul Gilbert
2019-10-11GLK: JACL: Implement loading saves from the launcherPaul Gilbert
2019-10-11GLK: JACL: Remove deprecated glk_startup.cppPaul Gilbert
2019-10-11GLK: Make glui32 match uint to hopefully prevent Amiga compilation errorsPaul Gilbert
2019-10-11SCI32: Add support for Mac SND resource playbacksluicebox
Used by at least GK1 Mac, which can now be started without erroring
2019-10-11SCI32: Enable Mac code (remove ENABLE_SCI32_MAC)sluicebox
2019-10-11SCI: Fix more kFileIO return valuessluicebox
Fix a number of incorrect return values from file IO functions, continuing the kFileIOWriteString fix from 7c1fb8bee1890f831adde61a98d94a563f9d14fa One of the misconceptions was that these functions return DOS error error codes on failure. Instead, SCI16 immediately zeros those out.
2019-10-11HDB: Using the class keyword makes the intended use clearer.Henrik "Henke37" Andersson
2019-10-11HDB: No need to restate that member functions are indeed part of the class.Henrik "Henke37" Andersson
2019-10-11HDB: Have a return value if the needed codec isn't included in the build.Henrik "Henke37" Andersson
2019-10-11HDB: Bail if the music stream couldn't be created.Henrik "Henke37" Andersson
2019-10-11HDB: Factor out the song code into the Song class, avoiding a lot of ↵Henrik "Henke37" Andersson
duplicate code.
2019-10-11PINK: Fix uninitalised readsEugene Sandulenko
2019-10-11PINK: Fix border dimensionsEugene Sandulenko
2019-10-10SCI: Fix Set But Unused Variable GCC WarningD G Turner
2019-10-09GLK: JACL: Amiga compilation fixPaul Gilbert
2019-10-09GLK: JACL: Fix loading savegamesPaul Gilbert
2019-10-09SCI: Fix compilationEugene Sandulenko
2019-10-09SCI32: More work on Hoyle 5 poker logicFilippos Karapetis
2019-10-08JANITORIAL: Copyright "sign" should be upper-caseHubert Maier
2019-10-08JANITORIAL: Keep copyright "sign" upper-case like the rest of the enginesHubert Maier