aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-12-31cleanup; fixed z masking in COMIMax Horn
svn-id: r6294
2002-12-31fix opcode that sets actor z cliping. Yeah I know that Guybrush now is drawn ↵Max Horn
wrong - but this change is not the cause for it, it only reveals the problem (which is already causing the canon to be drawn wrong) svn-id: r6293
2002-12-31more cleanupMax Horn
svn-id: r6292
2002-12-31another round of cleanup on the first 6 decoders: only moved around code to ↵Max Horn
work out the extreme similarities between them svn-id: r6291
2002-12-31getting rid of _currentXMax Horn
svn-id: r6290
2002-12-31more cleanupMax Horn
svn-id: r6289
2002-12-31cleanupMax Horn
svn-id: r6288
2002-12-31fix COMI transparency color (but maybe there is a replacement for TRNS in V8?)Max Horn
svn-id: r6287
2002-12-31added V8 support to drawVerbBitmap - not even sure if that is used in COMI, ↵Max Horn
though svn-id: r6286
2002-12-31implemented object drawing (still somewhat broken, we get a 'green screen' ↵Max Horn
effetc :-). Oh yes, this probably breaks save game compatibility for COMI. Oh yeah. As if I would care <g> svn-id: r6285
2002-12-31get rid of DUMP_SCRIPTS; in its place, added run time option '-u' to enabled ↵Max Horn
script dumping svn-id: r6284
2002-12-30rename some vars to make gcc 2.95.2 happy with -WshadowMax Horn
svn-id: r6283
2002-12-30hopefully this fixes the box regressionMax Horn
svn-id: r6282
2002-12-30More CMI opcode work. The Murray scene outside the Voodoo ladys house (-d1 ↵James Brown
-b201) and the Map (-d1 -b226) now mostly work svn-id: r6281
2002-12-30Fixed VC++ warnings.Jamieson Christian
svn-id: r6279
2002-12-30cleanupMax Horn
svn-id: r6278
2002-12-30removed more dead weightMax Horn
svn-id: r6277
2002-12-30small optimizationMax Horn
svn-id: r6276
2002-12-30load z-planes correctly for V8; however, there is still something slightly ↵Max Horn
broken (visible at the cannon which is only drawn partly) svn-id: r6275
2002-12-30guess on the location of VAR_SCROLL_SCRIPT (based on the fact that all other ↵Max Horn
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-30Implement findBlastObject correctly - inventory now worksJames Brown
svn-id: r6273
2002-12-30make alsa driver print out the correct portJonathan Gray
svn-id: r6272
2002-12-30added FIXMEMax Horn
svn-id: r6271
2002-12-30cleanupMax Horn
svn-id: r6270
2002-12-30added two V8 opcodes; more meaningful error messageMax Horn
svn-id: r6269
2002-12-30added two debugger commandsMax Horn
svn-id: r6268
2002-12-30get rid of annoying warningMax Horn
svn-id: r6267
2002-12-30fixed walkboxes for V8 gamesMax Horn
svn-id: r6266
2002-12-30hm...Max Horn
svn-id: r6265
2002-12-30cleanupMax Horn
svn-id: r6264
2002-12-29cleanupMax Horn
svn-id: r6263
2002-12-29cleanupMax Horn
svn-id: r6262
2002-12-29add timer variables - this (partially) fixes mouse clicking (boy, I did ↵Max Horn
stare at script 32 for a long time for this one :-) svn-id: r6261
2002-12-29fixed indentation and a warningMax Horn
svn-id: r6260
2002-12-29added some comments / system call skeletionMax Horn
svn-id: r6259
2002-12-29fixed warningMax Horn
svn-id: r6258
2002-12-29changed a little structure for codec47Paweł Kołodziejski
svn-id: r6257
2002-12-29Translate/say verbs added to converstion text.James Brown
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-29Remove translation code from verbageJames Brown
svn-id: r6255
2002-12-29disabled also TEXT subcode in CMI smushPaweł Kołodziejski
svn-id: r6254
2002-12-29Fix silly typo - thanks max :)James Brown
svn-id: r6253
2002-12-29disabled CMI smush audio, cleanup codec 47, correct path paramPaweł Kołodziejski
svn-id: r6252
2002-12-29fix compileJames Brown
svn-id: r6251
2002-12-29override var was wrong, update mouse click codeJames Brown
svn-id: r6250
2002-12-29Add and verify some variablesJames Brown
svn-id: r6249
2002-12-29removed handle codec 14Paweł Kołodziejski
svn-id: r6248
2002-12-29Remove overly verbose debug message :)James Brown
svn-id: r6247
2002-12-29fixed play CMI musicPaweł Kołodziejski
svn-id: r6246
2002-12-29fix cutoff hack workaroundJames Brown
svn-id: r6245
2002-12-29various small fixes; first sample of CMI now is audible (a start at least :-)Max Horn
svn-id: r6244