Commit Graph

85548 Commits

Author SHA1 Message Date
Adrian Frühwirth
e45a0ce3da SWORD25: Fix otherwise unused variable not guarded by USE_VORBIS
This silences a gcc warning when compiling with -Wunused-variable.
2018-05-07 09:30:00 +02:00
Thierry Crozat
16af24c536 I18N: Regenerate translations data file 2018-05-07 05:05:06 +02:00
Paul Gilbert
97ad823aa4 XEEN: Further fixes to display of Auto Notes 2018-05-06 20:28:10 -04:00
Paul Gilbert
cb6b39ed77 XEEN: Fix display of Auto Notes 2018-05-06 17:08:00 -04:00
Paul Gilbert
9dcc69c070 XEEN: Comment out duplicated check present in original executable 2018-05-06 16:46:42 -04:00
Eugene Sandulenko
9a5ba52e6b PRINCE: Cleanup debug output 2018-05-06 19:33:45 +02:00
Eugene Sandulenko
c6872dcf52 PRINCE: Added more debug output 2018-05-06 19:33:44 +02:00
Eugene Sandulenko
ba666dfc32 PRINCE: Fixed game type for bundled Russian version 2018-05-06 19:33:44 +02:00
Eugene Sandulenko
e6ce8f8130 PRINCE: Added more debug output 2018-05-06 19:33:44 +02:00
Paul Gilbert
dbef4baa79 XEEN: Fix setup of mode buttons in Items dialog 2018-05-06 11:19:08 -04:00
Adrian Frühwirth
25ef2b83a3 KYRA: Mark always-false condition as TODO 2018-05-06 11:36:17 +02:00
Adrian Frühwirth
c3f43d0f88 BLADERUNNER: Fix typo/bug in handleMouseAction()
This was introduced when the SceneObjectOffset enum was introduced
in commit 7090841ccc.
2018-05-06 11:19:41 +02:00
Adrian Frühwirth
7f85a988c0 Revert "PRINCE: Don't output debug information unless requested"
This reverts commit dfbf6b7287.
2018-05-06 09:25:31 +02:00
Adrian Frühwirth
589f0f8750 PRINCE: Use ScummVM save/load dialogs
The original option dialogs do not seem to be implemented yet so we
always show the ScummVM ones when using the save/load hotkeys for now.

This partly fixes Trac#9866.
2018-05-06 02:26:28 +02:00
Paul Gilbert
488c22631b XEEN: Fix checks for whether Hp/Sp fountains can be used 2018-05-05 19:31:19 -04:00
Adrian Frühwirth
dfbf6b7287 PRINCE: Don't output debug information unless requested 2018-05-06 01:24:12 +02:00
Cameron Cawley
b224b592c6 BACKENDS: Replace usage of stricmp/strcmpi/strcasecmp 2018-05-06 01:12:56 +02:00
Thierry Crozat
d8f4170ea9 I18N: Update translations templates 2018-05-06 00:19:01 +02:00
Thierry Crozat
699532157a CGE2: Add detection entry for Polish v1.1 version 2018-05-05 23:18:45 +01:00
Paul Gilbert
5d673787c3 XEEN: Add debug line for cmdPlayCD opcode parameters 2018-05-05 18:16:12 -04:00
Adrian Frühwirth
b09dab8c9f PRINCE: Add FIXMEs for potential bugs 2018-05-06 00:00:38 +02:00
Adrian Frühwirth
13a08a0bb0 PRINCE: Add play time metadata to savegames 2018-05-06 00:00:38 +02:00
Adrian Frühwirth
f5c45e5ca4 PRINCE: Removed unused kBadSVG 2018-05-06 00:00:38 +02:00
Paul Gilbert
119322aeae XEEN: Correct wrong track number in Xeen CD ripping 2018-05-05 17:56:57 -04:00
Paul Gilbert
c852f9a5d6 XEEN: Correct README that WOX Talkie CD1 has 29 audio tracks 2018-05-05 17:48:21 -04:00
Eugene Sandulenko
d84c1ac7e0 PRINCE: Fix header dependency 2018-05-05 23:17:35 +02:00
Eugene Sandulenko
dbc60f55e2 PRINCE: Added Russian options 2018-05-05 23:17:35 +02:00
Eugene Sandulenko
44e44c1f1a PRINCE: Optimize decompression for bundled games 2018-05-05 23:17:35 +02:00
Eugene Sandulenko
5515f414af PRINCE: Decompress files if they're extracted 2018-05-05 23:17:35 +02:00
Eugene Sandulenko
85aa17d9ac PRINCE: Move decompression method to reusable place 2018-05-05 23:17:35 +02:00
Eugene Sandulenko
5a9eba989a PRINCE: Rename resources.cpp 2018-05-05 23:17:35 +02:00
Eugene Sandulenko
a97a3c3886 PRINCE: Further work on support for extracted games 2018-05-05 23:17:35 +02:00
Eugene Sandulenko
6e58c5aaa5 PRINCE: Added support for unbundled compressed files 2018-05-05 23:17:35 +02:00
Eugene Sandulenko
e3b9be6679 JANITORIAL: Whitespace fixes 2018-05-05 23:17:35 +02:00
Eugene Sandulenko
c234630931 PRINCE: Initial support for packed Russian version 2018-05-05 23:17:35 +02:00
Eugene Sandulenko
c95cbdc2c9 JANITORIAL: Fix formatting 2018-05-05 23:17:35 +02:00
Eugene Sandulenko
7352737a69 PRINCE: Even more prince.cpp refactoring. Inventory and pathfinding 2018-05-05 23:17:35 +02:00
Eugene Sandulenko
788a1fab82 PRINCE: More prince.cpp restructuring 2018-05-05 23:17:35 +02:00
Eugene Sandulenko
67abcc36a7 PRINCE: Moved audio-related methods to separate files 2018-05-05 23:17:35 +02:00
Eugene Sandulenko
951c365591 PRINCE: Move cursor manipulation to cursor.cpp 2018-05-05 23:17:34 +02:00
Eugene Sandulenko
faf579c48f PRINCE: Move resource loading methods to separate file 2018-05-05 23:17:34 +02:00
Eugene Sandulenko
132f77fd16 PRINCE: Rename sound.cpp to music.cpp 2018-05-05 23:17:34 +02:00
Eugene Sandulenko
919013d7f2 JANITORIAL: Fix formatting 2018-05-05 23:17:34 +02:00
Paul Gilbert
856b6a08f1 XEEN: Properly convert script CD times to ScummVM CD frames 2018-05-05 17:14:06 -04:00
Adrian Frühwirth
057fb9bc6e CGE: Add play time metadata to savegames 2018-05-05 22:19:03 +02:00
Adrian Frühwirth
03312fba61 CGE2: Add play time metadata to savegames 2018-05-05 22:19:03 +02:00
Paul Gilbert
afc48cfb0e Revert "SHERLOCK: Disable cache for uncompressed resources"
This reverts commit 20d5a67f8b.
2018-05-05 14:36:14 -04:00
Paul Gilbert
f2d80f4ae3 XEEN: Fix voice playback in World of Xeen Darkside 2018-05-05 11:58:33 -04:00
Adrian Frühwirth
49116b4ae7 ALL: Use CLIP to clip volumes 2018-05-05 17:57:31 +02:00
Adrian Frühwirth
c4edac23b2 LAB: Fix UB (use of deallocated memory) 2018-05-05 17:54:46 +02:00