Commit Graph

85370 Commits

Author SHA1 Message Date
Eugene Sandulenko
5b604e42e2 AGOS: Mark 25th Anniversary releases as MT-32 hack, not a fix 2018-05-10 16:59:53 +02:00
Bastien Bouclet
77f24f36ac MOHAWK: RIVEN: Add a detection entry for another DVD version 2018-05-10 16:18:07 +02:00
Bastien Bouclet
b2ba147d96 MOHAWK: RIVEN: Hide the mouse cursor after pressing a prison code button
It now matches the behavior of the original engine.

Fixes #10521.
2018-05-10 16:06:40 +02:00
Eugene Sandulenko
9729b09919 AGOS: Added detection and support for Simon2 25th Anniversary Edition 2018-05-10 12:22:47 +02:00
Bastien Bouclet
955e18c648 COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
Paul Gilbert
82296866b4
Merge pull request #1186 from kurisuke/fix/worldofxeen_track31
XEEN: Fix voice playback from track 31
2018-05-08 19:42:30 -04:00
Peter Helbing
ccc4ec963f XEEN: Fix voice playback from track 31
Track 31 is on the first cd, but contains speech for Darkside content
(e.g. Ellinger). It is referenced as track 31, so the offset must not
be added.
2018-05-08 20:28:29 +09:00
Bastien Bouclet
25736a0b5d MOHAWK: RIVEN: Add a script patch fixing incorrect steam sound in a view
Fixes Trac#10516.
2018-05-08 06:55:24 +02:00
Adrian Frühwirth
9702288338 JANITORIAL: Fix indentation 2018-05-07 23:09:02 +02:00
Bastien Bouclet
bdc0db97d5 GUI: Add copy and paste support to the graphical console 2018-05-07 22:42:00 +02:00
jepael
b210254dc0 I18N: Update translation (Finnish)
Currently translated at 100.0% (973 of 973 strings)
2018-05-07 22:21:50 +02:00
Adrian Frühwirth
7ebbb12dfb SCUMM: Remove superfluous 'else' in IMuseInternal::ImSetTrigger()
Both means to calculate `diff` are essentially equal because
wraparound of unsigned integers is well-defined and does what
the 'else' branch is simulating manually. Because of this,
gcc complains when compiling with -Wduplicated-branches.
2018-05-07 22:21:42 +02:00
Adrian Frühwirth
f58731cfae SAGA: Enforce code formatting guidelines 2018-05-07 20:06:31 +02:00
Adrian Frühwirth
0cbea68e76 SAGA: Fix whitespace 2018-05-07 20:06:30 +02:00
Adrian Frühwirth
dcd4785009 DRACI: Enforce code formatting guidelines 2018-05-07 20:06:30 +02:00
Adrian Frühwirth
990a0c203a TSAGE: Enforce code formatting guidelines 2018-05-07 20:06:30 +02:00
Adrian Frühwirth
273e88b61d TONY: Enforce code formatting guidelines
These are all commented out but let's update them nevertheless to
reflect earlier renames of the methods in question.
2018-05-07 20:06:29 +02:00
Adrian Frühwirth
4bf0eac94d TOON: Enforce code formatting guidelines 2018-05-07 20:06:29 +02:00
Adrian Frühwirth
8885b37abb TITANIC: Enforce code formatting guidelines 2018-05-07 20:06:29 +02:00
Adrian Frühwirth
9ea943a81e DS: Use CLIP in VBlankHandler() 2018-05-07 19:54:45 +02:00
Adrian Frühwirth
019eca0ae8 SAGA: Use CLIP in IsoMap::adjustScroll() 2018-05-07 19:54:45 +02:00
Adrian Frühwirth
48406bbd41 SCUMM: Simplify clampCameraPos() using CLIP 2018-05-07 19:54:45 +02:00
Thomas Fach-Pedersen
aabd5b2ec8 BLADERUNNER: Fix build 2018-05-07 19:31:53 +02:00
Thomas Fach-Pedersen
e3363635cb BLADERUNNER: Implement obstacle polygon merging 2018-05-07 19:17:13 +02:00
Adrian Frühwirth
4be77793a4 BLADERUNNER: Fix typo in DialogueMenu::queryInput()
Confirmed by madmoose.
2018-05-07 18:59:49 +02:00
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