aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2019-10-22SCUMM: Made getResourceSize() publicEugene Sandulenko
2019-10-21SCI32: Add support for AIFF audiosluicebox
Used by at least LSL6 Mac CD for voices
2019-10-21SCI32: Add LSL6 Mac CD detection entrysluicebox
Trac #11218
2019-10-21SCI: Add LSL6 Mac Floppy kGetCWD workaroundsluicebox
The game now starts
2019-10-21SCI: Add LSL6 Mac Floppy detection entrysluicebox
2019-10-20SCI32: Fix GK1 icon bar workaroundsluicebox
Fixes an uninitialized parameter workaround, trac #11215 This caused the icon bar to error when in "icon up" mode
2019-10-20SCI32: Fix GK1 interrupted museum speechsluicebox
Fixes bug #11219
2019-10-21HUGO: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-20PARALLACTION: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-20STARTREK: Fix Minor Syntax MistakeD G Turner
This unfortunately compiled fine, but was flagged by the GCC -Wunused-value warning.
2019-10-20STARTREK: Unify the text patching codeFilippos Karapetis
2019-10-20SWORD2: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-20PINK: Fix text drawing, use absolute coordinatesEugene Sandulenko
2019-10-20SWORD1: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-20STARTREK: Read the text of the MUDD mission rooms from RDF filesFilippos Karapetis
Also, add a central mechanism to fix text typos
2019-10-20SKY: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-19GROOVIE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-19CRYOMNI3D: Fix default cases to raise errorsLe Philousophe
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