Commit Graph
86814 Commits
Author SHA1 Message Date
Paul Gilbert b851eff017 TITANIC: Fix handling of Titania head slot mouse dragging 2017-02-20 11:58:35 -05:00
Walter van Niftrik 2cc4c7329c ADL: Implement hires6 game loop hacks 2017-02-20 17:22:28 +01:00
Paul Gilbert 2963af5775 TITANIC: Fix adding centre cards to Titania 2017-02-20 09:26:09 -05:00
Eugene Sandulenko 9ed2977f1f I18N: Update translation (Catalan)
Currently translated at 76.2% (708 of 929 strings)
2017-02-20 15:16:05 +01:00
Carlos 909580153b I18N: Update translation (Catalan)
Currently translated at 76.2% (708 of 929 strings)
2017-02-20 15:15:46 +01:00
Walter van Niftrik b152ef4eaf ADL: Implement hires6 action opcode 0x1e 2017-02-20 11:07:56 +01:00
Paul Gilbert 6662d53f82 TITANIC: Remove unused fields from TTtitleScript 2017-02-19 23:14:18 -05:00
Paul Gilbert 930f688100 TITANIC: Fix using ears on Titania 2017-02-19 23:04:51 -05:00
Paul Gilbert 2d80b931b3 WORKAROUND: Stop resetting bomb code wheels when loading savegames
The original kept resetting the bomb's code wheels whenever the view
was entered, which meant reloading a savegame, you lost any progress
you'd made. Presumably this was done as a quick and dirty hack in
case anyone was stupid enough to rearm the bomb after fixing it the
first time. I've added new code that now only resets the wheels when
the bomb is initially armed, and you can now save in the bomb
closeup, and it will remember all your selections
2017-02-19 22:57:31 -05:00
Paul Gilbert c1bc64d391 TITANIC: Renamings for CBomb class 2017-02-19 21:54:50 -05:00
Paul Gilbert 6c4bdd7e79 TITANIC: Fixes and cleanup for CodeWheel 2017-02-19 21:31:37 -05:00
Paul Gilbert 8813fee5ae TITANIC: Fix bomb countdown 2017-02-19 21:02:03 -05:00
Paul Gilbert fae5cda8aa TITANIC: Play seasonal music when entering arboretum 2017-02-19 18:46:32 -05:00
Strangerke 9f6ffed6ff CRYO: Rename sync functions 2017-02-19 21:34:19 +01:00
Strangerke 6c4635ac7d CRYO: Rewrite save/load game functions 2017-02-19 21:34:16 +01:00
Walter van Niftrik cc1f975a9c ADL: Implement hires6 action opcode 0x1d 2017-02-19 17:41:34 +01:00
Eugene Sandulenko c010e05edd DIRECTOR: Hide assert() in Text Cast reading 2017-02-19 17:30:49 +01:00
Eugene Sandulenko ea0969779f DIRECTOR: Added detection for The Apartment 2.0 2017-02-19 17:30:49 +01:00
Paul Gilbert 61fe1a06ad TITANIC: Fix Arm placement when placed on gondolier sliders 2017-02-19 08:52:22 -05:00
Paul Gilbert a30d74a3c9 TITANIC: Make CCarry fields private where appropriate 2017-02-19 08:13:52 -05:00
Walter van Niftrik 8b93142467 ADL: Implement hires6 direction opcodes 2017-02-19 12:33:43 +01:00
Walter van Niftrik 2e3e425d5b ADL: Implement hires6 action opcode 0x12 2017-02-19 12:33:43 +01:00
Eugene Sandulenko dc04cd4434 Merge pull request #906 from rsn8887/upstream
SDL: More fixes to jerky analog joystick pointer
2017-02-19 09:02:26 +01:00
Paul Gilbert d8418f8c10 TITANIC: Workaround for using magazine on incorrect objects 2017-02-18 23:00:02 -05:00
Paul Gilbert 66f3458a2b TITANIC: Renamings for CCarry class 2017-02-18 22:56:00 -05:00
Paul Gilbert cc169fc575 TITANIC: Fix dragging arms in Gondolier closeup 2017-02-18 21:13:15 -05:00
rsn8887 86c6c7c903 SDL: increase resolution of slow analog pointer motion 2017-02-18 19:22:04 -06:00
Paul Gilbert b1d2d3cf97 TITANIC: Further cleanup of the Gondolier sliders 2017-02-18 19:36:08 -05:00
rsn8887 c0b095d793 SDL: Cleanup, replaced _km.multiplier with #define 2017-02-18 18:20:10 -06:00
Paul Gilbert 80ba4b5592 TITANIC: Renaming and cleanup for CGondolierSlider 2017-02-18 18:34:27 -05:00
lubomyr cdda943c8a ANDROIDSDL: code refactoring 2017-02-19 00:27:20 +02:00
Paul Gilbert 0343c0d337 TITANIC: Fix adding held items to inventory after unlocking arms 2017-02-18 17:06:30 -05:00
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