aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-13NEWS: I18N: DE: Add news stub for 2.2.0Lothar Serra Mari
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-13AMIGAOS4: amigaos.mk - Fix cp commandHubert Maier
2019-10-13AMIGAOS4: amigaos.mk - Add plugins targetHubert Maier
2019-10-13GRAPHICS: MACGUI: Fix assertion if shortcut in menu element is a last symbolMarisa-Chan
2019-10-13I18N: Update translations templatesThierry Crozat
2019-10-13BLADERUNNER: Group shapes loadingPeter Kohaut
2019-10-13AMIGAOS4: Move icon files to dists/ as per new building rulesEugene Sandulenko
2019-10-13AMIGAOS4: Further update amigaos.mkHubert Maier
- Reordering, restructuring and updating - Added shared library plugins copying, if available - Added copying doc / subdir - Changed copying DIST_FILES_DOCS to doc/ subdir - Added some comments
2019-10-13AMIGAOS4: Fix positioning of workaroundHubert Maier
Otherwise both dos.library and it's interface will remain open in the rare (?) occasion of p.size <= 0,
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-13README: Add missing line breakLars Skovlund
2019-10-12MSVC: Fix missing internal_revision.h on clean buildsSupSuper
Can't compare with a file that doesn't exist
2019-10-12UPDATES: And WinSparkle is not happy about x64 builds. How lameEugene Sandulenko
2019-10-12UPDATES: WinSparkle is not happy about old versions and deltas. Removing ↵Eugene Sandulenko
them for now
2019-10-12UPDATES: Re-added updated macOS 2.1.0 build signaturesEugene Sandulenko
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-12PRINCE: I18N: Update translation (English)Eugene Sandulenko
Currently translated at 52.2% (1438 of 2757 strings)
2019-10-12UPDATES: Added "windows" update target OS for legacy Sparkle installationsEugene Sandulenko
2019-10-12NEWS: Add placeholder for the next versionEugene Sandulenko
2019-10-12MACOS: Fix crash in app menu creationEugene Sandulenko
2019-10-12MACOS: Add default path when looking for Sparkle frameworkEugene Sandulenko
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