75066 Commits

Author SHA1 Message Date
Willem Jan Palenstijn
6d9ed09897 SCI32: Don't use autosave.cat in Torin 2016-08-11 19:29:34 +02:00
Walter van Niftrik
a77a9bf0bf ADL: Make text blinking event-recorder-compatible 2016-08-11 16:41:05 +02:00
Eugene Sandulenko
5b7ad5cd15 DIRECTOR: Lingo: Added constants 'true' and 'false' 2016-08-11 08:51:00 +02:00
Eugene Sandulenko
5c09e6f76e DIRECTOR: Lingo: Fixed reference traces for VOID types 2016-08-11 08:51:00 +02:00
Paul Gilbert
47c7e39bca TITANIC: Add music handler stopping code 2016-08-10 23:10:46 -04:00
Paul Gilbert
2b486009f5 TITANIC: Beginnings of music handler 2016-08-10 22:39:40 -04:00
Paul Gilbert
223aaaa185 TITANIC: Implemented CGondolierSong class 2016-08-10 12:54:17 -04:00
Eugene Sandulenko
708bf81589 DIRECTOR: Lingo: Use first argument of 'puppetPalette' verbatim 2016-08-10 18:42:16 +02:00
Eugene Sandulenko
509e1f3bac DIRECTOR: Lingo: Moved 'mci' and 'mciwait' to built-ins 2016-08-10 18:42:16 +02:00
Paul Gilbert
17a665e2aa TITANIC: Field renaming and warning fixes in sound code 2016-08-09 22:16:17 -04:00
Paul Gilbert
668c486f4f TITANIC: Implemented more sound related classes 2016-08-09 21:51:19 -04:00
Paul Gilbert
30936a6115 TITANIC: Finish CMusicPlayer class 2016-08-09 19:03:05 -04:00
Martin Kiewitz
0f1fd5c955 SCI: Fix sq4 workaround room 391, fixes bug
doCatalog::mode does not exist, the method is actually
doCatalog::changeState

This issue has been in there since the workaround was added
through commit 20b1d80d598e6f741e28c9a85d186e463d111816
2016-08-09 23:18:39 +02:00
Eugene Sandulenko
c7b8689c6c DIRECTOR: Lingo: Proper stubs for commands with variable arguments 2016-08-09 22:37:35 +02:00
Eugene Sandulenko
2dd109c483 DIRECTOR: Lingo: Pass number of arguments to built-in functions 2016-08-09 22:37:35 +02:00
Paul Gilbert
5b8fdfe366 TITANIC: Implemented more sound classes 2016-08-08 23:19:42 -04:00
Paul Gilbert
0b952c3ced TITANIC: Implemented CAutoSoundPlayerADSR & CBackgroundSoundMaker 2016-08-08 21:21:18 -04:00
Paul Gilbert
8f8cf6eadc TITANIC: Implemented room, node, and view auto sound player classes 2016-08-08 20:48:06 -04:00
Paul Gilbert
dbcbb01740 TITANIC: Implemented CAutoSoundPlayer class 2016-08-08 19:30:50 -04:00
Paul Gilbert
acdf655b91 TITANIC: Implemented CAutoMusicPlayer class 2016-08-08 18:34:48 -04:00
Eugene Sandulenko
42c385f26b DIRECTOR: Lingo: Mark built-in commands with Director version 2016-08-09 00:05:03 +02:00
Eugene Sandulenko
a427bf86bb DIRECTOR: Lingo: Added rest of D2 command stubs 2016-08-08 23:40:50 +02:00
Walter van Niftrik
a5380b73f2 ADL: Use recently-added kPlatformApple2 2016-08-08 23:12:53 +02:00
Walter van Niftrik
9b9e4e957d ADL: Clarify mono/color game options 2016-08-08 23:12:53 +02:00
Eugene Sandulenko
0fe0b15d95 DIRECTOR: Lingo: Fix calling built-ins with variable number of parameters 2016-08-08 21:21:11 +02:00
Eugene Sandulenko
9dff05e51b DIRECTOR: Lingo: Added stubs for puppet* commands 2016-08-08 21:18:30 +02:00
Eugene Sandulenko
83a3cb7db1 DIRECTOR: Lingo: Made 'go to' and 'play' commands work with expressions 2016-08-08 20:53:30 +02:00
Eugene Sandulenko
a253d1f50e DIRECTOR: Fix crash during test execution 2016-08-08 20:52:43 +02:00
Eugene Sandulenko
d07460963d DIRECTOR: Lingo: Fix toString() function 2016-08-08 20:37:26 +02:00
Eugene Sandulenko
9985d07660 DIRECTOR: Lingo: Improve 'go to' command 2016-08-08 20:11:07 +02:00
Walter van Niftrik
b9badf61bf ADL: Fix gfx vs console init order 2016-08-08 19:29:02 +02:00
Paul Gilbert
3bece5f478 TITANIC: Implemented CSeasonalMusicPlayer class 2016-08-08 08:13:05 -04:00
Paul Gilbert
a1affaa698 TITANIC: Implemented CAutoMusicPlayerBase class 2016-08-07 21:52:09 -04:00
Paul Gilbert
8b6ac03f18 TITANIC: Start of music player class 2016-08-07 19:04:28 -04:00
Eugene Sandulenko
0b244412e3 DIRECTOR: Lingo: Added stub for playAccel and printFrom commands 2016-08-07 22:32:59 +02:00
Eugene Sandulenko
8b5a6adfa8 DIRECTOR: Lingo: Fixed string parsing 2016-08-07 22:32:59 +02:00
Eugene Sandulenko
8467a3c0fc DIRECTOR: Lingo: Fixed line counting on error and multiple consequtive newlines 2016-08-07 22:32:59 +02:00
Eugene Sandulenko
7e2c77f001 DIRECTOR: Lingo: Extended go to/play test 2016-08-07 22:32:59 +02:00
Paul Gilbert
da0669b82b TITANIC: Add getNewRandomNumber to CGameObject 2016-08-07 11:45:27 -04:00
Paul Gilbert
ef2dda7e2e TITANIC: Add German detection, but disabled for now 2016-08-07 09:52:04 -04:00
Paul Gilbert
3c9d724866 TITANIC: Added sound methods to CGameObject 2016-08-07 09:49:10 -04:00
Eugene Sandulenko
3864f316e0 DIRECTOR: Lingo: Added 'play' and 'play done' command stubs 2016-08-07 07:31:50 +02:00
Eugene Sandulenko
e63460badc JANITORIAL: Compactify a bit built-in palette 2016-08-07 07:31:50 +02:00
Paul Gilbert
87b4c8a9d9 TITANIC: Added more sound manager functionality 2016-08-06 21:55:19 -04:00
Paul Gilbert
467967542b TITANIC: Further work on sound manager, fix extra enum comma 2016-08-06 19:21:21 -04:00
Paul Gilbert
7b5b06f9d3 TITANIC: Added more sound manager methods, field renames in CProximity 2016-08-06 18:54:00 -04:00
Dmitry Iskrich
551048118c DIRECTOR: Fix some image rendering seg faults 2016-08-06 21:36:14 +02:00
Dmitry Iskrich
b7f66e0c50 DIRECTOR: Debug output for Mac resource 2016-08-06 21:36:11 +02:00
Dmitry Iskrich
29faa28264 DIRECTOR: Change sprite type 2016-08-06 21:36:07 +02:00
Eugene Sandulenko
0204628f26 DIRECTOR: Lingo: Added stubs for open*, do, pause commands 2016-08-06 21:34:27 +02:00