aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v2.cpp
AgeCommit message (Collapse)Author
2003-05-22V2 Inventory scrolling, etcJames Brown
svn-id: r7817
2003-05-22freeze scripts & hide mouse during cutscenes; addde Actor::isPlayer method ↵Max Horn
that should work in V2, too; fixed o2_walkActorToObject svn-id: r7815
2003-05-22fix o2_getObjUnknown -> fixes 'use' verbMax Horn
svn-id: r7814
2003-05-21add in preposition to dual verbs (e.g. 'give'); put in hard coded key codes ↵Max Horn
for V2 verbs svn-id: r7810
2003-05-21turn off lots of silly debug output ;-)Max Horn
svn-id: r7804
2003-05-21fix verb 250 is mapped to 253 in V2, with the 'recursive' flag setMax Horn
svn-id: r7800
2003-05-21many pedantic warning fixes (and some actual potential buglets fixed, too)Max Horn
svn-id: r7795
2003-05-21Fixed VC++ warningJamieson Christian
svn-id: r7793
2003-05-21uhm... less noisy, please :-)Max Horn
svn-id: r7783
2003-05-21evil bug in V2 bitvar code fixed -> no more MM cutscene skip crashMax Horn
svn-id: r7782
2003-05-21added v2 cutscene support (not quite complete; and crashes at some point in ↵Max Horn
maniac because VAR_EGO contains a bogus value); cleanup svn-id: r7781
2003-05-21fix warningsMax Horn
svn-id: r7778
2003-05-21Work on V2 inventory hack a little moreJames Brown
svn-id: r7776
2003-05-21Move stuff aroundJames Brown
svn-id: r7775
2003-05-21Fix this damn userface stuff properly :)James Brown
svn-id: r7772
2003-05-21Hack more stuff in :PJames Brown
svn-id: r7770
2003-05-21Attempt to fix some stuffJames Brown
svn-id: r7768
2003-05-21Hacky zak sentence/inventory drawing (rewrite later on)James Brown
svn-id: r7766
2003-05-21Add Zak v2 doSentence fix, patch #740878Travis Howell
svn-id: r7760
2003-05-20renamed various things for clarityMax Horn
svn-id: r7754
2003-05-20renamed o2_matrixOps -> o2_setBoxFlags; V2 'objY' fixes; cleanupMax Horn
svn-id: r7739
2003-05-19enable box'ed walking in V2 gamesMax Horn
svn-id: r7660
2003-05-18more cleanupMax Horn
svn-id: r7653
2003-05-18more V2 sentence cleanupMax Horn
svn-id: r7631
2003-05-18fixed opcode 0x47Max Horn
svn-id: r7630
2003-05-17some sentence fixesMax Horn
svn-id: r7612
2003-05-17Fix invalid variableJames Brown
svn-id: r7599
2003-05-17Name some varsJames Brown
svn-id: r7597
2003-05-17disable assert in o2_putActor for now (is triggered in Zak intro); cleanupMax Horn
svn-id: r7592
2003-05-16fixed o2_drawObject (thx MadMoose)Max Horn
svn-id: r7586
2003-05-16cleanupMax Horn
svn-id: r7583
2003-05-16test stuffJames Brown
svn-id: r7573
2003-05-16fixed o2_getActorX / o2_getActorY (thanks MadMoose)Max Horn
svn-id: r7564
2003-05-16SentenceTab unk4/unk3 are the sentence objects (think of: 'Use objectA with ↵Max Horn
objectB' or 'Give objectA to objectB' etc.); added a little more V2 sentence hackery; added a FIXME regarding some strange sentence code (accessing objectB before it is set) in script.cpp svn-id: r7562
2003-05-16hackish partial doSentence supportMax Horn
svn-id: r7560
2003-05-14opcodes are just one byteMax Horn
svn-id: r7513
2003-05-14fixed V2 decodeParseStringMax Horn
svn-id: r7508
2003-05-14default text color light blue instead of pinkMax Horn
svn-id: r7506
2003-05-14cleanupMax Horn
svn-id: r7503
2003-05-14V2 text drawingMax Horn
svn-id: r7502
2003-05-14make gcc with extra extra warnings happyJonathan Gray
svn-id: r7501
2003-05-14fixed v2 verb handlingMax Horn
svn-id: r7500
2003-05-13NUM_ACTORS -> _numActors (for consistency)Max Horn
svn-id: r7489
2003-05-11cleanup / tweaks (V2 masking, at least in Zakdemo, seems not to work ↵Max Horn
properly, though) svn-id: r7429
2003-05-11more V2 'char coord' fixesMax Horn
svn-id: r7427
2003-05-10walkbox & putActor coords in V2 are in 'character coordinates' - x has to ↵Max Horn
multiplied by 8 and y by 2 svn-id: r7426
2003-05-10renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and ↵Max Horn
_realWidth/_realHeight -> _screenWidth/_screenHeight (inspired by MadMoose, but I'll take the blame - still this seems much more logical & intuitive) svn-id: r7423
2003-05-10cleaned up / fixed some V2 state stuffMax Horn
svn-id: r7422
2003-05-09Fix intro room transition. Seems correct, so the fixme is really just ↵James Brown
explanitory. svn-id: r7403
2003-05-09fixed V2 drawObjectMax Horn
svn-id: r7400