aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
AgeCommit message (Expand)Author
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
2004-01-02OoopsTravis Howell
2004-01-02Add another HE games opcode and case.Travis Howell
2004-01-02Can be used for The Dig too, lander mini-games works again.Travis Howell
2003-12-30Add missing case for HE games.Travis Howell
2003-12-30This is dummy opcode in tentacleTravis Howell
2003-12-30Ooops, duplicate code.Travis Howell
2003-12-30Add correct solution for drawObjectQue[] overflow in lawn mower mini games of...Travis Howell
2003-12-30Give HE games their own IDs.Travis Howell
2003-12-28Add additional case for putt putt gamesTravis Howell
2003-12-27try to make it more obvious how certain timer freqs are derivedMax Horn
2003-12-27get rid of _noSubtitles, use ConfigManager directly instead; clean up some IM...Max Horn
2003-12-26cleanupMax Horn
2003-12-26got rid of those _maxFOO macros, replaced them by access to the equivalent _n...Max Horn
2003-12-25_inventory was sometimes accessed one-based and sometimes zero-based -> alway...Max Horn
2003-12-25updated kernelSetFunctions opcode 20Paweł Kołodziejski
2003-12-25some changes to digital imusePaweł Kołodziejski
2003-12-25start sound call directly digital imuse, only script part handled by mainloop...Paweł Kołodziejski
2003-12-17cleanupMax Horn
2003-12-15indentionMax Horn
2003-12-06Preliminary support for FT INSANE is added. To enable the code defineEugene Sandulenko
2003-12-05Add keyboard support for derby in FT and cannon battle in COMI, patch #853099Travis Howell
2003-11-28game targets can now have a base filename different from the target name; mis...Max Horn
2003-11-18revert use of GF_DEMO in Humongous games fixing several problemsJonathan Gray
2003-11-18Fix object names in dig demoTravis Howell
2003-11-17replaced demo GIDs wth GF_DEMOPaweł Kołodziejski