Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-15 | PINK: Disable border for all text windows | Eugene Sandulenko | |
2019-10-15 | I18N: Update translations templates | Thierry Crozat | |
2019-10-15 | AVALANCHE: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-15 | GUI: Fix crash when clicking and dragging a tab widget | Cameron Cawley | |
2019-10-15 | GRAPHICS: MACGUI: Fix window deletion | Eugene Sandulenko | |
2019-10-15 | I18N: Update translation (Hebrew) | zibib3 | |
Currently translated at 25.3% (294 of 1162 strings) | |||
2019-10-14 | 3DS: Fix creating the scummvm directory on the SD card | Bastien Bouclet | |
2019-10-14 | GRAPHICS: MACGUI: Crash-proof window management. | Eugene Sandulenko | |
2019-10-14 | 3DS: Fix OSystem::grabOverlay | Bastien Bouclet | |
Fixes the transparency effects in the GUI. | |||
2019-10-14 | 3DS: Embed ScummVM's support files in the package | Bastien Bouclet | |
2019-10-14 | I18N: Update translations templates | Thierry Crozat | |
2019-10-14 | GUI: Fix crash with attempt to switch to Greek or Hebrew | Eugene Sandulenko | |
These languages have 2 charater codes, and setting third character in the Common::String led to assert. The proper consturctor is used instead now. | |||
2019-10-14 | JANITORIAL: Whitespace fixes | Eugene Sandulenko | |
2019-10-14 | GUI: Fix warnings | Eugene Sandulenko | |
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. |