Commit Graph
86814 Commits
Author SHA1 Message Date
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
Paweł Kołodziejski 3102fd42e3 added more stuff for CMI music
svn-id: r6241
2002-12-28 21:46:49 +00:00
Paweł Kołodziejski f63cb96468 added CMI music imuse tables
svn-id: r6240
2002-12-28 21:29:46 +00:00
Paweł Kołodziejski f48341c8a5 fix for CMI codec
svn-id: r6239
2002-12-28 17:11:23 +00:00
Max Horn b794c3c375 fixed warning
svn-id: r6238
2002-12-28 16:38:15 +00:00
Max Horn 14dde6a6d5 typo :-)
svn-id: r6237
2002-12-28 16:36:43 +00:00
Max Horn 615603898f fixed several warnings; added a FIXME to a suspicious variable usage; use same procedure brace style as in our other source files. And boy, this source file really really should have more (read: any) comments :-)
svn-id: r6236
2002-12-28 16:35:19 +00:00
Paweł Kołodziejski 9d664c9003 added 16 bits samples to playVoice
svn-id: r6235
2002-12-28 15:48:37 +00:00
Paweł Kołodziejski 642cfec556 fix playVoice
svn-id: r6234
2002-12-28 15:42:44 +00:00
James Brown c13ba9ef64 revert
svn-id: r6233
2002-12-28 15:16:26 +00:00
Paweł Kołodziejski b90ef60f2a added CMI sound codec
svn-id: r6232
2002-12-28 15:02:23 +00:00
Paweł Kołodziejski ab4b33f51c remove call CMI music
svn-id: r6231
2002-12-28 15:00:53 +00:00
Paweł Kołodziejski 5de3a31b80 fix compilation under VC6
svn-id: r6230
2002-12-28 14:58:16 +00:00
Jamieson Christian b5d8f469b6 Separated IMuseDigital into its own files.
svn-id: r6229
2002-12-28 14:40:56 +00:00
Jamieson Christian 08b2be0beb Separated IMuseDigital to its own files
svn-id: r6228
2002-12-28 14:37:30 +00:00
James Brown 669e5b8ebc de-verbalise some debug messages (move from debug(1) to debug(2)).. so we can see printDebug lines easier
svn-id: r6227
2002-12-28 12:42:55 +00:00