Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-05 | Enable and adjust for FT. | Travis Howell | |
svn-id: r12724 | |||
2004-02-05 | Update arguments, could these be enabled now ? | Travis Howell | |
svn-id: r12723 | |||
2004-01-29 | fix for bug 886201 or rather revert back to hack | Paweł Kołodziejski | |
svn-id: r12668 | |||
2004-01-16 | Revert last array change, until they can be verified. | Travis Howell | |
svn-id: r12432 | |||
2004-01-16 | Checks were a bit too strict, makes fatty bear completable. | Travis Howell | |
svn-id: r12421 | |||
2004-01-15 | Use simpler checks | Travis Howell | |
HE games used old directions style svn-id: r12397 | |||
2004-01-12 | Add skipLimb actor var, which is used by puttmoon. | Travis Howell | |
Use forceClip for actorOps case 218, since it should have same effect. svn-id: r12340 | |||
2004-01-12 | Add missing case. | Travis Howell | |
Add another HE games specific. svn-id: r12335 | |||
2004-01-08 | more cleanup | Max Horn | |
svn-id: r12234 | |||
2004-01-08 | cleanup (make some more use of class Common::Rect) | Max Horn | |
svn-id: r12232 | |||
2004-01-06 | synced imuse digital with local tree | Paweł Kołodziejski | |
svn-id: r12187 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2004-01-06 | Add check | Travis Howell | |
svn-id: r12164 | |||
2004-01-05 | replace more usages of _screenWidth by more appropriate variables/values | Max Horn | |
svn-id: r12162 | |||
2004-01-05 | added Actor::getElevation and Actor::setElevation; cleaned up costume API a ↵ | Max Horn | |
bit; some minor cleanup/tweaks svn-id: r12160 | |||
2004-01-03 | renamed updateDirtyRect to markRectAsDirty (because that's what it really ↵ | Max Horn | |
does); used virtual screen id constants in more places svn-id: r12122 | |||
2004-01-02 | Fix missing sfx in puttputt | Travis Howell | |
svn-id: r12081 | |||
2003-12-25 | start sound call directly digital imuse, only script part handled by ↵ | Paweł Kołodziejski | |
mainloop of scumm script svn-id: r11906 | |||
2003-11-16 | changed some shift operators to *, / | Paweł Kołodziejski | |
svn-id: r11315 | |||
2003-10-09 | Moved PalmOS initializations out of namespaces. | Chris Apers | |
svn-id: r10703 | |||
2003-10-03 | introduced namespace Scumm; made #include statements use scumm/ prefix ↵ | Max Horn | |
explicitly svn-id: r10571 | |||
2003-10-02 | renamed class Scumm to ScummEngine (consisten with other engine names; also ↵ | Max Horn | |
makes room for a potential 'Scumm' namespace) svn-id: r10549 | |||
2003-08-18 | Updated globals access for PalmOS | Chris Apers | |
svn-id: r9759 | |||
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-06-26 | Moved out akos_compare (no reason for it to be member of class Scumm) | Max Horn | |
svn-id: r8660 | |||
2003-06-19 | made scale table const again; some cleanup in setupBompScale | Max Horn | |
svn-id: r8559 | |||
2003-06-19 | use default scale table for bomb codec | Paweł Kołodziejski | |
svn-id: r8556 | |||
2003-06-16 | Comitted the partial (but seemintly good enough) actorHit implementation | Torbjörn Andersson | |
from patch #754895. Ship-to-ship combat is still rather glitchy, but there are probably other reasons for that. svn-id: r8519 | |||
2003-06-14 | Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; ↵ | Max Horn | |
augmented by some more changes of mine svn-id: r8482 | |||
2003-06-07 | follow our coding conventions | Max Horn | |
svn-id: r8377 | |||
2003-06-05 | Fix the ugly striped shadows in AKOS codec 1 when drawing scaled actors. | Torbjörn Andersson | |
This was noticeable in Full Throttle and Curse of Monkey Island, at least. I don't remember seeing it in The Dig. svn-id: r8313 | |||
2003-06-01 | added a getMaskBuffer method (makes it easier to read some of the code); ↵ | Max Horn | |
merged setVirtscreenDirty() into updateDirtyRect(); made setDirtyRange a method of struct VirtScreen svn-id: r8241 | |||
2003-06-01 | cleanup / added comments / code unification | Max Horn | |
svn-id: r8235 | |||
2003-06-01 | same change as in the old costume code: just always mask | Max Horn | |
svn-id: r8205 | |||
2003-05-30 | more costume cleanup. soone we should be able to merger AKOS codec1 and the ↵ | Max Horn | |
old costume code svn-id: r8155 | |||
2003-05-30 | moved bomp stuff into own files; removed some of our 6 (!) bomp decoders | Max Horn | |
svn-id: r8151 | |||
2003-05-30 | cleanup | Max Horn | |
svn-id: r8150 | |||
2003-05-30 | code unification | Max Horn | |
svn-id: r8146 | |||
2003-05-30 | cleanup | Max Horn | |
svn-id: r8145 | |||
2003-05-30 | cleanup; removed last horizontal bound check from updateDirtyRect -> now all ↵ | Max Horn | |
the various 'offscreen actor redraw' problems should be fixed (at least I can't reproduce them in COMI anymore), while The Dig should still work just fine (at least it does in my test cases) svn-id: r8129 | |||
2003-05-30 | fix The Dig 'hang' regression | Max Horn | |
svn-id: r8124 | |||
2003-05-29 | cleanup; fixed crashes that occured when an actor was drawn partly offscreen | Max Horn | |
svn-id: r8113 | |||
2003-05-29 | cleanup | Max Horn | |
svn-id: r8110 | |||
2003-05-29 | merged all AKOS codec 1 decoders into one | Max Horn | |
svn-id: r8092 | |||
2003-05-29 | more costuem code merging | Max Horn | |
svn-id: r8088 | |||
2003-05-29 | more costume cleanup | Max Horn | |
svn-id: r8087 | |||
2003-05-29 | more costume/akos changes | Max Horn | |
svn-id: r8074 | |||
2003-05-29 | they are getting more and more similar :-) | Max Horn | |
svn-id: r8073 | |||
2003-05-29 | cleanup | Max Horn | |
svn-id: r8072 | |||
2003-05-28 | modify actor 5 to get kenny in COMI to draw properly | Max Horn | |
svn-id: r8066 |