Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | PRINCE: I18N: Update translation (Russian) | Eugene Sandulenko | |
Currently translated at 100.0% (2757 of 2757 strings) | |||
2019-10-14 | PRINCE: I18N: Update translation (English) | Eugene Sandulenko | |
Currently translated at 54.4% (1500 of 2757 strings) | |||
2019-10-14 | I18N: Regenerate translations data file | Thierry Crozat | |
2019-10-14 | GUI: Add Missing Switch Default Cases in About Dialog Easter Egg | 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-14 | GRAPHICS: MACGUI: Fix GCC Signed vs. Unsigned Warnings | D G Turner | |
2019-10-14 | I18N: Update translations templates | Thierry Crozat | |
2019-10-14 | CREATE_PROJECT: Enable TTS on msvc by default | Jaromir Wysoglad | |
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 |