Commit Graph

48293 Commits

Author SHA1 Message Date
Paul Gilbert
0f17c9de47 TITANIC: Free allocated class type definitions on exit 2016-11-05 21:44:51 -04:00
Paul Gilbert
28537800c4 TITANIC: Fix line wrapping in conversation log 2016-11-05 19:55:31 -04:00
Paul Gilbert
cf1efc8430 TITANIC: Fix replaying cached previously played sounds 2016-11-05 19:12:39 -04:00
Paul Gilbert
db1ed6db3e TITANIC: Correct naming usage for PET Text ending character index 2016-11-05 18:57:10 -04:00
Paul Gilbert
1089d12a71 TITANIC: Fix showing status messages in the PET 2016-11-05 11:17:15 -04:00
Paul Gilbert
edc74ce8e8 TITANIC: Don't allow exiting EmbLobby without checking in 2016-11-05 11:10:45 -04:00
Paul Gilbert
6eac69f45a TITANIC: Replaced int passenger class with PassengerClass enum 2016-11-05 11:02:39 -04:00
Paul Gilbert
1c3ba9be14 TITANIC: Some renamings in DeskbotScript 2016-11-05 09:52:29 -04:00
Paul Gilbert
738bdf94aa TITANIC: Fix showing replies with multiple response fragments 2016-11-05 09:46:57 -04:00
Paul Gilbert
4e927128da TITANIC: Parser fix for saying 'no' to having reservation 2016-11-05 09:03:22 -04:00
Paul Gilbert
37e4ca3fbc TITANIC: Fix doubling the size of half size video clips 2016-11-04 21:56:09 -04:00
Colin Snover
2eea7dc961 SCI32: Implement kPlayVMDIgnorePalettes
Used in Shivers room 35170 when pressing the play button.
2016-11-04 20:45:45 -05:00
Colin Snover
4bfd005c78 SCI32: Stop digital audio when VMDs open in some SCI2.1 games 2016-11-04 20:10:21 -05:00
Paul Gilbert
f89b0e8c45 TITANIC: Fixes to show speaking NPC image in conversation view 2016-11-04 20:53:42 -04:00
Paul Gilbert
3fb2beb57e TITANIC: Fix removing parser nodes after processing 2016-11-04 19:39:57 -04:00
Eugene Sandulenko
7ce632f862 JANITORIAL: Whitespace fixes 2016-11-04 23:50:01 +01:00
Colin Snover
fda89a9f59 SCI32: Fix VMD playback stuttering when kEventFlagToFrame is used
For example, Shivers room 932 when subtitles are enabled.
2016-11-04 15:16:10 -05:00
Colin Snover
5a5945cbbb SCI32: Allow format strings with missing arguments
SSCI created a fake va_list and passed it to vsprintf, so extra
placeholders would just silently end up reading garbage memory.
2016-11-04 15:16:10 -05:00
Colin Snover
44dfa4c49f SCI32: Treat %d as unsigned in kString
At least Shivers has VMDs with resource IDs above 2^15; treating %d
as signed means that the wrong filename gets created.
2016-11-04 15:16:10 -05:00
Paul Gilbert
e58dad8bb6 TITANIC: Parser fixes for using unrecognised words 2016-11-03 23:04:58 -04:00
Paul Gilbert
c32be8ebeb TITANIC: Fix copying concepts in getFrameEntry 2016-11-03 21:51:22 -04:00
Paul Gilbert
c3e026564a TITANIC: Fix choosing correct vocab matches for words 2016-11-03 20:45:08 -04:00
Colin Snover
ab12211d67 SCI: Add QFG1 game version to detection table
Thanks @tsoliman for the data.
2016-11-03 18:51:25 -05:00
Eugene Sandulenko
6cad083f84 Merge pull request #851 from angstsmurf/composer-gmm-new
COMPOSER: Support GMM saving/loading and load from launcher
2016-11-03 23:51:18 +01:00
Colin Snover
42ebd5a664 SCI32: Allow SCI32 games to update speech & subtitles settings
Fixes Trac#9637.
2016-11-03 13:14:58 -05:00
Colin Snover
e4b8820762 SCI32: Fix incorrect text width calculation of non-ASCII strings
Fixes Trac#9639.
2016-11-02 21:45:44 -05:00
Paul Gilbert
8abe97dfda TITANIC: Parser fixes 2016-11-02 21:31:14 -04:00
Paul Gilbert
1846ef7850 TITANIC: Disable secondary spatial sources of speech playback 2016-11-02 20:28:33 -04:00
Paul Gilbert
a15fb1c9a3 TITANIC: Fix correctly getting the Deskbot's script 2016-11-02 20:04:38 -04:00
Paul Gilbert
a2af8fb051 TITANIC: Change endTalking to setTalking 2016-11-02 20:03:28 -04:00
Colin Snover
aa0836816d SCI32: Fix missing digital audio playback on save game restore
Fixes Trac#9581.
2016-11-02 15:43:07 -05:00
Colin Snover
ee4b172d54 SCI: Remove old SCI32 hires detection heuristic 2016-11-02 15:43:07 -05:00
Colin Snover
e8c429832f SCI32: Automate kNumCels workaround 2016-11-02 15:43:07 -05:00
Colin Snover
c42e74c562 SCI32: Remove incorrect palette.h #include 2016-11-02 11:27:22 -05:00
Colin Snover
a605a891bb SCI: Add reference dump to disk in debugger
This allows references in memory to be dumped to disk for
examination by other tools. In the case of SCI32 bitmaps, data
is output in 8-bit TGA format without transparency, which allows
the current palette to also be examined. (The alternative would
be to use 32-bit TGA to display transparency, and lose the
palette, or dump to a more complicated format that supports 1-bit
transparency.)
2016-11-02 11:27:22 -05:00
Paul Gilbert
26ba577aa5 TITANIC: Fix Deskbot startup animation 2016-11-01 23:38:41 -04:00
Paul Gilbert
566742d445 TITANIC: Cleanup calls to playMovie 2016-11-01 23:09:12 -04:00
Paul Gilbert
4a90553bf3 TITANIC: Cleanup calls to playClip 2016-11-01 23:03:51 -04:00
Paul Gilbert
e790b9a5f0 TITANIC: Fix log heading for talking to Deskbot 2016-11-01 23:00:07 -04:00
Paul Gilbert
0f4ca41dad TITANIC: Add support for mouse wheel scrolling conversations log 2016-11-01 22:30:21 -04:00
Paul Gilbert
088cc0bff8 TITANIC: Fix loading of conversation log 2016-11-01 21:06:10 -04:00
Paul Gilbert
3990eb2277 TITANIC: Fix transparency handling for PET glyph selection 2016-11-01 20:07:27 -04:00
rootfather
c55aeec6fe CHEWY: Add additional version information to detection entries 2016-11-01 13:39:32 +01:00
Paul Gilbert
0c3dc18305 TITANIC: Fix loading of remote buttons 2016-11-01 07:49:29 -04:00
Paul Gilbert
bce75da07a TITANIC: Fix rendering PET glyphs when scrolled 2016-10-31 23:57:54 -04:00
Paul Gilbert
11cc62f403 TITANIC: Fix another compiler warning 2016-10-31 19:51:12 -04:00
Paul Gilbert
97daed7456 TITANIC: Fix compiler warnings 2016-10-31 19:37:53 -04:00
Paul Gilbert
bfdbc383b1 TITANIC: Remove dragged item image when dropped in PET 2016-10-31 18:42:46 -04:00
Paul Gilbert
ec343f2dea MADS: Fix spelling mistake 2016-10-31 18:10:16 -04:00
Eugene Sandulenko
953efc35a7 DIRECTOR: More debug ouptut to RIFX parsing 2016-10-31 09:42:43 -07:00