aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v2.cpp
AgeCommit message (Expand)Author
2003-05-22make drawSentence not crash on usJonathan Gray
2003-05-22V2 Inventory scrolling, etcJames Brown
2003-05-22freeze scripts & hide mouse during cutscenes; addde Actor::isPlayer method th...Max Horn
2003-05-22fix o2_getObjUnknown -> fixes 'use' verbMax Horn
2003-05-21add in preposition to dual verbs (e.g. 'give'); put in hard coded key codes f...Max Horn
2003-05-21turn off lots of silly debug output ;-)Max Horn
2003-05-21fix verb 250 is mapped to 253 in V2, with the 'recursive' flag setMax Horn
2003-05-21many pedantic warning fixes (and some actual potential buglets fixed, too)Max Horn
2003-05-21Fixed VC++ warningJamieson Christian
2003-05-21uhm... less noisy, please :-)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-21fix warningsMax Horn
2003-05-21Work on V2 inventory hack a little moreJames Brown
2003-05-21Move stuff aroundJames Brown
2003-05-21Fix this damn userface stuff properly :)James Brown
2003-05-21Hack more stuff in :PJames Brown
2003-05-21Attempt to fix some stuffJames Brown
2003-05-21Hacky zak sentence/inventory drawing (rewrite later on)James Brown
2003-05-21Add Zak v2 doSentence fix, patch #740878Travis Howell
2003-05-20renamed various things for clarityMax Horn
2003-05-20renamed o2_matrixOps -> o2_setBoxFlags; V2 'objY' fixes; cleanupMax Horn
2003-05-19enable box'ed walking in V2 gamesMax Horn
2003-05-18more cleanupMax Horn
2003-05-18more V2 sentence cleanupMax Horn
2003-05-18fixed opcode 0x47Max Horn
2003-05-17some sentence fixesMax Horn
2003-05-17Fix invalid variableJames Brown
2003-05-17Name some varsJames Brown
2003-05-17disable assert in o2_putActor for now (is triggered in Zak intro); cleanupMax Horn
2003-05-16fixed o2_drawObject (thx MadMoose)Max Horn
2003-05-16cleanupMax Horn
2003-05-16test stuffJames Brown
2003-05-16fixed o2_getActorX / o2_getActorY (thanks MadMoose)Max Horn
2003-05-16SentenceTab unk4/unk3 are the sentence objects (think of: 'Use objectA with o...Max Horn
2003-05-16hackish partial doSentence supportMax Horn
2003-05-14opcodes are just one byteMax Horn
2003-05-14fixed V2 decodeParseStringMax Horn
2003-05-14default text color light blue instead of pinkMax Horn
2003-05-14cleanupMax Horn
2003-05-14V2 text drawingMax Horn
2003-05-14make gcc with extra extra warnings happyJonathan Gray
2003-05-14fixed v2 verb handlingMax Horn
2003-05-13NUM_ACTORS -> _numActors (for consistency)Max Horn
2003-05-11cleanup / tweaks (V2 masking, at least in Zakdemo, seems not to work properly...Max Horn
2003-05-11more V2 'char coord' fixesMax Horn
2003-05-10walkbox & putActor coords in V2 are in 'character coordinates' - x has to mul...Max Horn
2003-05-10renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realH...Max Horn
2003-05-10cleaned up / fixed some V2 state stuffMax Horn
2003-05-09Fix intro room transition. Seems correct, so the fixme is really just explani...James Brown