aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-10AmigaOS4: More fixes and cleaningHubert Maier
2019-11-10AMIGAOS4: Fix leftoversHubert Maier
2019-11-10AMIGAOS4: Clean up fsHubert Maier
- replace sprintf with snprintf and obey MAXPATHLEN
2019-11-10I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (1181 of 1181 strings)
2019-11-10I18N: Update translations templatesThierry Crozat
2019-11-10BLADERUNNER: Add a engine checkbox to target 120 fpsThanasis Antoniou
This is added in the Engine tab for the game. Default is false (60 fps)
2019-11-10ANDROID: Disable support for split screenThanasis 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-10IMAGE: 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-10CLOUD: Only download saves when necessaryBastien Bouclet
Prevents the save/load dialog from refreshing and loosing the selection when there is no file to download.
2019-11-10I18N: Update translations templatesThierry Crozat
2019-11-10SDL: Fix Windows screenshots with unicode pathssluicebox
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-10GUI: Fix colors in About. Now it works on AmigaEugene Sandulenko
2019-11-10BACKENDS: Fix using fillScreen in non-paletted screen modesCameron Cawley
2019-11-10I18N: Update translation (Finnish)jepael
Currently translated at 100.0% (1179 of 1179 strings)
2019-11-10I18N: Update translation (Spanish)Rodrigo Vegas Sánchez-Ferrero
Currently translated at 100.0% (1179 of 1179 strings)
2019-11-10I18N: Update translation (Danish)scootergrisen
Currently translated at 100.0% (1179 of 1179 strings)
2019-11-09RISCOS: Reduce the required DigitalRenderer versionCameron Cawley
2019-11-09RISCOS: Improve file system codeCameron Cawley
2019-11-09TUCKER: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-09KYRA: (EOB2) - workaround for minor graphics glitchathrxx
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-09POSIX: Fix compiler warningjepael
2019-11-08SCI: Fix SQ5 WD40 alarm countdown lockupsluicebox
Fixes bug #11255
2019-11-09TOUCHE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-09I18N: Update translations templatesThierry Crozat
2019-11-09TOON: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-09XEEN: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-09CRYO: Use byteswap functions from common/endian.hCameron Cawley
2019-11-08COMMON: Clarify documentation for OSystem::convertEncodingThierry Crozat
2019-11-08WIN32: Fix free being used on arrays allocated with newThierry Crozat
2019-11-08PRINCE: I18N: Update translation (English)Eugene Sandulenko
Currently translated at 58.2% (1605 of 2757 strings)
2019-11-08ANDROID: Fix OSD message display crash or failThanasis 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-08GUI: Fix crash on low resolutionsThanasis Antoniou
Related to about cls() and easter egg. Crashed on Android port on small screen devices
2019-11-08BLADERUNNER: Fix wrong order for GPS map selectionThanasis Antoniou
2019-11-08WIN32: Exit when WinSparkle runs installersluicebox
Trac #10368
2019-11-08I18N: Update translation (Dutch)Ben Castricum
Currently translated at 100.0% (1179 of 1179 strings)
2019-11-08SCUMM HE: Fix Signed vs. Unsigned Compiler WarningD G Turner
2019-11-07SCUMM HE: MBC: Remove empty callbacksEugene Sandulenko
2019-11-07SCUMM HE: MBC: Implement Net::removeUser()Eugene Sandulenko
2019-11-07SCUMM HE: MBC: Store generated player keyEugene Sandulenko
2019-11-07I18N: Update translation (Hungarian)George Kormendi
Currently translated at 100.0% (1179 of 1179 strings)
2019-11-07SCI: Fix SQ5 WD40 fruit lockupsluicebox
Fixes bug #5162
2019-11-07I18N: Update translations templatesThierry Crozat
2019-11-073DS: Rework mouse cursor movementBastien Bouclet
- Fix clipping the cursor position - Ensure the mouse has the same vertical and horizontal speed
2019-11-073DS: Use the full resolution for the overlay on the top screenBastien Bouclet
2019-11-07I18N: Update translation (Greek)Antoniou Athanasios
Currently translated at 100.0% (1162 of 1162 strings)
2019-11-06GUI: THEMES: FONTS: helvB12 greek should be 75 dip not 100Thanasis Antoniou
2019-11-06I18N: Regenerate translations data file (Nov 06 2019)Thanasis Antoniou
2019-11-06I18N: Remove requirement for Drachma sign from ISO-8859-7 cpThanasis 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-06TTS: Improve Windows audio, remove sphelper-scummvm.hsluicebox
- 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-06SUPERNOVA: Fix exiting scummvm from MSN 1 introJaromir Wysoglad