aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
AgeCommit message (Expand)Author
2003-05-22fixed Zak cashcardMax Horn
2003-05-22from the MM/Zak scripts, the code etc. it's clear that unk2 is the sentence p...Max Horn
2003-05-21evil bug in V2 bitvar code fixed -> no more MM cutscene skip crashMax Horn
2003-05-21added v2 cutscene support (not quite complete; and crashes at some point in m...Max Horn
2003-05-20renamed o2_matrixOps -> o2_setBoxFlags; V2 'objY' fixes; cleanupMax Horn
2003-05-19sync local changes, fix pickOneOfJonathan Gray
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-17Name some varsJames Brown
2003-05-17add stub for a hev7 opJonathan Gray
2003-05-16cleanupMax Horn
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