Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-10-09 | GLK: JACL: Fix loading savegames | Paul Gilbert | |
2019-10-09 | SCI: Fix compilation | Eugene Sandulenko | |
2019-10-09 | SCI32: More work on Hoyle 5 poker logic | Filippos Karapetis | |
2019-10-08 | JANITORIAL: Copyright "sign" should be upper-case | Hubert Maier | |
2019-10-08 | JANITORIAL: Keep copyright "sign" upper-case like the rest of the engines | Hubert Maier | |
2019-10-07 | GLK: JACL: Fix exiting game when game window is closed | Paul Gilbert | |
2019-10-07 | GLK: JACL: Standardizing on calls to get stream line | Paul Gilbert | |
2019-10-07 | GLK: JACL: Hooking up savegame code to GMM | Paul Gilbert | |
2019-10-07 | GLK: JACL: Fix game script execution | Paul Gilbert | |
2019-10-07 | GLK: JACL: Graceful exit when error occurs | Paul Gilbert | |
2019-10-07 | GLK: JACL: Cleanup of loader code | Paul Gilbert | |
2019-10-07 | GLK: JACL: gcc compilation fixes | Paul Gilbert | |
2019-10-07 | GLK: JACL: Adding subengine files | dreammaster | |
2019-10-07 | GLK: JACL: Adding subengine files | Paul Gilbert | |
2019-10-07 | GLK: JACL: Skeleton subengine commit | Paul Gilbert | |
2019-10-08 | SCI32: Make the Hoyle 5 poker card bitmask a bit more explicit | Filippos Karapetis | |
2019-10-08 | SCI32: Some initial work on the Hoyle 5 poker logic | Filippos Karapetis | |
The game can be entered now, but there's only some dummy logic in place to get it working | |||
2019-10-07 | BLADERUNNER: Add Further Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-07 | STARTREK: Handle shared messages | Filippos Karapetis | |
Also, start moving message patches inside patchRoomMessage(), and remove some redundant state variables | |||
2019-10-06 | GLK: Improve abysmal performance of stream read check | Paul Gilbert | |