Commit Graph

6523 Commits

Author SHA1 Message Date
Max Horn
faf3258241 cleanup
svn-id: r10162
2003-09-10 22:35:35 +00:00
Max Horn
87dd04e038 fix for bug #776807 (MM: Jail Door Closes). Our doSentence implementation should now be pretty close to what the original does. But regressions are possible...
svn-id: r10161
2003-09-10 17:15:44 +00:00
Oliver Kiehl
5b20c4fb91 disable code because it crashes
svn-id: r10160
2003-09-10 16:05:26 +00:00
Max Horn
1080dac5ac instead of abusing the 'recursive' attribute to flag V2 background scripts, use the freezeResistant attribute. This is a bit more consistent. Also, verb 254 should stop *any* sentence script, not just background ones; some cleanup
svn-id: r10159
2003-09-10 15:02:58 +00:00
Max Horn
1ccc58aa03 cleanup
svn-id: r10158
2003-09-10 14:43:42 +00:00
Max Horn
080128d748 removed superfluous #include
svn-id: r10157
2003-09-10 12:45:42 +00:00
Max Horn
afe56a4aeb added refCon parameter to timer class
svn-id: r10156
2003-09-10 12:43:54 +00:00
Max Horn
c0e2d2be66 fixed module.mk
svn-id: r10155
2003-09-10 12:41:14 +00:00
Max Horn
65a6bcb90b moved declaration of error/warning/debug from engine.h to util.h
svn-id: r10154
2003-09-10 12:40:41 +00:00
Travis Howell
c832c55f90 Fxo sky module compile
svn-id: r10153
2003-09-10 12:35:29 +00:00
Max Horn
07a9646997 moved declaration of error/warning/debug from engine.h to util.h
svn-id: r10152
2003-09-10 12:31:20 +00:00
Max Horn
925ddb1b86 moved declaration of error/warning/debug from engine.h to util.h
svn-id: r10151
2003-09-10 12:23:42 +00:00
Max Horn
eae239394c moved declaration of error/warning/debug from engine.h to util.h; added voc.cpp
svn-id: r10150
2003-09-10 12:19:57 +00:00
Max Horn
110152ddcf moved declaration of error/warning/debug from engine.h to util.h
svn-id: r10149
2003-09-10 12:15:51 +00:00
Travis Howell
77ae18255b Check for Roland patch in loom and monkeyega, give better error if patch not found.
svn-id: r10148
2003-09-10 11:43:19 +00:00
Travis Howell
0cbbfa1410 Add comment
svn-id: r10147
2003-09-10 08:30:55 +00:00
Travis Howell
87ff23ddc1 Correct RO sound resource size for blocked games.
svn-id: r10146
2003-09-10 03:50:03 +00:00
Max Horn
94c4cf0e55 fix for bug #770042 (LOOM: Some bits of dialogue are repeated)
svn-id: r10145
2003-09-10 00:28:26 +00:00
Max Horn
deb4f6b786 cleanup; fix for bug #795942 (COMI: text display off screen) and #785760 (COMI: Lockup/crash on Skull Island)
svn-id: r10144
2003-09-09 20:54:19 +00:00
Max Horn
d875bb69fe fix for bug #782086 (COMI: a long walk)
svn-id: r10143
2003-09-09 19:30:25 +00:00
Max Horn
70df5b782c another fix for bug #802396 (LOOMCD: Sound often causes lock up)
svn-id: r10142
2003-09-09 17:50:20 +00:00
Max Horn
4b9e30171b fix for bug #749970 (FT: Animation glitch at the fuel tower)
svn-id: r10141
2003-09-09 17:33:29 +00:00
Max Horn
07e8084eee replaced all use of scale items with scale slots. This allowed me to get rid of two big FIXME's, and might fix other scaling bugs in FT/DIG
svn-id: r10140
2003-09-09 17:29:22 +00:00
Max Horn
163ecdc054 added convertScaleTableToScaleSlot method, preparing to replace scale items with scale slots
svn-id: r10139
2003-09-09 16:55:25 +00:00
Torbjörn Andersson
d5f4297221 HACK: Display instructions during the cutscenes, so that the user won't
think ScummVM has hung or something.

svn-id: r10138
2003-09-09 15:54:13 +00:00
Torbjörn Andersson
78afd89698 Reworked the last commit a bit, so that PlaySmacker() doesn't need to know
as much about the text handling functions.

svn-id: r10137
2003-09-09 15:17:12 +00:00
Torbjörn Andersson
bc28dac67d In PlaySmacker(), make sure there really is a text sprite to draw.
svn-id: r10136
2003-09-09 15:10:07 +00:00
Travis Howell
b45d401948 Missed config option
svn-id: r10135
2003-09-09 14:20:00 +00:00
Travis Howell
aab3555460 Has not been Amiga AGA port for long long time.
svn-id: r10134
2003-09-09 14:16:28 +00:00
Travis Howell
2fb39d780f Add indexed readme from 0.5.0 branch with updates.
svn-id: r10133
2003-09-09 14:14:29 +00:00
Max Horn
ce60ec3145 added some comments to a FIXME
svn-id: r10132
2003-09-09 13:29:18 +00:00
Travis Howell
123c9035cf Up debug level of this warning, since it floods output in loom
svn-id: r10131
2003-09-09 13:23:09 +00:00
Torbjörn Andersson
5bf1974a08 Our ServiceWindows() never returns RDERR_APPCLOSED, and we always behave as
if we have the focus, so there's no need to check.

svn-id: r10130
2003-09-09 12:45:33 +00:00
Max Horn
555dae9fee map 0xA5 to 11025 Hz, too
svn-id: r10129
2003-09-09 12:36:41 +00:00
Max Horn
2c67f7b32f map 0xD3 in VOC headers to 22050 Hz, too
svn-id: r10128
2003-09-09 12:34:13 +00:00
Torbjörn Andersson
bb5f479a8c Added a WaitForFade() function, to replace numerous while-loops scattered
througout the code.

svn-id: r10127
2003-09-09 12:14:08 +00:00
Torbjörn Andersson
29607a17ef Cleanup
svn-id: r10126
2003-09-09 11:52:43 +00:00
Travis Howell
f0d926a5f8 Resampling is no longer required.
svn-id: r10125
2003-09-09 08:53:04 +00:00
Paweł Kołodziejski
2b2cdf00aa updated vc7 file
svn-id: r10124
2003-09-09 08:00:09 +00:00
Torbjörn Andersson
fb6e8dd628 Clarified some comments in PlaySmacker(). At this point it should be fairly
trivial to actually play the Smacker voice-overs, but I think the sound
code needs a bit more cleaning up first. (I'm pretty sure it isn't
alignment-safe, and it might not be endian-safe either.)

svn-id: r10123
2003-09-09 07:01:04 +00:00
Torbjörn Andersson
e68176f8c3 Read Smacker voice-overs from the correct file, same way as speech.cpp does
svn-id: r10122
2003-09-09 06:54:11 +00:00
Torbjörn Andersson
5396901ec6 Simplified the code to decide whether to use speech1.clu or speech2.clu
since res_man.WhichCd() appears to be working now.

svn-id: r10121
2003-09-09 06:49:15 +00:00
Robert Göffringmann
083be33f1a fix sfx routine
svn-id: r10120
2003-09-09 06:37:01 +00:00
Max Horn
6adb8560a8 some initial work on Mac0 support. Everybody feel free to pick up here and implement the rest <g>
svn-id: r10119
2003-09-09 01:21:42 +00:00
Max Horn
24560608ed cleanup
svn-id: r10118
2003-09-09 00:20:55 +00:00
Max Horn
821faf9e03 added convertMac0Resource (which doesn't do anything yet, but is the place we can add Mac0 support in later); factored out some common code in convertADResource; fixed memory leak when convertADResource was called; misc cleanup
svn-id: r10117
2003-09-09 00:13:19 +00:00
Max Horn
697ac22c32 mention some GM instrument numbers
svn-id: r10116
2003-09-08 23:35:36 +00:00
Max Horn
b8d72d8854 added comment describing Mac0 format
svn-id: r10115
2003-09-08 23:18:11 +00:00
Max Horn
aa61764b2f while 'more logical' the current link order doesn't work if all plugins are disabled. 'sound' has to come before 'backends' or MidiDriver_MPU401 won't get pulled in
svn-id: r10114
2003-09-08 22:38:21 +00:00
Max Horn
7655513c31 added a TODO
svn-id: r10113
2003-09-08 22:26:20 +00:00