Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-30 | GLK: ADRIFT: Fix Remaining GCC Warnings | D G Turner | |
These were from -Wignored-qualifiers. Adding the const keyword to the cast does not do anything since the assignment target is qualified by const in any case hence this is ignored and generates a warning. | |||
2019-09-30 | GLK: ADRIFT: Add const qualifier for some function call parameters | D G Turner | |
2019-09-30 | I18N: Update translations templates | Thierry Crozat | |
2019-09-30 | SCUMM: Detect language file of Steam version of DIG, fixes bug #10697 | Ben Castricum | |
2019-09-30 | SCUMM: Don't limit Steam MD5 of DIG to english | Ben Castricum | |
Steam also allows other languages to be downloaded. Those have the same MD5. | |||
2019-09-30 | ANDROID: Update AndroidManifest.xml.in for READ_EXTERNAL_STORAGE | Thanasis Antoniou | |
2019-09-29 | SCI32: Extend HOYLE5 Bridge workaround | sluicebox | |
2019-09-30 | GLK: ADRIFT: Fix Remaining GCC Fallthrough Warnings | D G Turner | |
2019-09-30 | SLUDGE: Fix Some MSVC Warnings | D G Turner | |
2019-09-30 | SCI: Fix MSVC Warning | D G Turner | |
2019-09-29 | SCI32: Remove ADGF_TESTING from qfg4 and hoyle | Tarek Soliman | |
Closes gh-1871 | |||
2019-09-30 | I18N: Regenerate translations data file | Thierry Crozat | |
2019-09-30 | GRAPHICS: Add Default Constructor for Cursor Structure | D G Turner | |
This has a similar issue to the Palette structure and thus this will avoid possible unstable uninitialized bugs which could be very hard to track down or replicate. | |||
2019-09-30 | BLADERUNNER: Replace use of sprintf with Common::String::format | Cameron Cawley | |
2019-09-30 | GRAPHICS: Add Default Constructor For Palette Structure | D G Turner | |
This is used for outPalette in sci/graphics/palette32 code without calling through the nominal constructor which leaves the various fields _possibly_ uninitialised and thus triggers various compiler warnings. Adding a default constructor fixes the root cause. | |||
2019-09-30 | SCI: Fix MSVC Warning | D G Turner | |
2019-09-30 | STARTREK: Fix MSVC Signed vs. Unsigned Byte Warning | D G Turner | |
2019-09-30 | DEVTOOLS: Fix GCC Compiler Warning in convbdf Tool | D G Turner | |
2019-09-30 | TONY: Fix Missing Font Base Class Initialization | D G Turner | |
This was causing an MSVC warning. | |||
2019-09-29 | GLK: QUEST: More warning fixes | Paul Gilbert | |
2019-09-30 | DEVTOOLS: GLK: Fix GCC Compiler Warning | D G Turner | |
2019-09-29 | GLK: QUEST: Shadowing fixes | Paul Gilbert | |
2019-09-30 | COMMON: Fix MSVC Compiler Warning | D G Turner | |
The enum is implicitly int32 by default so causes signed vs. unsigned assignment warnings. Changing this to a const uint32 avoids the issue. | |||
2019-09-29 | GLK: QUEST: Change throw to error call | Paul Gilbert | |
2019-09-30 | BUILD: Fix GCC Warning from Endianess Test Compilation | D G Turner | |
This is emitted when GCC is set with -Wall -Wextra by environment variables. | |||
2019-09-29 | GLK: QUEST: Remove missing file from module.mk | Paul Gilbert | |
2019-09-29 | GLK: ADRIFT: Warning fixes | Paul Gilbert | |
2019-09-30 | BLADERUNNER: Remove ADGF_TESTING flag | Lothar Serra Mari | |
2019-09-29 | GLK: Changing ScummGlk engine name to Glk | Paul Gilbert | |
Calling the engine a different name than it's namespace was just causing confusion. Better to simply call it Glk, even if it will be both the underlying API as well as the overall engine name | |||
2019-09-30 | WAGE: Use 9-patch borders also for the console | Eugene Sandulenko | |
2019-09-30 | I18N: Update translations templates | Thierry Crozat | |
2019-09-29 | GLK: QUEST: gcc compilation fixes | Paul Gilbert | |
2019-09-29 | GLK: QUEST: Savegames aren't supported for Quest games | Paul Gilbert | |
2019-09-29 | GLK: QUEST: Fix exitting by closing game window | Paul Gilbert | |
2019-09-29 | GLK: QUEST: Fix crash printing formatted strings | Paul Gilbert | |
2019-09-29 | GLK: QUEST: Startup/logging fix | Paul Gilbert | |
2019-09-29 | GLK: QUEST: Fix infinite recursion | Paul Gilbert | |
2019-09-29 | GLK: QUEST: Added detection entries | Paul Gilbert | |
2019-09-29 | GLK: QUEST: Initial subengine commit | Paul Gilbert | |
2019-09-30 | SCI: Add fanmade game "Zork: The Great Underground Empire" | Filippos Karapetis | |
Bug #11051 | |||
2019-09-29 | BUILD: Updated config.guess and config.sub from latest GNU libtool | Eugene Sandulenko | |
2019-09-29 | NEWS: Mention support for Duckman in German NEWS file | Lothar Serra Mari | |
2019-09-29 | NEWS: Mention support for Duckman | Cameron Cawley | |
2019-09-29 | WAGE: Specify window border padding in 9-patch images | Eugene Sandulenko | |
2019-09-29 | GRAPHICS: MACGUI: Load border padding directly from the 9-patch | Eugene Sandulenko | |
2019-09-29 | GRAPHICS: Fix padding calculation for 9-patch images | Eugene Sandulenko | |
2019-09-30 | SCI32/SCI: Sync Hoyle 4 and Hoyle 5 Bridge workarounds | Filippos Karapetis | |
These two games use the same scripts for the Bridge sub-game, so their workarounds are the same. Fixes bugs #11162, #11183 | |||
2019-09-29 | SCI32: Fix typo in kGlobalVarHoyle5ResponseTime | Filippos Karapetis | |
2019-09-29 | CONFIGURE: Add android-x86_64 and android-mips64 targets | Cameron Cawley | |
2019-09-29 | TITANIC: This game doesn't use MIDI, mark it as such. | Henrik "Henke37" Andersson | |