aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v8.cpp
AgeCommit message (Expand)Author
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
2003-07-15factored out some duplicate code into a new method translateTextAndPlaySpeech...Max Horn
2003-07-14reduced duplicate codeMax Horn
2003-07-14fix for bug #769744 (COMI: Trying to append to a nonexistant stream)Max Horn
2003-07-13debug/warning/error all automatically output a newlineMax Horn
2003-06-16Comitted the partial (but seemintly good enough) actorHit implementationTorbjörn Andersson
2003-06-15made stuff in class Sound protected where possible; moved readCreativeVocFile...Max Horn
2003-06-09don't incorrectly treat SO_PRINT_WRAP like SO_PRINT_MUMBLE; rather just ignor...Max Horn
2003-06-07follow our coding conventionsMax Horn
2003-06-02use enqueueText for FT, tooMax Horn
2003-06-02moved blast text code to string.cppMax Horn
2003-06-02cleaned up the restart/pause/shutdown situation a bit; added comment that exp...Max Horn
2003-05-31cleanupMax Horn
2003-05-31cleanupMax Horn
2003-05-31apply V6 elevation change to V8, tooMax Horn
2003-05-31renamed walk_script/talk_script -> walkScript/talkScriptMax Horn
2003-05-30rewrote Actor::needBgReset related code (this could cause regressions...)Max Horn
2003-05-28cleanup; added hackish fix for bug #744441Max Horn
2003-05-27fixed o8_getStringWidth (should fix bug #741625)Max Horn