aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
AgeCommit message (Expand)Author
2004-01-31renamed _saveLoadCompatible to _saveTemporaryState; make use of requestLoad/r...Max Horn
2004-01-30DOTT should save sound state if _saveLoadSlot is true when doing a temporary ...Travis Howell
2004-01-22Not needed for puttdemo.Travis Howell
2004-01-22actor ignoreTurns is complete for scumm6Travis Howell
2004-01-22Remove a few old warnings.Travis Howell
2004-01-19cleanupMax Horn
2004-01-19fix endian bug when dealing with ArrayHeader's; added a hack to permit save g...Max Horn
2004-01-19moved the sam&max inventory hack into o6_setOwnerMax Horn
2004-01-19moved some V6-only scumm vars to ScummEngine_v6Max Horn
2004-01-18Avoid assert in PC version of FT demo.Travis Howell
2004-01-17disabled opcode warningPaweł Kołodziejski
2004-01-16Moved FT INSANE to a separate directory and splitted it to multiple files.Eugene Sandulenko
2004-01-16Revert last array change, until they can be verified.Travis Howell
2004-01-16Fix for bug #862263 - Maniac actors never stop talking. I know this could pro...James Brown
2004-01-16Checks were a bit too strict, makes fatty bear completable.Travis Howell
2004-01-16Add some stubs for Fatty Bear.Travis Howell
2004-01-16Add correct actor palette color changing for HE games.Travis Howell
2004-01-15pedantic changeMax Horn
2004-01-15use Rect in struct VerbSlotMax Horn
2004-01-15Add correct fix for puttputtTravis Howell
2004-01-15*** empty log message ***Travis Howell
2004-01-15Hack only needs to check for insane values now.Travis Howell
2004-01-14Need to know where this occursTravis Howell
2004-01-14Add/update commentsTravis Howell
2004-01-14These two case are the same, checked samnmax disasm.Travis Howell
2004-01-14No code is missing in this case.Travis Howell
2004-01-14Add better method.Travis Howell
2004-01-14Add missing code for samnmax screen saver, fixes bug #781683Travis Howell
2004-01-14Implemented o6_localizeArray for HE gamesEugene Sandulenko
2004-01-14Remove INSANE define.Travis Howell
2004-01-12Wrong SO_*Travis Howell
2004-01-12Add skipLimb actor var, which is used by puttmoon.Travis Howell
2004-01-12Add missing case.Travis Howell
2004-01-11cleanupMax 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-08move the charset mask to the charset renderer class; some other related changesMax Horn
2004-01-07Add another check for ignoreTurns, ignoreTurns.Travis Howell
2004-01-07These two subops are the same, checked dig/ft disasm.Travis Howell
2004-01-06synced imuse digital with local treePaweł Kołodziejski
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-05Had checks wrong way around, seems to work now.Travis Howell
2004-01-04Add commentTravis Howell
2004-01-04cleanupMax Horn
2004-01-04turns out we always had VirtScreen::backBuf but didn't use it... change that ...Max Horn
2004-01-04replaced many instances of _screenWidth by VirtScreen::width, where approriat...Max Horn
2004-01-03removed unused param in initScreensMax Horn
2004-01-02Add comments for HE specific opcodesTravis Howell