Commit Graph

80282 Commits

Author SHA1 Message Date
Paul Gilbert
d65c717a44 TITANIC: Workaround original Maitre'D bug where _musicHandler was null 2017-02-18 17:06:00 -05:00
Paul Gilbert
7762dae0f9 TITANIC: Fix Maitre'D playing music check 2017-02-18 16:41:14 -05:00
Eugene Sandulenko
84866d6f41 DIRECTOR: Add detection for Meet Mediaband 2017-02-18 21:10:22 +01:00
Eugene Sandulenko
6e6f1b1d04 DIRECTOR: Fixed Shared cast filename setting 2017-02-18 21:10:22 +01:00
Eugene Sandulenko
ef07ed0774 DIRECTOR: Fix CAS* reading for Windows 2017-02-18 21:10:22 +01:00
rsn8887
75004c429c SDL: improved internal joystick event handling 2017-02-18 12:00:22 -06:00
rsn8887
09a6029781 SDL: slow analog ('modifier'+stick) made slower 2017-02-18 11:59:16 -06:00
lubomyr
3f921c1195 ANDROIDSDL: config feature swap_menu_and_back renamed to swap_menu_and_back_buttons 2017-02-18 18:02:46 +02:00
lubomyr
75a08488f9 ANDROIDSDL: code refactoring and optimization 2017-02-18 17:58:47 +02:00
Willem Jan Palenstijn
cdfe5a3107 SCI: Remove check that is never triggered
Since blockSize is asserted to be positive, buf can never be equal to _buf.
2017-02-18 15:20:57 +01:00
Willem Jan Palenstijn
905feaa8c2 SCI: Fix unaligned read 2017-02-18 15:07:02 +01:00
Walter van Niftrik
549ac7ca47 ADL: Implement hires6 save/restore 2017-02-18 11:46:12 +01:00
Walter van Niftrik
9ed63332fa ADL: Fix restoring of global vars in v4+ 2017-02-18 11:46:12 +01:00
Paul Gilbert
086e89bf7d TITANIC: Refactored CMaitreD static to instance field 2017-02-17 23:05:36 -05:00
Paul Gilbert
8dc3b4a0ca TITANIC: Renamings for CMaitreD 2017-02-17 22:57:35 -05:00
Paul Gilbert
e72a56e443 TITANIC: Renamings for CArm class 2017-02-17 22:32:08 -05:00
Paul Gilbert
c8c96e9530 TITANIC: Fix playing phonograph when cylinder holder is open 2017-02-17 21:17:58 -05:00
rsn8887
613c6f4f7f SDL: More fixes to jerky analog joystick pointer
For some engines such as Dreamweb that a previous fix did not apply
to, this fixes bug 6996: Android: Mouse pointer control with
analog joystick is unusable
2017-02-17 17:55:09 -06:00
Walter van Niftrik
fee0b81b39 ADL: Fix hires6 action opcode 0x0c 2017-02-17 21:24:47 +01:00
Walter van Niftrik
d405e9e09b ADL: Implement hires6 action opcode 0x0b 2017-02-17 21:09:52 +01:00
Eugene Sandulenko
fb7992568f DIRECTOR: Beutify debug output 2017-02-17 18:51:09 +01:00
Eugene Sandulenko
c5295a1e03 DIRECTOR: Fix script references for D3 (now for real) 2017-02-17 18:40:08 +01:00
Eugene Sandulenko
e48dd540cc DIRECTOR: Added Events debug channel, more debug output in Lingo 2017-02-17 18:39:39 +01:00
Paul Gilbert
46076c0ac5 TITANIC: Fix operation of Phonograph play button 2017-02-16 23:37:27 -05:00
Paul Gilbert
cb9ebfcb1c TITANIC: Fix compiler warning 2017-02-16 22:02:17 -05:00
Paul Gilbert
314c795d21 TITANIC: Cleanup of movie flags 2017-02-16 21:42:42 -05:00
Paul Gilbert
d56e4e4584 TITANIC: Further renamings for CGameObject 2017-02-16 21:34:59 -05:00
Paul Gilbert
216e57aff4 TITANIC: Renamings for CGameObject & CGameState methods 2017-02-16 21:09:17 -05:00
Paul Gilbert
899585d478 TITANIC: Remove old debug code 2017-02-16 20:39:44 -05:00
Eugene Sandulenko
c0d155db97 DIRECTOR: Lingo: Revert D3 script addressing modification 2017-02-16 22:54:34 +01:00
Walter van Niftrik
41f097fe1a ADL: Fix hires6 conditional opcode 0x0a 2017-02-15 22:22:16 +01:00
Eugene Sandulenko
832a0dcf12 JANITORIAL: Formatting fixes 2017-02-15 20:05:11 +01:00
Eugene Sandulenko
8864fbf44d DIRECTOR: Lingo: Fix 'pause' implementation 2017-02-15 20:03:58 +01:00
lubomyr
2c32173146 ANDROIDSDL: code formatting... 2017-02-15 20:26:37 +02:00
Alexander
92c9f0274f GUI: Fix CID #1362505
The case probably would never show up, just fixed so it'd disappear from Coverity.
2017-02-15 18:37:46 +06:00
Robert Crossfield
02ac724c66 SCUMM: MM V0: Fix an issue with Sandy appearing to slide across a walkbox 2017-02-15 17:05:28 +11:00
Paul Gilbert
f0e08796b0 TITANIC: Work around cylinder holder 8-bit frame with no palette
The video for the cylinder holder has a single 8-bit frame at the
start of the sequence for opening when there's no cylinder inside.
This fix works around it by ignoring 8-bits frame when there's
no palette available.
2017-02-14 23:05:59 -05:00
Paul Gilbert
aa77e260b2 TITANIC: Fix findByName when doing a subsearch match 2017-02-14 22:40:13 -05:00
Paul Gilbert
01bea5a6d8 TITANIC: Fix opening/closing Phonograph cylinder holder 2017-02-14 21:20:23 -05:00
rsn8887
fb50d5934d SDL: Fix jerky/laggy analog joystick mouse control
This fixes bug 6996: Android: Mouse pointer control with
analog joystick is unusable
2017-02-14 23:05:34 +00:00
Eugene Sandulenko
8c13a263ae DIRECTOR: Lingo: Fix rest of the 'go to' family functions 2017-02-14 19:08:05 +01:00
Eugene Sandulenko
dcdce7b055 DIRECTOR: Lingo: Fixed 'go to' functions 2017-02-14 19:03:44 +01:00
Eugene Sandulenko
748878bf6b DIRECTOR: Hid noisy debug output 2017-02-14 18:57:53 +01:00
Eugene Sandulenko
98b4d12d4c DIRECTOR: Lingo: Implement b_delay() 2017-02-14 18:49:20 +01:00
lubomyr
2412502eee ANDROIDSDL: implemented checkbox for swap menu and back buttons 2017-02-14 17:38:44 +02:00
lubomyr
216f9c4f11 ANDROIDSDL: backend related checking in options.cpp replaced with hasFeature... condition, renamed some fields and methods 2017-02-14 15:13:58 +02:00
Alexander Reim
6dd28d7cc1 WII: Fix compiler warnings
WII: Fix compiler warnings

Compiler: DevKitPPC R28
2017-02-14 11:38:39 +01:00
Robert Crossfield
56caa6f0a7 SCUMM: Cleanup Maniac Mansion workarounds 2017-02-14 19:26:11 +11:00
Robert Crossfield
9e07738b52 SCUMM: Fix bug #4112. If you enter the lab while Dr. Fred has the power off, the power won't be turned back on as the script is killed 2017-02-14 18:28:58 +11:00
Paul Gilbert
8747e59c03 TITANIC: Renaming of phonograph fields 2017-02-13 22:40:50 -05:00