aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v5.cpp
AgeCommit message (Expand)Author
2004-08-22If bug still occurs, the problem is elsewhere.Travis Howell
2004-08-22Switch to debug channelTravis Howell
2004-08-21Removed some obsolete TODO commentsMax Horn
2004-08-21Skip copy protection screen in indy3ega.Travis Howell
2004-08-21Change to allow FM Towns platform to be used with later gamesTravis Howell
2004-08-20Enable original method of skipping copy protectionTravis Howell
2004-08-14Modified VirtScreen to inherit from Graphics::Surface, and added getPixels()/...Max Horn
2004-08-14Add suggested fix for bug #1008466 - MI1VGA: Guybrush not scaled properlyTravis Howell
2004-07-27Not needed, invalid in Loom[ega]Travis Howell
2004-07-26One last hack to allow demo script in V2 Maniac Mansion.Travis Howell
2004-07-26Not quite right spot.Travis Howell
2004-07-26VAR_SOUND_RESULT should be reset.Travis Howell
2004-07-25Merge palette functions.Travis Howell
2004-07-24Ooops commited wrong branch.Travis Howell
2004-07-24A few HE games are supported now.Travis Howell
2004-07-23Add more detailsTravis Howell
2004-07-23Mention method used to skip copy protection in original LoomTravis Howell
2004-07-22Should not be set for any scumm3 games.Travis Howell
2004-06-25Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage againMax Horn
2004-06-25Use auto_ptr to avoid leaksMax Horn
2004-05-02Applied my suggested fix for #933168, since I'm tired of waiting forTorbjörn Andersson
2004-04-17Removed XOR encoding stuff from File class; instead the new Scumm::XORFile cl...Max Horn
2004-04-05Replaced FIXME with proper explanation and code (the previous hack was actual...Max Horn
2004-04-05Renamed StringTab::backup to StringTab::_default, as that describes better wh...Max Horn
2004-04-03cleanup StringTab stuffMax Horn
2004-03-17Fix for bug #893254 (MI1VGA: Changes in object names are not saved); this may...Max Horn
2004-03-15disambiguate the two talkingActor() methods (one was a getter, one a setter -...Max Horn
2004-03-15clearMsgQueue now just is a synonym for stopTalk -> remove itMax Horn
2004-03-15refactor use of _messagePtr -> instead of using it as an implicit parameter f...Max Horn
2004-02-26Work around music glitch in Monkey Island 2:Torbjörn Andersson
2004-02-22This should fix zak lotto bug correctly.Travis Howell
2004-02-22Code is required, according to disasm.Travis Howell
2004-01-31renamed _saveLoadCompatible to _saveTemporaryState; make use of requestLoad/r...Max Horn
2004-01-16Fix for bug #862263 - Maniac actors never stop talking. I know this could pro...James Brown
2004-01-15use Rect in struct VerbSlotMax Horn
2004-01-11changed the name of the former removeObjectFromRoom yet again, to markObjectR...Max Horn
2004-01-11renamed removeObjectFromRoom to forceObjectRedrawMax Horn
2004-01-06updated copyright noticeMax Horn
2004-01-05more cleanupMax Horn
2004-01-05added Actor::getElevation and Actor::setElevation; cleaned up costume API a b...Max Horn
2004-01-04cleanupMax Horn
2004-01-03renamed updateDirtyRect to markRectAsDirty (because that's what it really doe...Max Horn
2004-01-03removed unused param in initScreensMax Horn
2003-12-26got rid of those _maxFOO macros, replaced them by access to the equivalent _n...Max Horn
2003-12-25cleanupMax Horn
2003-12-25cleanup; fix File::open usage (do not hardocde constant values, rather use th...Max Horn
2003-12-17Patch #861716: palManipulateInit for V6 games (I modified the patch a bit)Max Horn
2003-12-06Fix for bug #795937 (MI1demo: plank behind the kitchen); cleanupMax Horn
2003-11-16changed some shift operators to *, /Paweł Kołodziejski
2003-11-16replaced constans with namesPaweł Kołodziejski