Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-20 | SWORD1: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-20 | STARTREK: Read the text of the MUDD mission rooms from RDF files | Filippos Karapetis | |
Also, add a central mechanism to fix text typos | |||
2019-10-20 | SKY: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-19 | GROOVIE: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-19 | CRYOMNI3D: Fix default cases to raise errors | Le Philousophe | |
2019-10-19 | CRUISE: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-19 | PINK: Enable text rendering for localized versions | Eugene Sandulenko | |
2019-10-18 | GRAPHICS: MACGUI: Switched MacText to U32String internally | Eugene Sandulenko | |
2019-10-18 | DRASCULA: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-18 | DRACI: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-18 | GRAPHICS: MACGUI: Added support for Unicode fonts in menu | Eugene Sandulenko | |
2019-10-17 | DIRECTOR: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-17 | CRYOMNI3D: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-17 | CRYO: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-16 | SCI32: Fix QFG4 error when clicking after runes puzzle | sluicebox | |
Fixes a bug in a script patch, trac #11211 | |||
2019-10-17 | CINE: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-17 | PINK: Enforce built-in fonts in WM | Eugene Sandulenko | |
2019-10-16 | CGE2: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-16 | CGE: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-16 | BBVS: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-15 | PINK: Set text windows to read-only | Eugene Sandulenko | |
2019-10-15 | PINK: Disable border for all text windows | Eugene Sandulenko | |
2019-10-15 | AVALANCHE: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-14 | AGOS: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-14 | AGI: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-13 | GLK: ADRIFT: Correct unicode string type | Paul Gilbert | |
2019-10-13 | ADL: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-13 | BLADERUNNER: Group shapes loading | Peter Kohaut | |
2019-10-13 | CRYOMNI3D: Add Brazilian language support | Le Philousophe | |
2019-10-13 | CRYOMNI3D: More precise support for Versailles French DVD | Le Philousophe | |
Old font set should work too as files are present | |||
2019-10-12 | SCI: Fix QFG3 error when putting last item in chest | sluicebox | |
Fixes bug #11196 | |||
2019-10-12 | MOHAWK: RIVEN: Modify cursor preloading to resolve crashing on 3DS | Michael 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-12 | CRYOMNI3D: Fix audio setting for Versailles French DVD | Le Philousophe | |
2019-10-11 | GLK: Revert Amiga compilation fix | Paul Gilbert | |
This reverts commit a14550d7f1893be72a59f3653cf9e69a43b9077a. | |||
2019-10-11 | GLK: JACL: Move JACL out of RELEASE_BUILD exclusion | Paul Gilbert | |
2019-10-11 | GLK: JACL: Implement loading saves from the launcher | Paul Gilbert | |
2019-10-11 | GLK: JACL: Remove deprecated glk_startup.cpp | Paul Gilbert | |
2019-10-11 | GLK: Make glui32 match uint to hopefully prevent Amiga compilation errors | Paul Gilbert | |
2019-10-11 | SCI32: Add support for Mac SND resource playback | sluicebox | |
Used by at least GK1 Mac, which can now be started without erroring | |||
2019-10-11 | SCI32: Enable Mac code (remove ENABLE_SCI32_MAC) | sluicebox | |
2019-10-11 | SCI: Fix more kFileIO return values | sluicebox | |
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-11 | HDB: Using the class keyword makes the intended use clearer. | Henrik "Henke37" Andersson | |
2019-10-11 | HDB: No need to restate that member functions are indeed part of the class. | Henrik "Henke37" Andersson | |
2019-10-11 | HDB: Have a return value if the needed codec isn't included in the build. | Henrik "Henke37" Andersson | |
2019-10-11 | HDB: Bail if the music stream couldn't be created. | Henrik "Henke37" Andersson | |
2019-10-11 | HDB: Factor out the song code into the Song class, avoiding a lot of ↵ | Henrik "Henke37" Andersson | |
duplicate code. | |||
2019-10-11 | PINK: Fix uninitalised reads | Eugene Sandulenko | |
2019-10-11 | PINK: Fix border dimensions | Eugene Sandulenko | |
2019-10-10 | SCI: Fix Set But Unused Variable GCC Warning | D G Turner | |
2019-10-09 | GLK: JACL: Amiga compilation fix | Paul Gilbert | |