Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-05 | ANDROID: Set target SDK to 26 to AndroidManifest.xml and project.properties ↵ | Thanasis Antoniou | |
files | |||
2019-10-05 | SAGA: Add Windows trial version of ITE for reference (not supported) | Eugene Sandulenko | |
2019-10-05 | Revert "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-05 | NEWS: Add release codenames to German NEWS file, formatting | Lothar Serra Mari | |
2019-10-05 | CONFIGURE: Fix formatting | Lothar Serra Mari | |
2019-10-05 | PRINCE: I18N: Update translation (English) | Eugene Sandulenko | |
Currently translated at 50.0% (1379 of 2757 strings) | |||
2019-10-05 | JANITORIAL: Uniform formatting around release entries | Eugene Sandulenko | |
2019-10-05 | NEWS: Added historical release codenames | Eugene Sandulenko | |
2019-10-05 | CONFIGURE: Add "-march=armv7-a" to linker for arm-v7a target | Thanasis 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-05 | UPDATES: Added EdDSA signatures to macOS deltas | Eugene Sandulenko | |
2019-10-05 | UPDATES: Added MacOS delta packages for 2.1.0 | Eugene Sandulenko | |
2019-10-05 | I18N: Update translations templates | Thierry Crozat | |
2019-10-05 | MOHAWK: Add Myst ME as a subengine, and mark 'jpeg' as a required dependency | Eugene 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-05 | ANDROID: Bump the target SDK to match the Google Play release | Eugene Sandulenko | |
2019-10-05 | ANDROID: Added info about historical release version codes | Eugene Sandulenko | |
2019-10-05 | WINTERMUTE: Engine requires jpeg and png as dependecies | Eugene Sandulenko | |
2019-10-05 | GLK: Engine requires jpeg and png as dependencies | Eugene Sandulenko | |
2019-10-05 | DISTS: WIN32: Update Inno Setup file | Lothar Serra Mari | |
2019-10-05 | DISTS: Added MacOS signatures for 2.1.0 | Eugene Sandulenko | |
2019-10-05 | I18N: Update translations templates | Thierry Crozat | |
2019-10-05 | SCI32: Handle the special Bridge save/load screens in Hoyle 5 | Filippos Karapetis | |
Fixes saving/loading the Bridge hands using the ScummVM save/load screens - bug #11174 | |||
2019-10-05 | SCI32: Add the French version of PQ:SWAT (bug #11100) | Filippos Karapetis | |
2019-10-05 | UPDATES: Added signatures for 2.1.0 Windows builds | Eugene Sandulenko | |
2019-10-05 | DISTS: Added new keys for Sparkle 1.22.0 | Eugene Sandulenko | |
2019-10-05 | OPENGL: Add Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-05 | NETWORKING: Fix Signed vs. Unsigned Compiler Warnings | D G Turner | |
2019-10-05 | WINTERMUTE: Fix Possible Uninitialized Variable Compiler Warnings | D G Turner | |
2019-10-05 | SWITCH: Remove Set But Unused Variables from Events Code | D G Turner | |
These were causing compiler warnings for the porter. | |||
2019-10-05 | LAB: Replace memcpy of overlapping region with memmove | D 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-05 | GRAPHICS: MACGUI: Fix Possible Out of Bounds Read with Trailing Ampersand | D 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-05 | GRAPHICS: MACGUI: Fix GCC Signed vs. Unsigned Warnings | D G Turner | |
2019-10-04 | BUILD: Update ideproject target to the current create_project behavior | Eugene Sandulenko | |
2019-10-04 | PRINCE: Remove ADGF_TESTING flag | Eugene Sandulenko | |
2019-10-04 | HDB: Remove ADGF_TESTING flag | Eugene Sandulenko | |
2019-10-04 | CRYOMNI3D: Remove ADGF_TESTING flag | Eugene Sandulenko | |
2019-10-04 | PINK: Properly redraw game screen when browsing menus | Eugene Sandulenko | |
2019-10-04 | GRAPHICS: MACGUI: Add possibility to setup engine redraw callback | Eugene Sandulenko | |
2019-10-04 | PINK: Do not use Mac fonts for menu rendering | Eugene Sandulenko | |
2019-10-04 | GRAPHICS: MACGUI: Implement enforcing built-in fonts | Eugene Sandulenko | |
2019-10-04 | PINK: Add built-in empty border and use for texts | Eugene Sandulenko | |
2019-10-04 | GRAPHICS: MACGUI: Add possibility to pass borders as a surface | Eugene Sandulenko | |
2019-10-04 | MAEMO: Update debian/changelog | Tarek Soliman | |
2019-10-04 | PINK: Use proper menu action ids. The PDA now works! | Eugene Sandulenko | |
2019-10-04 | GRAPHICS: MACGUI: Fix action id processing from the PE exe menus | Eugene Sandulenko | |
2019-10-04 | GRAPHICS: Properly process && in PE exe menus | Eugene Sandulenko | |
2019-10-04 | GRAPHICS: MACGUI: Enhande printMenu output | Eugene Sandulenko | |
2019-10-04 | GRAPHICS: MACGUI: Properly process action menu ids from PE exe | Eugene Sandulenko | |
2019-10-04 | GRAPHICS: MACGUI: Remove extra debug output | Eugene Sandulenko | |
2019-10-04 | GRAPHICS: MACGUI: Unify MacMenuItem and MacMenuSubItem | Eugene Sandulenko | |
2019-10-04 | GRAPHICS: MACGUI: Implement Windows-style shortcut underlining | Eugene Sandulenko | |