aboutsummaryrefslogtreecommitdiff
path: root/scumm/akos.cpp
AgeCommit message (Expand)Author
2004-08-22Basic start on freddemo (old version)Travis Howell
2004-08-08Patch #1003866 (SCUMM: New text rendering code (fixes various bugs))Max Horn
2004-07-31isGlobInMemory == isResourceLoadedMax Horn
2004-07-11Rename varTravis Howell
2004-07-09Don't allow codec 1 to skip columns when _scaleX is 255. This is consistentTorbjörn Andersson
2004-07-01Fix large delay in library of The Dig regression.Travis Howell
2004-06-29Revert hypothetical off-by-one fixin akos codec 16, causes glitches in HE games.Travis Howell
2004-06-27That check should of been for HE 7.0 games.Travis Howell
2004-06-27Another palette change needed for HE 7.0 games.Travis Howell
2004-06-27Renamed some HE-specific variables.Eugene Sandulenko
2004-06-27Fix actor palette in HE 7.0 games.Travis Howell
2004-06-26Older scaleTable and scale values are still use by HE games.Travis Howell
2004-06-26Fix transparency for akos codec 16 in HE games.Travis Howell
2004-06-25Minor cleanupTravis Howell
2004-06-25Fix minor bug in akos codec1Travis Howell
2004-06-23this still needs to be sorted out properly but it seems the majority of cases...Jonathan Gray
2004-06-23fbear always uses a transparency colour of 5 in codec 16Jonathan Gray
2004-06-23use the correct transparency colour for akos codec 16 with hev7Jonathan Gray
2004-04-11forgot thatPaweł Kołodziejski
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