aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
AgeCommit message (Expand)Author
2003-11-10renamed back to o6_ifclassofif and extended names for dim opcodesPaweł Kołodziejski
2003-11-10renamed opcode and added sobopcode commentsPaweł Kołodziejski
2003-11-09renamed some opcodes and added sobopcode commentsPaweł Kołodziejski
2003-11-08Add missing opcode needed for Spanish version (And maybe others?) of Full Thr...Travis Howell
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn
2003-10-09kill reference to old urlJonathan Gray
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-26a little betterPaweł Kołodziejski
2003-09-26added v6 version of stamp object opcodePaweł Kołodziejski
2003-09-26now more match dissassemblyPaweł Kołodziejski
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-13fixed badly commitPaweł Kołodziejski
2003-09-13implemented fileWrite opcodePaweł Kołodziejski
2003-09-13remove path in filename at delete func tooPaweł Kołodziejski
2003-09-13fixed size logic in readFileToArray()Paweł Kołodziejski
2003-09-13implemented fileread opcodePaweł Kołodziejski
2003-09-13since _hFileTable is only used by Scumm_v6, there is no reason to put it into...Max Horn
2003-09-13implemented opcodes: openfile and closefilePaweł Kołodziejski
2003-09-13a little updated opcode: openFile and deleteFilePaweł Kołodziejski
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-09fix for bug #782086 (COMI: a long walk)Max Horn
2003-09-07cleanup/refactoringMax Horn
2003-09-03add some stub cases for later humongous games, queue loading and a decodePars...Jonathan Gray
2003-08-28add readINI stub (a HEv7 op)Jonathan Gray
2003-08-15assert that string variable actually exists before we start doing comparisons...Jonathan Gray
2003-08-13Explicitly stated a bit masking to please VC.NET2003 runtime small types conv...Bertrand Augereau
2003-08-13Fix for bug #787841 ("SAM: Crash when using retriever on Max"). ForTorbjörn Andersson
2003-08-06Upgraded IMuse::doCommand() to support more than 8 parameters.Jamieson Christian
2003-07-24cleanup: encapsulate some more members of class Actor, and rename newDirectio...Max Horn
2003-07-22added a FIXMEMax Horn
2003-07-20improved stampObject opcode for FT mine field, still layers? problemPaweł Kołodziejski
2003-07-20some changes for stampObject opcode to be more similiar dissassemblyPaweł Kołodziejski
2003-07-15oops, this was a serious bug: message referred to buf_output (and was used by...Max Horn
2003-07-15factored out some duplicate code into a new method translateTextAndPlaySpeech...Max 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-07-06implemented missing puttputt actor opcode 218. this opcode is strange (based ...Paweł Kołodziejski
2003-07-06added comment for missing puttputt actor opcodePaweł Kołodziejski
2003-07-06added stub opcode 218 for o6_actorOps()Paweł Kołodziejski
2003-07-03code transformation on setScaleItem: this shows that rtScaleTable's are actua...Max Horn
2003-06-15made stuff in class Sound protected where possible; moved readCreativeVocFile...Max Horn
2003-06-14Fixed o6_band() to be "logical AND" instead of "logical OR". I've forgottenTorbjörn Andersson
2003-06-14runHook -> runInventoryScript, VAR_HOOK_SCRIPT -> VAR_INVENTORY_SCRIPTMax Horn
2003-06-13Added comment on how Sam & Max uses one of the current unimplementedTorbjörn Andersson
2003-06-12remove unnecessary newlineMax Horn
2003-06-12Removed S&M Bumpusville hack made unnecessary byJamieson Christian