aboutsummaryrefslogtreecommitdiff
path: root/scumm/costume.cpp
AgeCommit message (Expand)Author
2005-03-26Fixes for MM NES costume mask from Quietust.Eugene Sandulenko
2005-03-25First attempt to use mask for costumes:Eugene Sandulenko
2005-03-24Proper calculation of edge case with number of costume frames from QuietustEugene Sandulenko
2005-03-24Lots of MM NES changes from Quietust and meEugene Sandulenko
2005-03-21Many MM NES fixes/improvements from Quietust:Eugene Sandulenko
2005-03-16Preliminary support for NES charsets. Colors are wrong and we get glitchesEugene Sandulenko
2005-03-16Patch from Quietust. Proper drawing of objects and fixes to inventory.Eugene Sandulenko
2005-03-15Some cleanup/costume code unification. Note: NES costume code probably should...Max Horn
2005-03-15Minor NES-related fixesEugene Sandulenko
2005-03-15Patch from Quietust:Travis Howell
2005-03-15First (unsuccessful) attempt to make NES costume animation work.Eugene Sandulenko
2005-03-15Change this one too.Travis Howell
2005-03-15Patch from Quietust. Fix NES sprites colors and optimize sprite drawingEugene Sandulenko
2005-03-15Actually draw NES costumes.Eugene Sandulenko
2005-03-15Off by one.Travis Howell
2005-03-14First attempt to draw NES sprites. There are these problems:Eugene Sandulenko
2005-03-13Preliminary support for MM NES.Eugene Sandulenko
2005-03-11CleanupChris Apers
2005-03-11Mass-renamed all variables of Actor object according to our current codeEugene Sandulenko
2005-01-01Updated copyrightMax Horn
2004-12-10New ARM call (PalmOS)Chris Apers
2004-11-25Turn the v1 member in the costume renderers into a function local object (use...Max Horn
2004-11-09CleanupChris Apers
2004-10-11PalmOS : new paramsChris Apers
2004-10-09Fix for bug #1042802 (DIG: Graphics glitch when scrolling) -- the fix is to p...Max Horn
2004-10-06PalmOS updateChris Apers
2004-09-30constnessGregory Montoir
2004-09-12PalmOS : ARM optimized proc3 functionChris Apers
2004-09-08some AKOS tweaks for HE72/80Gregory Montoir
2004-09-02Cleanup: renamed 'value' to 'scaletableSize' and made akos codec1 & the old c...Max Horn
2004-08-10Remove old unused and unneeded function.Travis Howell
2004-08-10Should be 8 pixels for V1 games.Travis Howell
2004-08-10Fix a few remaining graphic gliches in V1 gamesTravis Howell
2004-08-09Fix for bug #902387 (MANIAC64: Graphical glitch when Space Police arrives)Max Horn
2004-08-08Patch #1003866 (SCUMM: New text rendering code (fixes various bugs))Max Horn
2004-07-26CleanupTravis Howell
2004-07-25Sam & Max doesn't need separate palette, just uses _shadowPalette.Travis Howell
2004-06-28Fix missing sound effects in puttdemo (DOS)Travis Howell
2004-06-25Minor cleanupTravis Howell
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-03fixed hypothetical off-by-one error when computing _draw_bottom (a semantical...Max Horn
2004-01-08cleanup (make some more use of class Common::Rect)Max Horn
2004-01-06updated copyright noticeMax Horn
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
2003-11-23fix / hack for actor costume gfx glitches in scumm v1 gamesPaweł Kołodziejski
2003-11-16whitespaceMax Horn