aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v8.cpp
AgeCommit message (Expand)Author
2004-02-25Fix VAR_VOICE_MODE in COMITravis Howell
2004-02-24COMI uses VAR_CHARINC in reverse, so adjust readvar.Travis Howell
2004-02-22Original comi doesn't check value at allTravis Howell
2004-02-21Adjust again for comi demo.Travis Howell
2004-02-21COMI needs an adjust for VAR_CHARINC writes.Travis Howell
2004-02-21Use correct method for subtitle speed.Travis Howell
2004-02-20Correct another bad comi varTravis Howell
2004-02-13proper usage actor talkVolumePaweł Kołodziejski
2004-02-09Missed oneTravis Howell
2004-02-09added talkVolume, and changed talkPan call methodPaweł Kołodziejski
2004-01-31renamed _saveLoadCompatible to _saveTemporaryState; make use of requestLoad/r...Max Horn
2004-01-19fix endian bug when dealing with ArrayHeader's; added a hack to permit save g...Max Horn
2004-01-16Just hide a few noisy warnings.James Brown
2004-01-15use Rect in struct VerbSlotMax Horn
2004-01-11cleanupMax Horn
2004-01-08cleanup (make some more use of class Common::Rect)Max Horn
2004-01-07changed lipsync func paramPaweł Kołodziejski
2004-01-07Add missing breakTravis Howell
2004-01-07Add missing breakTravis Howell
2004-01-06synced imuse digital with local treePaweł Kołodziejski
2004-01-06updated copyright noticeMax Horn
2004-01-06Made o8_getActorZPlane return the same z value as Actor::drawActorCostume com...Max Horn
2004-01-05more cleanupMax Horn
2004-01-05added Actor::getElevation and Actor::setElevation; cleaned up costume API a b...Max Horn
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-26got rid of those _maxFOO macros, replaced them by access to the equivalent _n...Max Horn
2003-12-26when introducing a constant used throughout multiple files, best assign a *na...Max Horn
2003-12-26passthrought v7+ sound voices by imuse digitalPaweł Kołodziejski
2003-12-25cleanupMax Horn
2003-12-22Moved bundle music code from class Sound to IMuseDigital (seems more natural;...Max Horn
2003-12-05Add keyboard support for derby in FT and cannon battle in COMI, patch #853099Travis Howell
2003-11-12changed getting position of bundle song to msPaweł Kołodziejski
2003-11-11made Scumm::OptionsDialog subclass GUI::OptionsDialog (code reuse); replaced ...Max Horn
2003-11-10renamed back to o6_ifclassofif and extended names for dim opcodesPaweł Kołodziejski
2003-11-10cleanup / some warnings (I'd like to know if and where those opcodes are used)Max Horn
2003-11-09renamed some opcodes and added sobopcode commentsPaweł Kołodziejski
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix explic...Max Horn
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also m...Max Horn
2003-09-24Whitespace changesTorbjörn Andersson
2003-09-14moved Actor x/y to _pos.x/_pos.y -> this makes it much easier to grep for acc...Max Horn
2003-09-11no need to manually call update_screen after a warp_mouse - if the backend ne...Max Horn
2003-09-11cleanupMax Horn
2003-09-11cleanupMax Horn
2003-09-09cleanup; fix for bug #795942 (COMI: text display off screen) and #785760 (COM...Max Horn
2003-09-03Implement the ACTOR_PAN opcode. The only place I know of where it's used isTorbjörn Andersson
2003-08-14changed warning into debug in o8_startVideo funcPaweł Kołodziejski
2003-08-05removed obsolete FIXMEMax Horn
2003-07-24cleanup: encapsulate some more members of class Actor, and rename newDirectio...Max Horn
2003-07-16some commentsMax Horn