aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-06GLK: Improve abysmal performance of stream read checkPaul Gilbert
2019-10-06GLK: Fix reading beyond the end of a filePaul Gilbert
2019-10-06SUPERNOVA: Hook up F5 to the Main MenuThierry Crozat
In the original F5 is used to save/load the game. Since we are using the ScummVM save/load mechanism I think it makes sense to open the main menu, that contains load and save buttons, on F5.
2019-10-06ANDROID: Update starting version code for next release apks to 40Thanasis Antoniou
2019-10-06GCW0: Clarify where to put binary on the deviceEugene Sandulenko
2019-10-06GCW0: The hardware has its own downscaler, do not use half-scalerEugene Sandulenko
2019-10-06COMMON: Add Missing Default Switch Case to U32String ClassD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-06COMMON: Fix Missing Default Switch Cases in Lua InterpreterD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-06DEVTOOLS: Ignore Binary from create_supernova/create_imageD G Turner
2019-10-06DEVTOOLS: Add Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-06I18N: Update translations templatesThierry Crozat
2019-10-05GLK: Add Streams methods for encapsulating ScummVM streamsPaul Gilbert
2019-10-05GLK: Splitting bulk of FileStream up into an IOStream base classPaul Gilbert
2019-10-05JANITORIAL: Fix typo in commentThierry Crozat
2019-10-05ANDROID: Set target SDK to 26 to AndroidManifest.xml and project.properties ↵Thanasis Antoniou
files
2019-10-05SAGA: Add Windows trial version of ITE for reference (not supported)Eugene Sandulenko
2019-10-05Revert "DISTS: WIN32: Update Inno Setup file"Lothar Serra Mari
This reverts commit 323b62310a9a8be275e8d8b8c7a368fe08310120. The previous commit breaks the Win32 setup generation on the buildbot since it is not adapted to HTML documents for the README and for the NEWS files yet. Sorry for the noise.
2019-10-05NEWS: Add release codenames to German NEWS file, formattingLothar Serra Mari
2019-10-05CONFIGURE: Fix formattingLothar Serra Mari
2019-10-05PRINCE: I18N: Update translation (English)Eugene Sandulenko
Currently translated at 50.0% (1379 of 2757 strings)
2019-10-05JANITORIAL: Uniform formatting around release entriesEugene Sandulenko
2019-10-05NEWS: Added historical release codenamesEugene Sandulenko
2019-10-05CONFIGURE: Add "-march=armv7-a" to linker for arm-v7a targetThanasis Antoniou
Based on https://developer.android.com/ndk/guides/standalone_toolchain From "ABI Compatibility" section: Also, make sure to provide the following two flags to the linker: -march=armv7-a -Wl,--fix-cortex-a8
2019-10-05UPDATES: Added EdDSA signatures to macOS deltasEugene Sandulenko
2019-10-05UPDATES: Added MacOS delta packages for 2.1.0Eugene Sandulenko
2019-10-05I18N: Update translations templatesThierry Crozat
2019-10-05MOHAWK: Add Myst ME as a subengine, and mark 'jpeg' as a required dependencyEugene Sandulenko
Because our build system does not allow recursive dependencies, inserting #error for incorrect configuration. For enabling mystme, myst target must be enabled as well
2019-10-05ANDROID: Bump the target SDK to match the Google Play releaseEugene Sandulenko
2019-10-05ANDROID: Added info about historical release version codesEugene Sandulenko
2019-10-05WINTERMUTE: Engine requires jpeg and png as dependeciesEugene Sandulenko
2019-10-05GLK: Engine requires jpeg and png as dependenciesEugene Sandulenko
2019-10-05DISTS: WIN32: Update Inno Setup fileLothar Serra Mari
2019-10-05DISTS: Added MacOS signatures for 2.1.0Eugene Sandulenko
2019-10-05I18N: Update translations templatesThierry Crozat
2019-10-05SCI32: Handle the special Bridge save/load screens in Hoyle 5Filippos Karapetis
Fixes saving/loading the Bridge hands using the ScummVM save/load screens - bug #11174
2019-10-05SCI32: Add the French version of PQ:SWAT (bug #11100)Filippos Karapetis
2019-10-05UPDATES: Added signatures for 2.1.0 Windows buildsEugene Sandulenko
2019-10-05DISTS: Added new keys for Sparkle 1.22.0Eugene Sandulenko
2019-10-05OPENGL: Add Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-05NETWORKING: Fix Signed vs. Unsigned Compiler WarningsD G Turner
2019-10-05WINTERMUTE: Fix Possible Uninitialized Variable Compiler WarningsD G Turner
2019-10-05SWITCH: Remove Set But Unused Variables from Events CodeD G Turner
These were causing compiler warnings for the porter.
2019-10-05LAB: Replace memcpy of overlapping region with memmoveD G Turner
The result of using memcpy when source and destination overlap is not clearly defined, so use memmove instead which avoids this problem.
2019-10-05GRAPHICS: MACGUI: Fix Possible Out of Bounds Read with Trailing AmpersandD G Turner
Since the ampersand is used as an escape character, it is repeated when it actually appears in the string. Unfortunately, this requires a one character lookahead which could result in reading beyond the string if this ampersand is the last character (which would be malformed, but possible). To avoid an out of bounds read, this is now qualified by the string length. Trailing ampersands will now be ignored without issue.
2019-10-05GRAPHICS: MACGUI: Fix GCC Signed vs. Unsigned WarningsD G Turner
2019-10-04BUILD: Update ideproject target to the current create_project behaviorEugene Sandulenko
2019-10-04PRINCE: Remove ADGF_TESTING flagEugene Sandulenko
2019-10-04HDB: Remove ADGF_TESTING flagEugene Sandulenko
2019-10-04CRYOMNI3D: Remove ADGF_TESTING flagEugene Sandulenko
2019-10-04PINK: Properly redraw game screen when browsing menusEugene Sandulenko