2979 Commits

Author SHA1 Message Date
Max Horn
7f15b5d08b more cleanup
svn-id: r6292
2002-12-31 14:59:06 +00:00
Max Horn
4b6605c286 another round of cleanup on the first 6 decoders: only moved around code to work out the extreme similarities between them
svn-id: r6291
2002-12-31 04:59:23 +00:00
Max Horn
66b3d2f91a getting rid of _currentX
svn-id: r6290
2002-12-31 04:45:21 +00:00
Max Horn
6079d0f108 more cleanup
svn-id: r6289
2002-12-31 04:36:14 +00:00
Max Horn
dfea6a0d57 cleanup
svn-id: r6288
2002-12-31 04:19:46 +00:00
Max Horn
b231ef38f0 fix COMI transparency color (but maybe there is a replacement for TRNS in V8?)
svn-id: r6287
2002-12-31 04:19:10 +00:00
Max Horn
bac0245250 added V8 support to drawVerbBitmap - not even sure if that is used in COMI, though
svn-id: r6286
2002-12-31 03:32:06 +00:00
Max Horn
5d4f06cf1f implemented object drawing (still somewhat broken, we get a 'green screen' effetc :-). Oh yes, this probably breaks save game compatibility for COMI. Oh yeah. As if I would care <g>
svn-id: r6285
2002-12-31 03:26:02 +00:00
Max Horn
166ea5bcee get rid of DUMP_SCRIPTS; in its place, added run time option '-u' to enabled script dumping
svn-id: r6284
2002-12-31 02:09:57 +00:00
Max Horn
1ce31266a9 rename some vars to make gcc 2.95.2 happy with -Wshadow
svn-id: r6283
2002-12-30 21:56:56 +00:00
Max Horn
a54d2d4a9f hopefully this fixes the box regression
svn-id: r6282
2002-12-30 20:31:36 +00:00
James Brown
6038bb85be More CMI opcode work. The Murray scene outside the Voodoo ladys house (-d1 -b201) and the Map (-d1 -b226) now mostly work
svn-id: r6281
2002-12-30 17:05:38 +00:00
Jamieson Christian
7db414b203 Fixed VC++ warnings.
svn-id: r6279
2002-12-30 14:22:23 +00:00
Max Horn
1fad3ca0b9 cleanup
svn-id: r6278
2002-12-30 14:04:46 +00:00
Max Horn
69dfba70eb removed more dead weight
svn-id: r6277
2002-12-30 13:55:36 +00:00
Max Horn
85fe4018bc small optimization
svn-id: r6276
2002-12-30 13:52:16 +00:00
Max Horn
f5b8b9adcf load z-planes correctly for V8; however, there is still something slightly broken (visible at the cannon which is only drawn partly)
svn-id: r6275
2002-12-30 13:15:08 +00:00
Max Horn
d51b443814 guess on the location of VAR_SCROLL_SCRIPT (based on the fact that all other scripts have the same position as in V7, too). Alas, it seems to never be set by any script... so either V8 doesn't use this, or this location is wrong after all?
svn-id: r6274
2002-12-30 12:56:00 +00:00
James Brown
e2b131bbdb Implement findBlastObject correctly - inventory now works
svn-id: r6273
2002-12-30 11:03:13 +00:00
Jonathan Gray
8acd77b85e make alsa driver print out the correct port
svn-id: r6272
2002-12-30 06:24:59 +00:00
Max Horn
5c6bd0f658 added FIXME
svn-id: r6271
2002-12-30 02:11:33 +00:00
Max Horn
d87b7fb471 cleanup
svn-id: r6270
2002-12-30 02:06:18 +00:00
Max Horn
2a1e07f3e5 added two V8 opcodes; more meaningful error message
svn-id: r6269
2002-12-30 01:40:12 +00:00
Max Horn
f167eafee6 added two debugger commands
svn-id: r6268
2002-12-30 01:27:33 +00:00
Max Horn
69a44051d9 get rid of annoying warning
svn-id: r6267
2002-12-30 01:25:51 +00:00
Max Horn
126e793f6a fixed walkboxes for V8 games
svn-id: r6266
2002-12-30 01:17:41 +00:00
Max Horn
57b2e6e4de hm...
svn-id: r6265
2002-12-30 01:17:08 +00:00
Max Horn
2c6464c07a cleanup
svn-id: r6264
2002-12-30 00:40:25 +00:00
Max Horn
5f472bdcd0 cleanup
svn-id: r6263
2002-12-29 21:14:28 +00:00
Max Horn
ceac475714 cleanup
svn-id: r6262
2002-12-29 19:54:11 +00:00
Max Horn
aeb73ead62 add timer variables - this (partially) fixes mouse clicking (boy, I did stare at script 32 for a long time for this one :-)
svn-id: r6261
2002-12-29 19:52:32 +00:00
Max Horn
4cf27c6265 fixed indentation and a warning
svn-id: r6260
2002-12-29 19:51:27 +00:00
Max Horn
974369502a added some comments / system call skeletion
svn-id: r6259
2002-12-29 19:51:10 +00:00
Max Horn
a7c62fbf43 fixed warning
svn-id: r6258
2002-12-29 19:50:08 +00:00
Paweł Kołodziejski
36c2b8c581 changed a little structure for codec47
svn-id: r6257
2002-12-29 17:55:16 +00:00
James Brown
b885b47269 Translate/say verbs added to converstion text.
N.B: We might be able to cut back on all these translateText calls if we just do it in addMessageToStack() period... thoughts?

svn-id: r6256
2002-12-29 17:46:12 +00:00
James Brown
b8ef222a8d Remove translation code from verbage
svn-id: r6255
2002-12-29 17:35:38 +00:00
Paweł Kołodziejski
c9a6b40607 disabled also TEXT subcode in CMI smush
svn-id: r6254
2002-12-29 17:22:45 +00:00
James Brown
88bb10ee25 Fix silly typo - thanks max :)
svn-id: r6253
2002-12-29 17:07:45 +00:00
Paweł Kołodziejski
f870d15d42 disabled CMI smush audio, cleanup codec 47, correct path param
svn-id: r6252
2002-12-29 16:58:37 +00:00
James Brown
1a1bcc6695 fix compile
svn-id: r6251
2002-12-29 15:29:12 +00:00
James Brown
056feec44c override var was wrong, update mouse click code
svn-id: r6250
2002-12-29 15:06:44 +00:00
James Brown
4726dba613 Add and verify some variables
svn-id: r6249
2002-12-29 14:56:25 +00:00
Paweł Kołodziejski
372bbbb7a5 removed handle codec 14
svn-id: r6248
2002-12-29 12:44:57 +00:00
James Brown
fe81fee2f2 Remove overly verbose debug message :)
svn-id: r6247
2002-12-29 01:42:50 +00:00
Paweł Kołodziejski
edacf91d7f fixed play CMI music
svn-id: r6246
2002-12-29 01:28:44 +00:00
James Brown
c8de10cbc5 fix cutoff hack workaround
svn-id: r6245
2002-12-29 01:21:58 +00:00
Max Horn
24229f820a various small fixes; first sample of CMI now is audible (a start at least :-)
svn-id: r6244
2002-12-29 00:20:15 +00:00
Paweł Kołodziejski
8969d5e59c added missing return
svn-id: r6243
2002-12-28 21:55:32 +00:00
Max Horn
1df00017bb added missing comma
svn-id: r6242
2002-12-28 21:48:19 +00:00