Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-22 | ENGINES: Disable event polling while splash screen is shown | Cameron Cawley | |
Co-authored-by: jdgleaver <jdgleaver@users.noreply.github.com> | |||
2019-09-22 | CONFIGURE: Add amigaos to the plugins family | Hubert Maier | |
2019-09-22 | XEEN: Fix clicking on monster names in combat to change target | Paul Gilbert | |
2019-09-22 | XEEN: Fix drawing left border of minimap | Paul Gilbert | |
2019-09-22 | SWITCH: Fix autodetection of iconv | Cameron Cawley | |
2019-09-22 | PRINCE: I18N: Update translation (English) | Lafazar Gendibal | |
Currently translated at 38.4% (1060 of 2757 strings) | |||
2019-09-22 | PRINCE: I18N: Update translation (English) | Eugene Sandulenko | |
Currently translated at 38.4% (1060 of 2757 strings) | |||
2019-09-22 | HDB: Fix issue in stylusDown | Strangerke | |
2019-09-22 | I18N: Update translation (Hungarian) | George Kormendi | |
Currently translated at 100.0% (1162 of 1162 strings) | |||
2019-09-22 | I18N: Update translation (Finnish) | jepael | |
Currently translated at 100.0% (1162 of 1162 strings) | |||
2019-09-21 | HDB: Use fabs instead of abs for doubles | sluicebox | |
Fixes VS2015 build | |||
2019-09-21 | CRYO: Add newline to end of eden_graphics.h | sluicebox | |
2019-09-22 | HDB: Fix Game Breaking Bug in Right Mouse Button Handling | D G Turner | |
The right mouse button (which is the "Use" button for throwing gems etc.) function sets the Button B flag in the _buttons flag field, but never cleared it. This resulted in blocking of setting of movement waypoints with the left button and thus locked up the player character. You could avoid this by using the "Return" key which is also mapped to use, but this would only be possible on desktop ports or with a virtual keyboard. This commit fixes the mouse handling code to clear the flag and thus avoids future bug reports. | |||
2019-09-21 | NEWS: Added SCI news for version 2.1.0 | sluicebox | |
2019-09-21 | NEWS: Mention TTS and update list of changes for iOS and macOS | Thierry Crozat | |
2019-09-21 | I18N: Update translation (French) | Thierry Crozat | |
Currently translated at 100.0% (1162 of 1162 strings) | |||
2019-09-21 | I18N: Update translation (German) | Lothar Serra Mari | |
Currently translated at 100.0% (1162 of 1162 strings) | |||
2019-09-21 | SURFACESDL: Properly distinguish between 555 and 565 modes | Cameron Cawley | |
2019-09-21 | I18N: Update translation (Italian) | Walter Agazzi | |
Currently translated at 100.0% (1163 of 1163 strings) | |||
2019-09-21 | I18N: Update translations templates | Thierry Crozat | |
2019-09-21 | BACKENDS: Add EVENT_CLIPBOARD_UPDATE event | Cameron Cawley | |
2019-09-21 | WAGE: Implement global clipboard support | Cameron Cawley | |
2019-09-21 | BACKENDS: Add a default clipboard implementation | Cameron Cawley | |
2019-09-21 | COMMON: Fix escaping and parsing of UTF-8 strings in JASON parser | Thierry Crozat | |
2019-09-21 | NETWORKING: Convert translation results to UTF-8 for local webserver pages | Thierry Crozat | |
2019-09-21 | SCI: Support for Cyrillic input | Eugene Sandulenko | |
2019-09-21 | I18N: Update translation (Spanish) | Andrea G | |
Currently translated at 86.5% (1006 of 1163 strings) | |||
2019-09-21 | I18N: Update translation (Catalan) | Andrea G | |
Currently translated at 61.4% (714 of 1163 strings) | |||
2019-09-21 | CONFIGURE: Allow using pkg-config to detect libpng | Cameron Cawley | |
2019-09-20 | NEWS: Add Android-related changes for v2.1.0 | Cameron Cawley | |
2019-09-20 | HDB: Guard for corrupted sound data | Eugene Sandulenko | |
2019-09-20 | MSVC: Don't overwrite version.h if it hasn't changed | Le Philousophe | |
That avoids superfluous recompilation and linkage of project when nothing has changed. | |||
2019-09-19 | BLADERUNNER: Fix rare teleport case for McCoy in BB08 | Thanasis Antoniou | |
2019-09-19 | ADL: Support using any pixel format for the display | Cameron Cawley | |
2019-09-19 | RISCOS: Minor build system improvements | Cameron Cawley | |
2019-09-19 | MACOS: Implement 64bit-only bundle target | Eugene Sandulenko | |
2019-09-19 | PRINCE: I18N: Update translation (Russian) | Eugene Sandulenko | |
Currently translated at 100.0% (2757 of 2757 strings) | |||
2019-09-19 | PRINCE: I18N: Update translation (English) | Eugene Sandulenko | |
Currently translated at 33.3% (919 of 2757 strings) | |||
2019-09-19 | RISCOS: Ensure the Iconv module is loaded | Cameron Cawley | |
2019-09-19 | HDB: Fix missing semicolon | sluicebox | |
2019-09-19 | HDB: Simplify some code | Strangerke | |
2019-09-19 | HDB: Fix another regression in inventory | Strangerke | |
2019-09-19 | HDB: Fix regression introduced in 35ff6ad | Strangerke | |
2019-09-18 | I18N: Update translations templates | Thierry Crozat | |
2019-09-18 | BLADERUNNER: Fix crash for some devices for Android SDL port | Thanasis Antoniou | |
This is a work around that is confirmed to be working Reference ticket is here: https://bugs.scummvm.org/ticket/11149 | |||
2019-09-18 | CONFIGURE: Replace the iconv test with the one from ResidualVM | Cameron Cawley | |
2019-09-18 | SCI: Fix detection of Cyrillic characters in messages | Eugene Sandulenko | |
2019-09-18 | PRINCE: Distinguish translated versions during detection | Eugene Sandulenko | |
2019-09-18 | ANDROIDSDL: Use "debug" or "release" as a parameter for building the port | Antoniou Athanasios | |
2019-09-18 | RISCOS: Don't try to load the required modules if they aren't installed | Cameron Cawley | |