aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v8.cpp
AgeCommit message (Expand)Author
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
2003-05-26added FIXME commentMax Horn
2003-05-23cleanupTorbjörn Andersson
2003-05-23replaced many unsafe uses of derefActorSafe by derefActor; replaced derefActo...Max Horn
2003-05-22renamed talkFrame1/talkFrame2 to talkStartFrame/talkStopFrameMax Horn
2003-05-21many pedantic warning fixes (and some actual potential buglets fixed, too)Max Horn
2003-05-21make fingolfin happy :)Jonathan Gray
2003-05-21don't error out here to prevent a crash, is the check in softUserputon actual...Jonathan Gray
2003-05-20added enum's for the known actor/object claasses; extended putClass/getClass ...Max Horn
2003-05-18warning() automatically outputs a newline after the warning message; adding a...Max Horn
2003-05-18cleanupMax Horn
2003-05-15output a warning if ignoreTurns is set (so that we can find out where it is u...Max Horn
2003-05-15Make use of ScummVM::RectMax Horn
2003-05-14opcodes are just one byteMax Horn
2003-05-14added opcode 0xf7 (getActorZPlane)Max Horn
2003-05-13NUM_ACTORS -> _numActors (for consistency)Max Horn
2003-05-12swapped talkPosX and talkPosY (they were misnamed); factored out some duplica...Max Horn