aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
AgeCommit message (Expand)Author
2005-01-01Updated copyrightMax Horn
2004-12-19Off by oneTravis Howell
2004-11-27Make Array stuff part of the V6 engine class (note: it's a bit confusing to h...Max Horn
2004-10-22WhitespaceTorbjörn Andersson
2004-10-19Help PalmOS (and more ?) to save memoryChris Apers
2004-10-16Add missing case for HE 90+Travis Howell
2004-10-13HE 60 specificTravis Howell
2004-10-10Add some missing code for HE100.Travis Howell
2004-10-08Small correctionTravis Howell
2004-10-04Add missing roomOps case for HE games.Travis Howell
2004-09-29Should only copy data, not tag/size.Travis Howell
2004-09-29Leave disabledTravis Howell
2004-09-28Changed more of the actor class members to match our coding guidelines (in th...Max Horn
2004-09-28Seems the difference between o6_kernelSetFunctions case 16 and 17 is whether ...Max Horn
2004-09-26some more pointless cleanup / moving around of stuff :-)Max Horn
2004-09-23match TheDig and PuttMoon disasm, maybe this will fix fbear crash ?Gregory Montoir
2004-09-21cleanupMax Horn
2004-09-19Removed some not necessary #defines which could (and did) lead to programEugene Sandulenko
2004-09-18Rename some member vars to avoid _ followed by an uppercase letter. More of t...Max Horn
2004-09-18Added ScummEngine::printString() convenience method; changed enqueueText to c...Max Horn
2004-09-16A few more corrections, fixes freddi2 crash.Travis Howell
2004-09-16No longer required.Travis Howell
2004-09-16Correct array size readTravis Howell
2004-09-16OoopsTravis Howell
2004-09-16Correction to pickVarRandomTravis Howell
2004-09-08Should be reading array id resource.Travis Howell
2004-09-05Increase actor.sound to 32 for HE 80+ games.Travis Howell
2004-09-04Complete actor clipping override code for HE games.Travis Howell
2004-09-01HE specificTravis Howell
2004-08-29Add a few akos codesTravis Howell
2004-08-28cleanupMax Horn
2004-08-28Update HE gamesTravis Howell
2004-08-26More code/stubs for HE 7.2 gamesTravis Howell
2004-08-24HE 7.2 correction to o6_pickVarRandomEugene Sandulenko
2004-08-24Remove some old/duplicate code.Travis Howell
2004-08-24Correct bug in array loading from index.Travis Howell
2004-08-23Another stubTravis Howell
2004-08-23Another He 7.2 functionTravis Howell
2004-08-23Add He 7.2 classTravis Howell
2004-08-22Cursor code cleanupMax Horn
2004-08-22Basic start on freddemo (old version)Travis Howell
2004-08-22No longer requiredTravis Howell
2004-08-14Modified VirtScreen to inherit from Graphics::Surface, and added getPixels()/...Max Horn
2004-08-14Renamed o6_unknownE1 to o6_getPixel; use vs->xstart instead of _screenLeftMax Horn
2004-08-14whitespaceMax Horn
2004-08-08Update commentTravis Howell
2004-08-08Added suggested hack for bug #556558, which was bug in original game.Travis Howell
2004-08-07Re-arrange code to allow second INSANE in PC FT demo to workTravis Howell
2004-08-06WORKAROUND bug #903223 (COMI: Guybrush reads church clock incorrectly (German))Max Horn
2004-08-05Aargh, my work around code was using a wrong check, and then using the wrong ...Max Horn