Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-24 | fixed roomOps:1 (thanks to Hoenicke) | Max Horn | |
svn-id: r7894 | |||
2003-05-24 | we want a word not a byte for object numbers, bug pointed out by Hoenicke | Jonathan Gray | |
svn-id: r7882 | |||
2003-05-23 | replaced many unsafe uses of derefActorSafe by derefActor; replaced ↵ | Max Horn | |
derefActorSafe/assert pairs by derefActor (gives better error message); replaced various derefActorSafe/if(a!=0) pairs by derefActor (in cases where the deref should never fail, ever, except due to a bug in ScummVM) svn-id: r7859 | |||
2003-05-23 | don't hardcode 9 but rather use the default actor talk color as given in the ↵ | Max Horn | |
(v2) bootscript svn-id: r7856 | |||
2003-05-23 | Patch #742132: o2_setobjectname script overwrite fix | James Brown | |
svn-id: r7854 | |||
2003-05-23 | fixed butterknife + cashcard | Max Horn | |
svn-id: r7843 | |||
2003-05-23 | added two more redrawV2Inventory invocations; removed calls to runHook (it ↵ | Max Horn | |
does nothing in V2) svn-id: r7842 | |||
2003-05-23 | some well placed asserts (triggering any of those means with 99% a bug in ↵ | Max Horn | |
some other place; so don't just remove the asserts if you trigger one of 'em! svn-id: r7840 | |||
2003-05-23 | this fixme doesn't seem to be needed anymore | Max Horn | |
svn-id: r7839 | |||
2003-05-22 | oops, swapped set/clear state 2 | Max Horn | |
svn-id: r7838 | |||
2003-05-22 | fixed more V2 clear/set state opcodes | Max Horn | |
svn-id: r7837 | |||
2003-05-22 | fixed Zak cashcard | Max Horn | |
svn-id: r7836 | |||
2003-05-22 | restricted getObjectIndex to only search thru _objs, not _inventory(to avoid ↵ | Max Horn | |
future confusion), this might cause regressions, though; fixed o2_getObjPreposition; adapted some code to the changed getObjectIndex svn-id: r7829 | |||
2003-05-22 | endian fix | Max Horn | |
svn-id: r7828 | |||
2003-05-22 | from the MM/Zak scripts, the code etc. it's clear that unk2 is the sentence ↵ | Max Horn | |
preposition svn-id: r7827 | |||
2003-05-22 | fixed o2_ifClassOfIs | Max Horn | |
svn-id: r7826 | |||
2003-05-22 | small V2 doSentence tweak | Max Horn | |
svn-id: r7825 | |||
2003-05-22 | Fix sentence building | James Brown | |
svn-id: r7824 | |||
2003-05-22 | make drawSentence not crash on us | Jonathan Gray | |
svn-id: r7823 | |||
2003-05-22 | V2 Inventory scrolling, etc | James Brown | |
svn-id: r7817 | |||
2003-05-22 | freeze 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-22 | fix o2_getObjUnknown -> fixes 'use' verb | Max Horn | |
svn-id: r7814 | |||
2003-05-21 | add in preposition to dual verbs (e.g. 'give'); put in hard coded key codes ↵ | Max Horn | |
for V2 verbs svn-id: r7810 | |||
2003-05-21 | turn off lots of silly debug output ;-) | Max Horn | |
svn-id: r7804 | |||
2003-05-21 | fix verb 250 is mapped to 253 in V2, with the 'recursive' flag set | Max Horn | |
svn-id: r7800 | |||
2003-05-21 | many pedantic warning fixes (and some actual potential buglets fixed, too) | Max Horn | |
svn-id: r7795 | |||
2003-05-21 | Fixed VC++ warning | Jamieson Christian | |
svn-id: r7793 | |||
2003-05-21 | uhm... less noisy, please :-) | Max Horn | |
svn-id: r7783 | |||
2003-05-21 | evil bug in V2 bitvar code fixed -> no more MM cutscene skip crash | Max Horn | |
svn-id: r7782 | |||
2003-05-21 | added 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-21 | fix warnings | Max Horn | |
svn-id: r7778 | |||
2003-05-21 | Work on V2 inventory hack a little more | James Brown | |
svn-id: r7776 | |||
2003-05-21 | Move stuff around | James Brown | |
svn-id: r7775 | |||
2003-05-21 | Fix this damn userface stuff properly :) | James Brown | |
svn-id: r7772 | |||
2003-05-21 | Hack more stuff in :P | James Brown | |
svn-id: r7770 | |||
2003-05-21 | Attempt to fix some stuff | James Brown | |
svn-id: r7768 | |||
2003-05-21 | Hacky zak sentence/inventory drawing (rewrite later on) | James Brown | |
svn-id: r7766 | |||
2003-05-21 | Add Zak v2 doSentence fix, patch #740878 | Travis Howell | |
svn-id: r7760 | |||
2003-05-20 | renamed various things for clarity | Max Horn | |
svn-id: r7754 | |||
2003-05-20 | renamed o2_matrixOps -> o2_setBoxFlags; V2 'objY' fixes; cleanup | Max Horn | |
svn-id: r7739 | |||
2003-05-19 | enable box'ed walking in V2 games | Max Horn | |
svn-id: r7660 | |||
2003-05-18 | more cleanup | Max Horn | |
svn-id: r7653 | |||
2003-05-18 | more V2 sentence cleanup | Max Horn | |
svn-id: r7631 | |||
2003-05-18 | fixed opcode 0x47 | Max Horn | |
svn-id: r7630 | |||
2003-05-17 | some sentence fixes | Max Horn | |
svn-id: r7612 | |||
2003-05-17 | Fix invalid variable | James Brown | |
svn-id: r7599 | |||
2003-05-17 | Name some vars | James Brown | |
svn-id: r7597 | |||
2003-05-17 | disable assert in o2_putActor for now (is triggered in Zak intro); cleanup | Max Horn | |
svn-id: r7592 | |||
2003-05-16 | fixed o2_drawObject (thx MadMoose) | Max Horn | |
svn-id: r7586 | |||
2003-05-16 | cleanup | Max Horn | |
svn-id: r7583 |