91841 Commits

Author SHA1 Message Date
Eugene Sandulenko
8357725bc2 GRAPHICS: MACGUI: Code for drawing nested submenu arrows 2019-10-01 00:58:16 +02:00
Eugene Sandulenko
3c0d84b0b2 WAGE: Use better border for the scene window 2019-09-30 23:54:00 +02:00
Eugene Sandulenko
11e0c9571e PINK: Use proper window border for PDA 2019-09-30 23:46:25 +02:00
Thierry Crozat
06acfd515f COMMON: Fix memory leaks in iconv error case
This fixes coverity CID 1405783 and CID 1405784.
2019-09-30 22:04:27 +01:00
D G Turner
8ff5014526 GLK: QUEST: Fix Compilation on AmigaOS4 2019-09-30 21:08:13 +01:00
Eugene Sandulenko
7eef3b0ed7 PRINCE: I18N: Update translation (English)
Currently translated at 46.5% (1282 of 2757 strings)
2019-09-30 12:54:29 +02:00
D G Turner
cfc87ca205 GLK: ADRIFT: Fix Remaining GCC Warnings
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 06:11:17 +01:00
D G Turner
944b63cdce GLK: ADRIFT: Add const qualifier for some function call parameters 2019-09-30 05:50:44 +01:00
Thierry Crozat
1e3576768c I18N: Update translations templates 2019-09-30 06:46:43 +02:00
Ben Castricum
f10afb8d16 SCUMM: Detect language file of Steam version of DIG, fixes bug #10697 2019-09-30 07:46:12 +03:00
Ben Castricum
1fe75a631b SCUMM: Don't limit Steam MD5 of DIG to english
Steam also allows other languages to be downloaded. Those have the same MD5.
2019-09-30 07:46:12 +03:00
Thanasis Antoniou
6cc2556963 ANDROID: Update AndroidManifest.xml.in for READ_EXTERNAL_STORAGE 2019-09-30 07:21:17 +03:00
sluicebox
b2f50e8eaa SCI32: Extend HOYLE5 Bridge workaround 2019-09-29 21:17:51 -07:00
D G Turner
7f979cc053 GLK: ADRIFT: Fix Remaining GCC Fallthrough Warnings 2019-09-30 05:07:31 +01:00
D G Turner
75ee80cf1e SLUDGE: Fix Some MSVC Warnings 2019-09-30 04:41:54 +01:00
D G Turner
cefad7a5d0 SCI: Fix MSVC Warning 2019-09-30 04:40:58 +01:00
Tarek Soliman
a7ea2adff5 SCI32: Remove ADGF_TESTING from qfg4 and hoyle
Closes gh-1871
2019-09-29 22:38:57 -05:00
Thierry Crozat
4092d73f23 I18N: Regenerate translations data file 2019-09-30 05:05:02 +02:00
D G Turner
dccf5c1960 GRAPHICS: Add Default Constructor for Cursor Structure
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 04:00:11 +01:00
Cameron Cawley
3fdb8e6542 BLADERUNNER: Replace use of sprintf with Common::String::format 2019-09-30 03:59:22 +01:00
D G Turner
730a89ddc5 GRAPHICS: Add Default Constructor For Palette Structure
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 03:46:30 +01:00
D G Turner
420cbaf8b0 SCI: Fix MSVC Warning 2019-09-30 03:15:47 +01:00
D G Turner
d68ab5e4af STARTREK: Fix MSVC Signed vs. Unsigned Byte Warning 2019-09-30 03:03:11 +01:00
D G Turner
460c192e67 DEVTOOLS: Fix GCC Compiler Warning in convbdf Tool 2019-09-30 02:51:19 +01:00
D G Turner
cb6b2a3631 TONY: Fix Missing Font Base Class Initialization
This was causing an MSVC warning.
2019-09-30 02:31:00 +01:00
Paul Gilbert
c10267d83b GLK: QUEST: More warning fixes 2019-09-29 18:13:44 -07:00
D G Turner
a3980b4fc9 DEVTOOLS: GLK: Fix GCC Compiler Warning 2019-09-30 01:55:02 +01:00
Paul Gilbert
0eed867445 GLK: QUEST: Shadowing fixes 2019-09-29 17:50:42 -07:00
D G Turner
e895548237 COMMON: Fix MSVC Compiler Warning
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-30 01:44:14 +01:00
Paul Gilbert
72d690aa2c GLK: QUEST: Change throw to error call 2019-09-29 17:36:16 -07:00
D G Turner
16bce754d7 BUILD: Fix GCC Warning from Endianess Test Compilation
This is emitted when GCC is set with -Wall -Wextra by environment variables.
2019-09-30 01:21:35 +01:00
Paul Gilbert
e0ae6b2080 GLK: QUEST: Remove missing file from module.mk 2019-09-29 17:18:04 -07:00
Paul Gilbert
34c5999ddf GLK: ADRIFT: Warning fixes 2019-09-29 17:18:04 -07:00
Lothar Serra Mari
e2b9112c2c BLADERUNNER: Remove ADGF_TESTING flag 2019-09-30 01:44:07 +02:00
Paul Gilbert
62f36d77c8 GLK: Changing ScummGlk engine name to Glk
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-29 16:38:41 -07:00
Eugene Sandulenko
1bca947874 WAGE: Use 9-patch borders also for the console 2019-09-30 00:25:54 +02:00
Thierry Crozat
885510fe2e I18N: Update translations templates 2019-09-30 00:09:38 +02:00
Paul Gilbert
643ee33a3d GLK: QUEST: gcc compilation fixes 2019-09-29 15:08:52 -07:00
Paul Gilbert
defc19ada4 GLK: QUEST: Savegames aren't supported for Quest games 2019-09-29 15:08:52 -07:00
Paul Gilbert
b35088b788 GLK: QUEST: Fix exitting by closing game window 2019-09-29 15:08:52 -07:00
Paul Gilbert
97e61ddb0e GLK: QUEST: Fix crash printing formatted strings 2019-09-29 15:08:52 -07:00
Paul Gilbert
055f6f0b48 GLK: QUEST: Startup/logging fix 2019-09-29 15:08:52 -07:00
Paul Gilbert
32c9deefb7 GLK: QUEST: Fix infinite recursion 2019-09-29 15:08:52 -07:00
Paul Gilbert
30bf05479a GLK: QUEST: Added detection entries 2019-09-29 15:08:52 -07:00
Paul Gilbert
255f2b4c82 GLK: QUEST: Initial subengine commit 2019-09-29 15:08:52 -07:00
Filippos Karapetis
6d6dd2ed62 SCI: Add fanmade game "Zork: The Great Underground Empire"
Bug #11051
2019-09-30 00:47:10 +03:00
Eugene Sandulenko
ea3a4159aa BUILD: Updated config.guess and config.sub from latest GNU libtool 2019-09-29 23:44:19 +02:00
Lothar Serra Mari
448d13a4ac NEWS: Mention support for Duckman in German NEWS file 2019-09-29 23:30:43 +02:00
Cameron Cawley
15a05704d1 NEWS: Mention support for Duckman 2019-09-29 22:28:15 +01:00
Eugene Sandulenko
643dccbf67 WAGE: Specify window border padding in 9-patch images 2019-09-29 23:26:05 +02:00