Age | Commit message (Expand) | Author |
2003-10-03 | introduced namespace Scumm; made #include statements use scumm/ prefix explic... | Max Horn |
2003-10-02 | renamed class Scumm to ScummEngine (consisten with other engine names; also m... | Max Horn |
2003-10-02 | renamed namespace ScummVM to Common | Max Horn |
2003-09-24 | Whitespace changes | Torbjörn Andersson |
2003-09-19 | cleanup | Max Horn |
2003-09-14 | moved Actor x/y to _pos.x/_pos.y -> this makes it much easier to grep for acc... | Max Horn |
2003-09-12 | my TODO was correct ;-) fixes regression in Zak | Max Horn |
2003-09-11 | hum, why was this not commited by CVS? | Max Horn |
2003-09-11 | Should redraw in both cases. | Travis Howell |
2003-09-11 | cleanup | Max Horn |
2003-09-10 | fix for bug #776807 (MM: Jail Door Closes). Our doSentence implementation sho... | Max Horn |
2003-09-10 | instead of abusing the 'recursive' attribute to flag V2 background scripts, u... | Max Horn |
2003-09-06 | OOps | Travis Howell |
2003-09-06 | Other v1/v2 resources are invalid, checked again v1 maniac and v1/v2 zak. | Travis Howell |
2003-09-05 | updated commented out to work again | Max Horn |
2003-08-31 | cleanup and make script_v2 use o5_saveLoadGame | Jonathan Gray |
2003-08-29 | Change zak room color remapping, so it work correctly after load/save in room... | Travis Howell |
2003-08-27 | Fix room palette issues in small_header games. | Travis Howell |
2003-08-26 | Fix room colors in v1 zak | Travis Howell |
2003-08-25 | This fix should be v2 only | Travis Howell |
2003-08-24 | Update comment | Travis Howell |
2003-08-24 | Handle hiding of verbs/inventory in v1-v2 games correctly. | Travis Howell |
2003-08-20 | Ooops that would have broken v2 | Travis Howell |
2003-08-20 | v1 zak costume color almost all right. | Travis Howell |
2003-08-19 | This is only require for v1 maniac | Travis Howell |
2003-08-19 | Revert color change for v1 maniac, which actually used in pool room. | Travis Howell |
2003-08-19 | Fix for v1 maniac demo mode not setting text color before displaying text | Travis Howell |
2003-08-19 | Cleanup v1/v2 color settings for sentance/inventory/verb area. | Travis Howell |
2003-08-18 | Remove debug | Travis Howell |
2003-08-18 | Add support for flashlight in v1 maniac by converting older values. | Travis Howell |
2003-08-18 | Fix v1 zak costume colors | Travis Howell |
2003-08-17 | Fix text display in verb/inventory area in demo mode of V1 maniac mansion | Travis Howell |
2003-08-16 | color table for actor subtitles in v1 maniac isn't static after all, fixes co... | Travis Howell |
2003-08-16 | Patch from roarin_elk to fix crash in German V2 Zak (talking to Skolarian on ... | James Brown |
2003-08-16 | Fix subtitles colors in V1 maniac | Travis Howell |
2003-08-14 | add maniacnes target, rather prelimary so people would be well advised not to... | Jonathan Gray |
2003-08-08 | remove debug printf | Jonathan Gray |
2003-08-05 | fix warning, cleanup code | Max Horn |
2003-08-05 | Make prepositions work | James Brown |
2003-08-05 | fix warning / whitespace | Max Horn |
2003-08-05 | Forgot some V1 prep code | James Brown |
2003-08-05 | V1 preposition support, but broken. | James Brown |
2003-07-31 | cleanup for some comments & indention | Max Horn |
2003-07-24 | cleanup: encapsulate some more members of class Actor, and rename newDirectio... | Max Horn |
2003-07-23 | Slight cleanup of previous commit. | Torbjörn Andersson |
2003-07-23 | Allow the sentence line to be 40 printable characters long. The verb part | Torbjörn Andersson |
2003-07-22 | fix spanish prepositions, see bug #772277. And BTW, does anybody know when an... | Max Horn |
2003-07-19 | updated opcode "Actor Set Color" in o2_ActorSet func, it's based on dissassem... | Paweł Kołodziejski |
2003-07-18 | Fix recursive calls of object scripts. In V2 for each object two script | Jochen Hoenicke |
2003-07-15 | fix for bug #771734 | Max Horn |