Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-20 | v1 zak costume color almost all right. | Travis Howell | |
svn-id: r9794 | |||
2003-08-19 | This is only require for v1 maniac | Travis Howell | |
svn-id: r9781 | |||
2003-08-19 | Revert color change for v1 maniac, which actually used in pool room. | Travis Howell | |
svn-id: r9778 | |||
2003-08-19 | Fix for v1 maniac demo mode not setting text color before displaying text | Travis Howell | |
svn-id: r9776 | |||
2003-08-19 | Cleanup v1/v2 color settings for sentance/inventory/verb area. | Travis Howell | |
Add highlight color for v1 maniac svn-id: r9774 | |||
2003-08-18 | Remove debug | Travis Howell | |
svn-id: r9760 | |||
2003-08-18 | Add support for flashlight in v1 maniac by converting older values. | Travis Howell | |
Prevent warning about dummy function (Which has no purpose) in zak svn-id: r9756 | |||
2003-08-18 | Fix v1 zak costume colors | Travis Howell | |
svn-id: r9748 | |||
2003-08-17 | Fix text display in verb/inventory area in demo mode of V1 maniac mansion | Travis Howell | |
svn-id: r9734 | |||
2003-08-16 | color table for actor subtitles in v1 maniac isn't static after all, fixes ↵ | Travis Howell | |
color issue in demo mode. svn-id: r9722 | |||
2003-08-16 | Patch from roarin_elk to fix crash in German V2 Zak (talking to Skolarian on ↵ | James Brown | |
Mars crashes) svn-id: r9717 | |||
2003-08-16 | Fix subtitles colors in V1 maniac | Travis Howell | |
svn-id: r9713 | |||
2003-08-14 | add maniacnes target, rather prelimary so people would be well advised not ↵ | Jonathan Gray | |
to add to compatibility at this point svn-id: r9690 | |||
2003-08-08 | remove debug printf | Jonathan Gray | |
svn-id: r9598 | |||
2003-08-05 | fix warning, cleanup code | Max Horn | |
svn-id: r9511 | |||
2003-08-05 | Make prepositions work | James Brown | |
svn-id: r9505 | |||
2003-08-05 | fix warning / whitespace | Max Horn | |
svn-id: r9504 | |||
2003-08-05 | Forgot some V1 prep code | James Brown | |
svn-id: r9503 | |||
2003-08-05 | V1 preposition support, but broken. | James Brown | |
svn-id: r9502 | |||
2003-07-31 | cleanup for some comments & indention | Max Horn | |
svn-id: r9341 | |||
2003-07-24 | cleanup: encapsulate some more members of class Actor, and rename ↵ | Max Horn | |
newDirection -> targetFacing (since it corresponds to the future value of 'facing'; the distinction between 'facing' and 'direction' is extremly fuzzy) svn-id: r9175 | |||
2003-07-23 | Slight cleanup of previous commit. | Torbjörn Andersson | |
svn-id: r9147 | |||
2003-07-23 | Allow the sentence line to be 40 printable characters long. The verb part | Torbjörn Andersson | |
is padded with '@', which should not be counted. svn-id: r9146 | |||
2003-07-22 | fix spanish prepositions, see bug #772277. And BTW, does anybody know when ↵ | Max Horn | |
and where the 'on/mit/sur/su/en' preposition is actually used? svn-id: r9116 | |||
2003-07-19 | updated opcode "Actor Set Color" in o2_ActorSet func, it's based on ↵ | Paweł Kołodziejski | |
dissassembly, why it was "i = 3" ? svn-id: r9082 | |||
2003-07-18 | Fix recursive calls of object scripts. In V2 for each object two script | Jochen Hoenicke | |
can be active at the same time: One 253 script and one normal script. We misuse the recursive flag to mark 253 scripts. When starting a 253 script we stop a script that has recursive flag set and when starting a normal script we stop the script that doesn't. svn-id: r9068 | |||
2003-07-15 | fix for bug #771734 | Max Horn | |
svn-id: r9041 | |||
2003-07-15 | Patch #771154 (ZAK: yet another doSentence fix); this should fix bug #752293 | Max Horn | |
svn-id: r9030 | |||
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 |