aboutsummaryrefslogtreecommitdiff
path: root/scumm/script.cpp
AgeCommit message (Expand)Author
2004-02-21Ooops, didn't meant to revertTravis Howell
2004-02-21This is normal for earlier gamesTravis Howell
2004-02-21Add commentTravis Howell
2004-02-21Use correct method for subtitle speed.Travis Howell
2004-02-16Add comment and caseTravis Howell
2004-02-11Ignore initial setting of VAR_NOSUBTITLESTravis Howell
2004-01-19fix endian bug when dealing with ArrayHeader's; added a hack to permit save g...Max Horn
2004-01-15Add correct fix for puttputtTravis Howell
2004-01-11Enable subtitles toggle key 't' in Humongous Games.Travis Howell
2004-01-10More conversion to debug channelsJames Brown
2004-01-10Start of debug channel support. TODO: Move this to the common Debugger system?James Brown
2004-01-08unify _vm / _scumm usageMax Horn
2004-01-06Restrict to scumm7, caused invalid opcode errors when skipping cutscenes in c...Travis Howell
2004-01-06updated copyright noticeMax 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-15Fix for bug #751670, thanks to MadMoose (I am not quite happy with the situat...Max Horn
2003-12-11Add option to enable copy protection in SCUMM games, which ScummVM disable it...Travis Howell
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-13disabled a stone old hack; Ender, maybe you remember some details about this ...Max Horn
2003-09-11cleanupMax Horn
2003-09-10fix for bug #776807 (MM: Jail Door Closes). Our doSentence implementation sho...Max Horn
2003-09-10cleanupMax Horn
2003-09-06implemented FOA keyboard fightingMax Horn
2003-09-01Add CD audio check for loomcdTravis Howell
2003-09-01Override default initial setting of subtitles enabled in loomcdTravis Howell
2003-08-24Handle hiding of verbs/inventory in v1-v2 games correctly.Travis Howell
2003-08-22loom towns needs this as well you can now learn fJonathan Gray
2003-08-17Fix text display in verb/inventory area in demo mode of V1 maniac mansionTravis Howell
2003-08-11this fixme doesn't apply to old bundle games using GID_INDY3 targetJonathan Gray
2003-08-06get rid of GF_INDY3 again, and also remove GID_INDY3_256 and GID_INDY3_TOWNSMax Horn
2003-07-18Add Indy3 FM Towns support, patch #773434Travis Howell
2003-07-12run script 5 in startScene (room transition script, it seems); don't invoke r...Max Horn
2003-07-04added some very limited support for Mac Loom (text is now properly centered a...Max Horn
2003-06-25added some const qualifiers; moved _bundle & _current_cd_sound from class Scu...Max Horn
2003-06-25cleanupMax Horn
2003-06-16After some consideration, I've reverted to the old Loom bypassing schemeTorbjörn Andersson
2003-06-16The code to bypass the EGA Loom copy protection (which is necessary sinceTorbjörn Andersson
2003-06-14runHook -> runInventoryScript, VAR_HOOK_SCRIPT -> VAR_INVENTORY_SCRIPTMax Horn
2003-06-12Fixed MSVC warningJamieson Christian
2003-06-12rework loom subtitle option handingJonathan Gray
2003-06-07follow our coding conventionsMax Horn
2003-06-07replaced GF_AFTER with _versionMax Horn
2003-06-02Clean up debugger Restart function and move to SCUMM restart functionJames Brown
2003-06-01Reversing for the time beingNicolas Bacca
2003-06-01Bypass Sam & Max floppy copy protectionNicolas Bacca
2003-05-31cleanupMax Horn
2003-05-29fixed V2 script freezing (bug #745421)Max Horn