aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
AgeCommit message (Expand)Author
2003-05-14opcodes are just one byteMax Horn
2003-05-14added opcode 0xf7 (getActorZPlane)Max Horn
2003-05-11more V2 'char coord' fixesMax Horn
2003-05-08init all VAR_* variables to 0xFF; replaced access to _vars in the form _vars[...Max Horn
2003-05-05unified o?_isEqual, too (but not as nice due to hack)Max Horn
2003-05-05cleanup / reduced code duplicationMax Horn
2003-05-04cleanup / fixesMax Horn
2003-05-04cleanupMax Horn
2003-05-04yet more v2 fixes & cleanupMax Horn
2003-05-04more v2 fixes; cleanupMax Horn
2003-05-04cleanup; got rid of o2_printEgoMax Horn
2003-05-04o5_dummy -> o2_dummy (it's not used by the V5 code at all...)Max Horn
2003-05-03hack around v2 o2_delay problemJames Brown
2003-04-30cleanupMax Horn
2003-04-28added two missing opcodes (well one is just a stub, but anyway :-)Max Horn
2003-04-27some fixes to v2 opcodesPaweł Kołodziejski
2003-04-27more share code, and fixesPaweł Kołodziejski
2003-04-27and more share codePaweł Kołodziejski
2003-04-27put some v2 code into share codePaweł Kołodziejski
2003-04-27small fix for v2 opcodesPaweł Kołodziejski
2003-04-26added more v2 opcodesPaweł Kołodziejski
2003-04-26update for scumm v2Paweł Kołodziejski
2003-04-23Some more V2 fixes for ZakJames Brown
2003-04-21added two next v2 opcodesPaweł Kołodziejski
2003-04-21added o2_ifClassOfIs opcodePaweł Kołodziejski
2003-04-21added partialy o2_doSentence opcodePaweł Kołodziejski
2003-04-21Another half-assed stub, this time for o2_printEgoJames Brown
2003-04-21More V2 opcode workPaweł Kołodziejski
2003-04-21added o2_drawObject opcodePaweł Kołodziejski
2003-04-21added some v2 varsPaweł Kołodziejski
2003-04-21some changes in v2 variablesPaweł Kołodziejski
2003-04-21fixed object flags, it's right shifted half bytePaweł Kołodziejski
2003-04-21add readFile stubJonathan Gray
2003-04-20o2_actorSet stubsJames Brown
2003-04-20V1/V2 charsets are internal, so we have no load function (yet)James Brown
2003-04-20added initial v2 opcode tablePaweł Kołodziejski
2003-04-11factored out some common codeMax Horn
2003-03-18added script opcode for dig minigamePaweł Kołodziejski
2003-03-07refactored some stuff (and made readMAXS virtual, with V2/V3 code having own ...Max Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06and more cleanupPaweł Kołodziejski
2003-03-03add stub for opcode 0xE4Jonathan Gray
2003-02-21add o6_shuffle and stub for o6_localizeArrayJonathan Gray
2003-02-18stub opcode E0 which makes moondemo and fbdemo start yayJonathan Gray
2003-02-18cleanupMax Horn
2003-02-18change getDateTime to be a v6 opcode, and hopefully not break anythingJonathan Gray
2003-02-17pickVarRandom stubJonathan Gray
2003-02-17unstub stopTalking as the relevant function stopTalk() already exists in scum...Jonathan Gray
2003-02-16change o6_uknownCD name for o6_stampObjectJonathan Gray
2003-02-15add stubs for openFile closeFile and deleteFile opcodesJonathan Gray