aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-12UPDATES: Disable 64-bit macOS update which is broken atmEugene Sandulenko
2019-10-12CRYOMNI3D: Fix audio setting for Versailles French DVDLe Philousophe
2019-10-12I18N: Update translation (Norwegian Bokmål)Stian Schultz
Currently translated at 67.7% (787 of 1162 strings)
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-11TTS: Use lowercase when including Windows headerssluicebox
Fixes building for mingw-w64 on case sensitive file systems
2019-10-11NEWS: Due to sev's ignorance, we released 2 days earlier. Fixing the dateEugene Sandulenko
2019-10-11I18N: Update translations templatesThierry Crozat
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-11ANDROID: Fix audio cd manager crash upon exitThanasis Antoniou
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-10TTS: Enable in Mingw-w64 buildssluicebox
TTS libraries can now be used in default Mingw-w64 environments. - Removes reference to sapiddk.h which isn't used and isn't in Mingw-w64 - Defines guids whose symbols are missing from Mingw-w64 - Restores TTS detection to configure script
2019-10-10CREDITS: Add yaml output option and make indentation consistentMatan Bareket
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-09WII: Destroy everything before exitingLe Philousophe
That let's close virtual keyboard file.
2019-10-09PLUGINS: Implement NONE relocation for PPCLe Philousophe
It's used by recent versions of GCC in .eh_frame sections
2019-10-09WII: Add time.h to forbidden symbols exceptionsLe Philousophe
As network.h includes time.h, we must add this exception. We can't include network.h before scummsys.h as inclusion depends on definitions located in config.h which is loaded by scummsys.h.
2019-10-09WII: Fix reset_cb prototype for newer versions of libogcLe Philousophe
2019-10-09CONFIGURE: Add portlibs paths for GameCube and WiiLe Philousophe
Libraries provided by DevkitPPC are stored in these directories and should be added to search paths
2019-10-09SCI: Fix compilationEugene Sandulenko
2019-10-09SCI32: More work on Hoyle 5 poker logicFilippos Karapetis
2019-10-08GRAPHICS: Fix drawing rounded rectangle borders for the non AA rendererBastien Bouclet
The check for the clipping rect was in the non-clip version of the method, and was using values not in screen-space.
2019-10-08PRINCE: I18N: Update translation (English)Eugene Sandulenko
Currently translated at 50.1% (1382 of 2757 strings)
2019-10-08AMIGAOS4: Properly copy the doc drawerHubert Maier
...and add another comment and clean up.
2019-10-08JANITORIAL: Add more info to track it down laterHubert Maier
2019-10-08JANITORIAL: English and spacingHubert Maier
2019-10-08JANITORIAL: WordingHubert Maier
2019-10-08AMIGAOS4: Fix NULL accessHubert Maier
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
2019-10-07GLK: JACL: Fix exiting game when game window is closedPaul Gilbert
2019-10-07GLK: JACL: Standardizing on calls to get stream linePaul Gilbert
2019-10-07GLK: JACL: Hooking up savegame code to GMMPaul Gilbert
2019-10-07GLK: JACL: Fix game script executionPaul Gilbert
2019-10-07GLK: JACL: Graceful exit when error occursPaul Gilbert
2019-10-07GLK: JACL: Cleanup of loader codePaul Gilbert
2019-10-07GLK: JACL: gcc compilation fixesPaul Gilbert