Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-12 | SCI: Fix QFG3 error when putting last item in chest | sluicebox | |
Fixes bug #11196 | |||
2019-10-13 | README: Add missing line break | Lars Skovlund | |
2019-10-12 | MSVC: Fix missing internal_revision.h on clean builds | SupSuper | |
Can't compare with a file that doesn't exist | |||
2019-10-12 | UPDATES: And WinSparkle is not happy about x64 builds. How lame | Eugene Sandulenko | |
2019-10-12 | UPDATES: WinSparkle is not happy about old versions and deltas. Removing ↵ | Eugene Sandulenko | |
them for now | |||
2019-10-12 | UPDATES: Re-added updated macOS 2.1.0 build signatures | Eugene Sandulenko | |
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 | PRINCE: I18N: Update translation (English) | Eugene Sandulenko | |
Currently translated at 52.2% (1438 of 2757 strings) | |||
2019-10-12 | UPDATES: Added "windows" update target OS for legacy Sparkle installations | Eugene Sandulenko | |
2019-10-12 | NEWS: Add placeholder for the next version | Eugene Sandulenko | |
2019-10-12 | MACOS: Fix crash in app menu creation | Eugene Sandulenko | |
2019-10-12 | MACOS: Add default path when looking for Sparkle framework | Eugene Sandulenko | |
2019-10-12 | UPDATES: Disable 64-bit macOS update which is broken atm | Eugene Sandulenko | |
2019-10-12 | CRYOMNI3D: Fix audio setting for Versailles French DVD | Le Philousophe | |
2019-10-12 | I18N: Update translation (Norwegian Bokmål) | Stian Schultz | |
Currently translated at 67.7% (787 of 1162 strings) | |||
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 | TTS: Use lowercase when including Windows headers | sluicebox | |
Fixes building for mingw-w64 on case sensitive file systems | |||
2019-10-11 | NEWS: Due to sev's ignorance, we released 2 days earlier. Fixing the date | Eugene Sandulenko | |
2019-10-11 | I18N: Update translations templates | Thierry Crozat | |
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 | ANDROID: Fix audio cd manager crash upon exit | Thanasis Antoniou | |
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 | TTS: Enable in Mingw-w64 builds | sluicebox | |
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-10 | CREDITS: Add yaml output option and make indentation consistent | Matan Bareket | |
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 | WII: Destroy everything before exiting | Le Philousophe | |
That let's close virtual keyboard file. | |||
2019-10-09 | PLUGINS: Implement NONE relocation for PPC | Le Philousophe | |
It's used by recent versions of GCC in .eh_frame sections | |||
2019-10-09 | WII: Add time.h to forbidden symbols exceptions | Le 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-09 | WII: Fix reset_cb prototype for newer versions of libogc | Le Philousophe | |
2019-10-09 | CONFIGURE: Add portlibs paths for GameCube and Wii | Le Philousophe | |
Libraries provided by DevkitPPC are stored in these directories and should be added to search paths | |||
2019-10-09 | SCI: Fix compilation | Eugene Sandulenko | |
2019-10-09 | SCI32: More work on Hoyle 5 poker logic | Filippos Karapetis | |
2019-10-08 | GRAPHICS: Fix drawing rounded rectangle borders for the non AA renderer | Bastien 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-08 | PRINCE: I18N: Update translation (English) | Eugene Sandulenko | |
Currently translated at 50.1% (1382 of 2757 strings) | |||
2019-10-08 | AMIGAOS4: Properly copy the doc drawer | Hubert Maier | |
...and add another comment and clean up. | |||
2019-10-08 | JANITORIAL: Add more info to track it down later | Hubert Maier | |