Commit Graph

68861 Commits

Author SHA1 Message Date
Paul Gilbert
d4e5e44792 SHERLOCK: Standardize sequence stack code for both games 2015-08-18 20:53:31 -04:00
Paul Gilbert
21666d701e SHERLOCK: Rename talk to initTalk 2015-08-17 20:21:14 -04:00
Paul Gilbert
d3b8152a71 SHERLOCK: RT: Extra integrity checks for the _talkSequenceStack 2015-08-17 20:16:22 -04:00
Paul Gilbert
39e75d75c6 SHERLOCK: RT: Properly crop long speech filenames 2015-08-17 19:14:35 -04:00
Paul Gilbert
1aba10f952 SHERLOCK: RT: Fix hang on ALLOW_TALK_CODE sequence code 2015-08-17 19:08:15 -04:00
Paul Gilbert
fe362f3fbc SHERLOCK: RT: Merge setStillSequence & setListenSequence methods 2015-08-17 07:46:28 -04:00
Paul Gilbert
c14f27aa48 SHERLOCK: RT: Add missing talk sequence stack handling 2015-08-16 21:43:12 -04:00
Paul Gilbert
28dc37e627 SHERLOCK: RT: Fix return of findSpeaker 2015-08-16 21:41:18 -04:00
Paul Gilbert
364a60801b SHERLOCK: RT: Fix occassional crash after loading savegames 2015-08-16 17:32:18 -04:00
Thierry Crozat
40a5c7881c I18N: Update translations data file 2015-08-16 21:42:34 +01:00
Zbyněk Schwarz
821443da5a I18N: Czech localization update 2015-08-16 21:40:40 +01:00
Paul Gilbert
bac5344385 SHERLOCK: RT: Don't allow saving the game during the intro 2015-08-16 15:06:14 -04:00
Paul Gilbert
169404b5f0 SHERLOCK: RT: Don't allow skipping intro until title is shown 2015-08-16 15:01:57 -04:00
Paul Gilbert
1a9b30a9d3 TSAGE: Disable Sherlock logo code in TsAGE engine by default
Now that we have the code completely implemented inside the Sherlock
engine, we don't need the TsAGE engine detecting the Logo anymore
2015-08-16 14:24:18 -04:00
Paul Gilbert
8950549b44 SHERLOCK: Further fixes to character movement across saves
Restoring movement across save didn't work, so properly handle
stopping any moving characters when loading a savegame
2015-08-16 13:42:58 -04:00
Paul Gilbert
621a37bbe3 SHERLOCK: Fix saving/loading when characters are moving 2015-08-15 20:26:36 -04:00
Paul Gilbert
11e327c4e7 SHERLOCK: RT: Fix erasing background of scaled images with offsets 2015-08-15 16:00:43 -04:00
Paul Gilbert
21028131cf SHERLOCK: RT: Implemented setMusicVolume, cleanup of sound code 2015-08-15 12:30:04 -04:00
Paul Gilbert
5deb896890 SHERLOCK: RT: Reset _startSeq when an object sequence is changed 2015-08-15 12:16:47 -04:00
Paul Gilbert
00918f1aaa SHERLOCK: RT: Save sequence starts in _startSeq, not _sequenceNumber 2015-08-15 11:27:35 -04:00
Paul Gilbert
df80a92e0a SHERLOCK: RT: Fix freeing character _altImages when done with 2015-08-15 10:43:40 -04:00
Paul Gilbert
68499c79c4 SHERLOCK: RT: Fix hasAborts to return correct results 2015-08-15 10:15:35 -04:00
Paul Gilbert
c89fe9e123 SHERLOCK: RT: Return correct speaker index from findSpeaker for Holmes 2015-08-15 10:01:04 -04:00
Paul Gilbert
2b19dba460 SHERLOCK: RT: Fix resetting sprite sequences 2015-08-15 07:00:23 -04:00
Paul Gilbert
23aba271ff SHERLOCK: RT: Fix setting up speech file to use during cutscenes 2015-08-14 20:54:39 -04:00
Torbjörn Andersson
29d10d1497 SHERLOCK: Fix comment typo 2015-08-14 08:26:06 +02:00
Torbjörn Andersson
fe1c2d7c6a SHERLOCK: Remove unused variable 2015-08-14 08:23:42 +02:00
Paul Gilbert
3ce7aaa6d9 SHERLOCK: RT: Removal of redundant music code 2015-08-13 20:01:35 -04:00
Paul Gilbert
3e718ad31f SHERLOCK: RT: Revert lookAtObject to use playSound 2015-08-13 19:44:01 -04:00
Paul Gilbert
7879053479 SHERLOCK: RT: Merge playSound and playSpeech code 2015-08-13 19:11:06 -04:00
Paul Gilbert
e02965c40a SHERLOCK: RT: SImplification of old speech code 2015-08-13 18:43:51 -04:00
Paul Gilbert
336abef401 SHERLOCK: RT: Fix voice-only conversations when subtitles are off 2015-08-12 21:13:26 -04:00
Paul Gilbert
e6b070711a SHERLOCK: RT: Hook window/speech to ScummVM speech/subtitles setting 2015-08-12 08:46:09 -04:00
Paul Gilbert
149b31c310 SHERLOCK: RT: Fix playing all the voice files in a conversation 2015-08-11 21:03:58 -04:00
Paul Gilbert
6dd78a703f SHERLOCK: RT: Improved version of ignoring missing voice resources 2015-08-11 20:55:07 -04:00
Paul Gilbert
237d1149b5 SHERLOCK: RT: Don't error out if a speech resource doesn't exist 2015-08-11 20:30:04 -04:00
Paul Gilbert
4ad53dced0 SHERLOCK: RT: First speech is now playing correctly 2015-08-10 22:25:48 -04:00
Paul Gilbert
9b0bf9e215 SHERLOCK: RT: Beginnings of speech code 2015-08-10 22:01:02 -04:00
Willem Jan Palenstijn
60759cfb5d Merge pull request #604 from fingolfin/configure-append
CONFIGURE: add and use append_var function
2015-08-10 21:04:59 +02:00
Paul Gilbert
d4c1162d70 SHERLOCK: RT: Fix for entering savegame in original saves dialog 2015-08-09 19:44:40 -04:00
Paul Gilbert
b07c56923b SHERLOCK: RT: Fix drawing scaled images with image offsets 2015-08-09 18:40:04 -04:00
Torbjörn Andersson
5a7cb98ec3 SHERLOCK: Remove unused (and misspelled) variable 2015-08-09 23:07:13 +02:00
Paul Gilbert
28af73777b SHERLOCK: RT: Fix crash when clicking in inventory at start of game 2015-08-09 11:59:52 -04:00
Paul Gilbert
d5af7b73ec SHERLOCK: RT: Fix drawing last frame of animations 2015-08-09 08:08:03 -04:00
Paul Gilbert
41e1320d83 SHERLOCK: RT: Fix display of scrollbar up/arrow arrows 2015-08-08 12:41:46 -04:00
Paul Gilbert
b29413965c SHERLOCK: RT: Show the GMM if user clicks when credits are being displayed 2015-08-08 12:09:15 -04:00
Paul Gilbert
328c0d761f SHERLOCK: RT: Fix loading savegames when credits are active 2015-08-08 11:52:40 -04:00
Paul Gilbert
e9455457a8 SHERLOCK: RT: Don't allow saving when credits are active 2015-08-08 11:42:25 -04:00
Paul Gilbert
5c1fbaff4b SHERLOCK: RT: Fixes for password entry 2015-08-08 09:25:18 -04:00
Paul Gilbert
bb252129b6 SHERLOCK: RT: Implementing password entry window 2015-08-08 08:45:41 -04:00