aboutsummaryrefslogtreecommitdiff
path: root/scumm/akos.cpp
AgeCommit message (Expand)Author
2004-04-06Fix for bug #929724 (MI2: Intro regression) -> since _outheight can be negati...Max Horn
2004-04-04Fix signedness issue (lead to incorred address computations on 64 bit machines)Max Horn
2004-04-04My recent change to _draw_bottom caused a regression in The Dig (and maybe el...Max Horn
2004-04-04Fix for bug #885466 (FT: Text gets drawn under moving bits), by making AKOS c...Max Horn
2004-04-03cleanupMax Horn
2004-04-03fixed hypothetical off-by-one error when computing _draw_bottom (a semantical...Max Horn
2004-03-27forgot themPaweł Kołodziejski
2004-03-03Add back HE sound differences for AKOS.Travis Howell
2004-03-02cleanup. soundlist originaly is shifted and started at 1 not as in scummvm at...Paweł Kołodziejski
2004-02-22VAR confirmed awhile ago.Travis Howell
2004-02-19An equal value should be allowed, originals used changeRange at this point.Travis Howell
2004-02-16Add akos drawing offsetsTravis Howell
2004-02-15Add fix for akos colorKey issue in fbearTravis Howell
2004-02-05Enable and adjust for FT.Travis Howell
2004-02-05Update arguments, could these be enabled now ?Travis Howell
2004-01-29fix for bug 886201 or rather revert back to hackPaweł Kołodziejski
2004-01-16Revert last array change, until they can be verified.Travis Howell
2004-01-16Checks were a bit too strict, makes fatty bear completable.Travis Howell
2004-01-15Use simpler checksTravis Howell
2004-01-12Add skipLimb actor var, which is used by puttmoon.Travis Howell
2004-01-12Add missing case.Travis Howell
2004-01-08more cleanupMax Horn
2004-01-08cleanup (make some more use of class Common::Rect)Max Horn
2004-01-06synced imuse digital with local treePaweł Kołodziejski
2004-01-06updated copyright noticeMax Horn
2004-01-06Add checkTravis Howell
2004-01-05replace more usages of _screenWidth by more appropriate variables/valuesMax Horn
2004-01-05added Actor::getElevation and Actor::setElevation; cleaned up costume API a b...Max Horn
2004-01-03renamed updateDirtyRect to markRectAsDirty (because that's what it really doe...Max Horn
2004-01-02Fix missing sfx in puttputtTravis Howell
2003-12-25start sound call directly digital imuse, only script part handled by mainloop...Paweł Kołodziejski
2003-11-16changed some shift operators to *, /Paweł Kołodziejski
2003-10-09Moved PalmOS initializations out of namespaces.Chris Apers
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix explic...Max Horn
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also m...Max Horn
2003-08-18Updated globals access for PalmOSChris Apers
2003-07-24cleanup: encapsulate some more members of class Actor, and rename newDirectio...Max Horn
2003-06-26Moved out akos_compare (no reason for it to be member of class Scumm)Max Horn
2003-06-19made scale table const again; some cleanup in setupBompScaleMax Horn
2003-06-19use default scale table for bomb codecPaweł Kołodziejski
2003-06-16Comitted the partial (but seemintly good enough) actorHit implementationTorbjörn Andersson
2003-06-14Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; augme...Max Horn
2003-06-07follow our coding conventionsMax Horn
2003-06-05Fix the ugly striped shadows in AKOS codec 1 when drawing scaled actors.Torbjörn Andersson
2003-06-01added a getMaskBuffer method (makes it easier to read some of the code); merg...Max Horn
2003-06-01cleanup / added comments / code unificationMax Horn
2003-06-01same change as in the old costume code: just always maskMax Horn
2003-05-30more costume cleanup. soone we should be able to merger AKOS codec1 and the o...Max Horn
2003-05-30moved bomp stuff into own files; removed some of our 6 (!) bomp decodersMax Horn
2003-05-30cleanupMax Horn