Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-14 | Compares in V2 are unsigned (at least in Zak). | Jochen Hoenicke | |
This fixes a problem with the parachute scene in Zak. svn-id: r9020 | |||
2003-07-14 | proper fix for V1/Zak (and maybe V1/MM, too?) ActorSet-Color | Max Horn | |
svn-id: r9018 | |||
2003-07-14 | Ooops, was in reverse. | Travis Howell | |
svn-id: r8998 | |||
2003-07-14 | A few color fixes for v1/v2 | Travis Howell | |
svn-id: r8997 | |||
2003-07-14 | V1 Zak fixes and hacks. (Woo, it rhymes! :) | James Brown | |
svn-id: r8996 | |||
2003-07-13 | Add correct palette for pc versions of v1 games | Travis Howell | |
Add some correct colors for v1 games svn-id: r8988 | |||
2003-07-12 | fix for bug #770311 (at least for V2 games) | Max Horn | |
svn-id: r8959 | |||
2003-07-12 | properly show/hide verbs&inventory&sentence during cutscenes | Max Horn | |
svn-id: r8957 | |||
2003-07-12 | fixes for cutscenes in V2 games | Max Horn | |
svn-id: r8956 | |||
2003-07-09 | Fix compilation, V1 verb positions | James Brown | |
svn-id: r8880 | |||
2003-07-02 | fix o2_loadRoomWithEgo regression (this bug was uncovered by my previous ↵ | Max Horn | |
adjustXYToBeInBox improvment) svn-id: r8713 | |||
2003-07-02 | fix for bug #752865: MM: Man-Eating Plant is invisible | Max Horn | |
svn-id: r8708 | |||
2003-07-01 | Add a few more actor debugger subcommands, and correct V2 coordinate ↵ | James Brown | |
translation for o2_(get/set)ActorElevation svn-id: r8683 | |||
2003-06-21 | turn error in o2_saveLoadGame into warning | Max Horn | |
svn-id: r8575 | |||
2003-06-19 | added spanish font & prepositions; removed some trailing spaces | Max Horn | |
svn-id: r8549 | |||
2003-06-14 | runHook -> runInventoryScript, VAR_HOOK_SCRIPT -> VAR_INVENTORY_SCRIPT | Max Horn | |
svn-id: r8468 | |||
2003-06-07 | init costumes for v1 games | Paweł Kołodziejski | |
svn-id: r8378 | |||
2003-06-07 | follow our coding conventions | Max Horn | |
svn-id: r8377 | |||
2003-06-07 | replaced GF_AFTER with _version | Max Horn | |
svn-id: r8372 | |||
2003-06-06 | added a currently disabled hack that can be used to get costumes used in V1 ↵ | Max Horn | |
games (currently crashes since we don't support that custome format yet) svn-id: r8349 | |||
2003-06-06 | Get rid of *64 targets, use 'maniac' and 'zak' autodetection for the ↵ | James Brown | |
AFTER_V1 flag instead. svn-id: r8348 | |||
2003-06-04 | Add MANIAC64 to these two MANIAC checks | Travis Howell | |
svn-id: r8291 | |||
2003-06-02 | cleaned up the restart/pause/shutdown situation a bit; added comment that ↵ | Max Horn | |
explains how restart might be implemented svn-id: r8260 | |||
2003-05-31 | some setObjectName changes. I'd really like to switch V2-V5 to use ↵ | Max Horn | |
rtObjectName resources, too svn-id: r8171 | |||
2003-05-30 | V2 verb highlighting (good one, erik :-) | Max Horn | |
svn-id: r8140 | |||
2003-05-28 | cleanup | Max Horn | |
svn-id: r8056 | |||
2003-05-28 | fixed o2_waitForSentence | Max Horn | |
svn-id: r8047 | |||
2003-05-27 | italian V2 prepositions | Max Horn | |
svn-id: r8039 | |||
2003-05-25 | hook language command switch to V2 font / prepositions | Max Horn | |
svn-id: r7970 | |||
2003-05-25 | preparations for multi-language V2 supports | Max Horn | |
svn-id: r7966 | |||
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 |