aboutsummaryrefslogtreecommitdiff
path: root/scumm/vars.cpp
AgeCommit message (Expand)Author
2004-02-22Enable and use VAR_VOICE_MODETravis Howell
2004-02-21Add varTravis Howell
2004-02-21Add varsTravis Howell
2004-02-20Correct another bad comi varTravis Howell
2004-02-20Update varsTravis Howell
2004-02-20Variable should be checked at this point.Travis Howell
2004-02-11VAR_CAMERA_FAST_X is used in all scumm6 games, verfied via disasm. of all.Travis Howell
2004-02-09CleanupTravis Howell
2004-02-07Add separate class for Humongous Entertainment games.Travis Howell
2004-01-19moved some V6-only scumm vars to ScummEngine_v6Max Horn
2004-01-14Confirmed a few vars from disasm, good gusses.Travis Howell
2004-01-09forgot thisPaweł Kołodziejski
2004-01-09fixed V8 camera var location (verified against assembly)Max Horn
2004-01-09Fix for bug #873688Max Horn
2004-01-06updated copyright noticeMax Horn
2003-11-03remade the in-game GUI/menuMax Horn
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-08-05fixed VAR_TALKSTOP_KEY for V7 games (descumm6.cpp had it right all the time :-)Max Horn
2003-06-14runHook -> runInventoryScript, VAR_HOOK_SCRIPT -> VAR_INVENTORY_SCRIPTMax Horn
2003-06-12rework loom subtitle option handingJonathan Gray
2003-06-12hook subtitle variable up to f9 for loomcdJonathan Gray
2003-05-22from the MM/Zak scripts, the code etc. it's clear that unk2 is the sentence p...Max Horn
2003-05-21added v2 cutscene support (not quite complete; and crashes at some point in m...Max Horn
2003-05-18more V2 sentence cleanupMax Horn
2003-05-17yet another V2 sentence fix (now clicking on objects in Zak causes Zak to tal...Max Horn
2003-05-17CleanupJames Brown
2003-05-17Name some varsJames Brown
2003-05-16cleanupMax Horn
2003-05-14V2 text drawingMax Horn
2003-05-13renamed VAR_UNK_SCRIPT to VAR_SAVELOAD_SCRIPT; fixed V8 save/load (no (known)...Max Horn
2003-05-08init all VAR_* variables to 0xFF; replaced access to _vars in the form _vars[...Max Horn
2003-05-01various music related changes and cleanup; also modified MonkeyVGA music sync...Max Horn
2003-04-30VAR_V5_DRAWFLAGS == VAR_CURRENT_LIGHTS; fixed bug #601139Max Horn
2003-04-30cleanupMax Horn
2003-04-24VAR_KEYPRESS is 118 in v7 this makes Shift-W in ft workJonathan Gray
2003-04-21added some v2 varsPaweł Kołodziejski
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06and more cleanupPaweł Kołodziejski
2003-02-18cleanupMax Horn
2003-02-18change getDateTime to be a v6 opcode, and hopefully not break anythingJonathan Gray
2003-01-29remove outdated commentJonathan Gray
2003-01-29add list of possible languages in comi and relevant variableJonathan Gray
2003-01-17Possible hack to get the cannons firing. Of course... well, they still don't ...James Brown
2003-01-05added TODOMax Horn
2003-01-02implement temporary state saving for CMIJames Brown
2003-01-01oops... wrong fix in the wrong spotMax Horn
2003-01-01fixed VAR_TALKSTOP_KEYMax Horn
2003-01-01fixed cutscene override in V8; cleanupMax Horn
2003-01-01added yet another variable (for mouse-button-hold flags). Now the 'verb widge...Max Horn