Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-10 | AmigaOS4: More fixes and cleaning | Hubert Maier | |
2019-11-10 | AMIGAOS4: Fix leftovers | Hubert Maier | |
2019-11-10 | AMIGAOS4: Clean up fs | Hubert Maier | |
- replace sprintf with snprintf and obey MAXPATHLEN | |||
2019-11-10 | I18N: Update translation (German) | Lothar Serra Mari | |
Currently translated at 100.0% (1181 of 1181 strings) | |||
2019-11-10 | I18N: Update translations templates | Thierry Crozat | |
2019-11-10 | BLADERUNNER: Add a engine checkbox to target 120 fps | Thanasis Antoniou | |
This is added in the Engine tab for the game. Default is false (60 fps) | |||
2019-11-10 | ANDROID: Disable support for split screen | Thanasis Antoniou | |
Currently the ScummVM app will just exit in split-screen so that's not desireable Disabled until we implement proper support, if deemed necessary | |||
2019-11-10 | IMAGE: Remove unnecessary check from Image::writePNG() | Cameron Cawley | |
Surfaces with pixel formats not supported by libpng are already converted to RGBA, meaning that the check isn't needed. | |||
2019-11-10 | CLOUD: Only download saves when necessary | Bastien Bouclet | |
Prevents the save/load dialog from refreshing and loosing the selection when there is no file to download. | |||
2019-11-10 | I18N: Update translations templates | Thierry Crozat | |
2019-11-10 | SDL: Fix Windows screenshots with unicode paths | sluicebox | |
Use Common::FSNode to test for screenshot existence instead of SDL_RWFromFile(). SDL does different character encoding conversions which fail on Windows when a unicode character is in the path. Fixes bug #11118 | |||
2019-11-10 | GUI: Fix colors in About. Now it works on Amiga | Eugene Sandulenko | |
2019-11-10 | BACKENDS: Fix using fillScreen in non-paletted screen modes | Cameron Cawley | |
2019-11-10 | I18N: Update translation (Finnish) | jepael | |
Currently translated at 100.0% (1179 of 1179 strings) | |||
2019-11-10 | I18N: Update translation (Spanish) | Rodrigo Vegas Sánchez-Ferrero | |
Currently translated at 100.0% (1179 of 1179 strings) | |||
2019-11-10 | I18N: Update translation (Danish) | scootergrisen | |
Currently translated at 100.0% (1179 of 1179 strings) | |||
2019-11-09 | RISCOS: Reduce the required DigitalRenderer version | Cameron Cawley | |
2019-11-09 | RISCOS: Improve file system code | Cameron Cawley | |
2019-11-09 | TUCKER: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-09 | KYRA: (EOB2) - workaround for minor graphics glitch | athrxx | |
The game would actually allow placing the 4 horns or the large red rings from the ringmaster riddle into the inventory ring slots. Simply, because these items are flagged that way in the data file (itemtype.dat). I wasn't aware of this until I happened to come across some youtube video. The video was from DosBox, but this doesn't make a difference. This patch prevents placing these items into the ring slots. | |||
2019-11-09 | POSIX: Fix compiler warning | jepael | |
2019-11-08 | SCI: Fix SQ5 WD40 alarm countdown lockup | sluicebox | |
Fixes bug #11255 | |||
2019-11-09 | TOUCHE: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-09 | I18N: Update translations templates | Thierry Crozat | |
2019-11-09 | TOON: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-09 | XEEN: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-09 | CRYO: Use byteswap functions from common/endian.h | Cameron Cawley | |
2019-11-08 | COMMON: Clarify documentation for OSystem::convertEncoding | Thierry Crozat | |
2019-11-08 | WIN32: Fix free being used on arrays allocated with new | Thierry Crozat | |
2019-11-08 | PRINCE: I18N: Update translation (English) | Eugene Sandulenko | |
Currently translated at 58.2% (1605 of 2757 strings) | |||
2019-11-08 | ANDROID: Fix OSD message display crash or fail | Thanasis Antoniou | |
For translated message text. Android expected UTF-8 format for the message Also makeToast for OSD needed to be run from the main UI thread | |||
2019-11-08 | GUI: Fix crash on low resolutions | Thanasis Antoniou | |
Related to about cls() and easter egg. Crashed on Android port on small screen devices | |||
2019-11-08 | BLADERUNNER: Fix wrong order for GPS map selection | Thanasis Antoniou | |
2019-11-08 | WIN32: Exit when WinSparkle runs installer | sluicebox | |
Trac #10368 | |||
2019-11-08 | I18N: Update translation (Dutch) | Ben Castricum | |
Currently translated at 100.0% (1179 of 1179 strings) | |||
2019-11-08 | SCUMM HE: Fix Signed vs. Unsigned Compiler Warning | D G Turner | |
2019-11-07 | SCUMM HE: MBC: Remove empty callbacks | Eugene Sandulenko | |
2019-11-07 | SCUMM HE: MBC: Implement Net::removeUser() | Eugene Sandulenko | |
2019-11-07 | SCUMM HE: MBC: Store generated player key | Eugene Sandulenko | |
2019-11-07 | I18N: Update translation (Hungarian) | George Kormendi | |
Currently translated at 100.0% (1179 of 1179 strings) | |||
2019-11-07 | SCI: Fix SQ5 WD40 fruit lockup | sluicebox | |
Fixes bug #5162 | |||
2019-11-07 | I18N: Update translations templates | Thierry Crozat | |
2019-11-07 | 3DS: Rework mouse cursor movement | Bastien Bouclet | |
- Fix clipping the cursor position - Ensure the mouse has the same vertical and horizontal speed | |||
2019-11-07 | 3DS: Use the full resolution for the overlay on the top screen | Bastien Bouclet | |
2019-11-07 | I18N: Update translation (Greek) | Antoniou Athanasios | |
Currently translated at 100.0% (1162 of 1162 strings) | |||
2019-11-06 | GUI: THEMES: FONTS: helvB12 greek should be 75 dip not 100 | Thanasis Antoniou | |
2019-11-06 | I18N: Regenerate translations data file (Nov 06 2019) | Thanasis Antoniou | |
2019-11-06 | I18N: Remove requirement for Drachma sign from ISO-8859-7 cp | Thanasis Antoniou | |
This glyph (U+20AF) is not really used in Greek text (ever) Marking it as required was breaking the TTF support for Greek in the themes that use scalable fonts, since most (if not all) of our ttf fonts in fonts.dat are missing that particular glyph (and only that). | |||
2019-11-06 | TTS: Improve Windows audio, remove sphelper-scummvm.h | sluicebox | |
- Remove sphelper-scummvm.h - Use default audio quality instead of lowest - Add HRESULT tests - Fix new[]/free() mismatches - Fix voice description memory leak | |||
2019-11-06 | SUPERNOVA: Fix exiting scummvm from MSN 1 intro | Jaromir Wysoglad | |