Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-14 | TTS: Fix "No voice available" warning | Jaromir Wysoglad | |
2019-10-14 | I18N: Update translations templates | Thierry Crozat | |
2019-10-14 | GUI: Fix Compiler Warnings in About Dialog Easter Egg | D G Turner | |
2019-10-14 | GUI: Added easter egg | Eugene Sandulenko | |
2019-10-13 | GRAPHICS: MACGUI: Fix menu width when there is a submenu | Eugene Sandulenko | |
2019-10-13 | GRAPHICS: MACGUI: Process tab symbol in Windows menus | Eugene Sandulenko | |
2019-10-13 | SWITCH: Fix cloud integration | rsn8887 | |
2019-10-13 | NEWS: I18N: DE: Add news stub for 2.2.0 | Lothar Serra Mari | |
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 | AMIGAOS4: amigaos.mk - Fix cp command | Hubert Maier | |
2019-10-13 | AMIGAOS4: amigaos.mk - Add plugins target | Hubert Maier | |
2019-10-13 | GRAPHICS: MACGUI: Fix assertion if shortcut in menu element is a last symbol | Marisa-Chan | |
2019-10-13 | I18N: Update translations templates | Thierry Crozat | |
2019-10-13 | BLADERUNNER: Group shapes loading | Peter Kohaut | |
2019-10-13 | AMIGAOS4: Move icon files to dists/ as per new building rules | Eugene Sandulenko | |
2019-10-13 | AMIGAOS4: Further update amigaos.mk | Hubert 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-13 | AMIGAOS4: Fix positioning of workaround | Hubert Maier | |
Otherwise both dos.library and it's interface will remain open in the rare (?) occasion of p.size <= 0, | |||
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-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 | |