aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-06-06changed sprite priority, changed some errors to warnings and added hack to ↵Robert Göffringmann
get past the first scene svn-id: r8357
2003-06-06forgot to activate that code againRobert Göffringmann
svn-id: r8356
2003-06-06misc fixesRobert Göffringmann
svn-id: r8355
2003-06-06add some (mouse) stubsJoost Peters
svn-id: r8354
2003-06-06whoops.Robert Göffringmann
svn-id: r8353
2003-06-06fix logic script bugs.Robert Göffringmann
svn-id: r8352
2003-06-06changed warning() to error(), this is how it is in the original, and this ↵Joost Peters
seems to happen when you try to exit the underground-bar currently, don't know why yet. svn-id: r8351
2003-06-06Order matters! Inverse iris is transition effect 5 and nothing else.Torbjörn Andersson
svn-id: r8350
2003-06-06added a currently disabled hack that can be used to get costumes used in V1 ↵Max Horn
games (currently crashes since we don't support that custome format yet) svn-id: r8349
2003-06-06Get rid of *64 targets, use 'maniac' and 'zak' autodetection for the ↵James Brown
AFTER_V1 flag instead. svn-id: r8348
2003-06-06Hack to fix the placement of the green transparency on the tank in the HallTorbjörn Andersson
of Oddities in Sam & Max. As far as I can tell, this was a bug in the original game as well, so this is one of the rare cases where I think a hack is ok even as a long-term solution. svn-id: r8347
2003-06-06v1 object drawing updates from aquadranJonathan Gray
svn-id: r8346
2003-06-06fixed almost object drawing for v1 games, (ugly hack for drawBitmap)Paweł Kołodziejski
svn-id: r8345
2003-06-06changed height of virtscreen for v1 gamesPaweł Kołodziejski
svn-id: r8344
2003-06-06forgot to implement right mousebutton. :)Robert Göffringmann
svn-id: r8343
2003-06-06small bugfix, menu still doesn't work. -_-Robert Göffringmann
svn-id: r8342
2003-06-06cleanupMax Horn
svn-id: r8341
2003-06-05make code use our coding conventionsMax Horn
svn-id: r8340
2003-06-05unified some codeMax Horn
svn-id: r8339
2003-06-05proper mouse transparancy fix, should work for all cursors nowJoost Peters
svn-id: r8338
2003-06-05fixed switch opcodeOliver Kiehl
svn-id: r8337
2003-06-05fixed mouse cursor/transparencyJoost Peters
svn-id: r8336
2003-06-05make mouse move to middle of screen at start and let skystate initialize its ↵Robert Göffringmann
_objectList svn-id: r8335
2003-06-05fixed caching routinesRobert Göffringmann
svn-id: r8334
2003-06-05a little betterPaweł Kołodziejski
svn-id: r8333
2003-06-05fixed sprite drawing, added some mouse support and some logic routines.Robert Göffringmann
svn-id: r8332
2003-06-05disabled mask for nowPaweł Kołodziejski
svn-id: r8331
2003-06-05fixed my last commitPaweł Kołodziejski
svn-id: r8330
2003-06-05added v1 gfx codec, (not working)Paweł Kołodziejski
svn-id: r8329
2003-06-05clarified commentMax Horn
svn-id: r8328
2003-06-05TypoTravis Howell
svn-id: r8327
2003-06-05Adjust default _subtitle valuesTravis Howell
svn-id: r8326
2003-06-05Last commit should have been made simon1 onlyTravis Howell
svn-id: r8325
2003-06-05Commit combined speech and subtitles patchTravis Howell
Add support for nosubtitles config option svn-id: r8324
2003-06-05restricted check to V2, stupid mistakeMax Horn
svn-id: r8323
2003-06-05modified commentMax Horn
svn-id: r8322
2003-06-05Regenerate strip table when loadingMax Horn
svn-id: r8321
2003-06-05fix for bug #749355Max Horn
svn-id: r8320
2003-06-05proper const castMax Horn
svn-id: r8319
2003-06-05Synchronize channels playing the same frequency. This preventsJochen Hoenicke
interference effects. svn-id: r8318
2003-06-05optimisation to blit rects in one shot when width=pitch=screenwidthBertrand Augereau
svn-id: r8317
2003-06-05The Full Throttle end credits (press "W" to skip to them) look much nicerTorbjörn Andersson
if the blast texts are drawn before the blast objects. This may cause regressions, but if so perhaps we can fix them by conditionally making blast texts produce a charset mask? Blast objects already honors the charset mask, so the end result should be the same as if the object was drawn first and the text afterwards. svn-id: r8316
2003-06-05cleanupTorbjörn Andersson
svn-id: r8315
2003-06-05Inverse iris transition effect for V2 games. Also, some transition effectsTorbjörn Andersson
weren't working properly unless the entire screen was first marked as not dirty. I hope fixing that didn't break anything else. svn-id: r8314
2003-06-05Fix the ugly striped shadows in AKOS codec 1 when drawing scaled actors.Torbjörn Andersson
This was noticeable in Full Throttle and Curse of Monkey Island, at least. I don't remember seeing it in The Dig. svn-id: r8313
2003-06-05fixed compilation for vc6Paweł Kołodziejski
svn-id: r8312
2003-06-05unmacro-ed and templated ABS, MIN & MAXBertrand Augereau
svn-id: r8311
2003-06-05did a bit of cleaning and added TODOs ;)Bertrand Augereau
svn-id: r8310
2003-06-05use the global BaseCostumeRenderer instead of reinstancing it every timeBertrand Augereau
svn-id: r8309
2003-06-05converted from struc to class and added a function to update _numStrips, ↵Bertrand Augereau
needed since we don't reinstantiate BCR all the time anymore svn-id: r8308