aboutsummaryrefslogtreecommitdiff
path: root/scumm/akos.cpp
AgeCommit message (Expand)Author
2006-02-11Will be here laterChris Apers
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-02-05Revert back to original shadow detection.Travis Howell
2006-02-05Another regression, palette cycling is used by HE61 too.Travis Howell
2006-02-04akos codec 32 should never be used for old costumes.Travis Howell
2006-02-04Split intern.h and moved HE stuff into the new file intern_he.hMax Horn
2006-02-04Reset shadow for each cycle.Travis Howell
2006-02-04Correct the position of shadow check in HE90+ games.Travis Howell
2006-02-03Reverse to match values.Travis Howell
2006-01-18Update copyright noticeEugene Sandulenko
2006-01-06Correct bounds checking for akos codec 16 in HE 71+ games.Travis Howell
2006-01-04Update commentsTravis Howell
2005-11-27Add missing akos cases for pajama, fixes bug #1367793.Travis Howell
2005-11-05Detect where wizImage type 1 should be flipped.Travis Howell
2005-10-30Shadows are used in HE90 too.Travis Howell
2005-10-29Reset when not used.Travis Howell
2005-10-29Read from XMAP resource directly, instead of reading into memory.Travis Howell
2005-10-28Fix long standing regression actually caused by compiler bug. ProperEugene Sandulenko
2005-10-21Enable XMAP support in akos codec 32.Travis Howell
2005-10-21Add safety check for XMAP support, from original HE games.Travis Howell
2005-10-21Add XMAP support for actors.Travis Howell
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-09-24fixed missing actor limbs in racedemo ; shadows are wrong now, but this seems...Gregory Montoir
2005-09-23renamed some HE specific akos fieldsGregory Montoir
2005-09-03Change PalmOS identChris Apers
2005-08-14Replace warnings with debug, errors or printfs:Travis Howell
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-05-15Restore --disable-he functionality. :(Eugene Sandulenko
2005-05-15Replaced global revBitMask array with a macroMax Horn
2005-05-15Renamed costume scale tables; merged the old costume renderer's scale table w...Max Horn
2005-05-15Added AuxBlock::reset() method; moved aux related code to ScummEngine_v71he c...Max Horn
2005-05-15Disabling SCUMM7/8 games should disable HE61 games.Travis Howell
2005-05-14Added --disable-hq and --disable-scumm-7-8 options. Also improvedEugene Sandulenko
2005-05-14Add configure option to disable HE 70+ games.Travis Howell
2005-04-27Correct actor clipping in HE games.Travis Howell
2005-04-20Replace all GF_HUMONGOUS use with _heversion.Travis Howell
2005-04-14Add missing safety check, should only clip if rect is valid.Travis Howell
2005-04-10Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it c...Max Horn
2005-04-10akst/aksf pointer should be reset for each loop.Travis Howell
2005-04-07Add WIP on hePalette.Travis Howell
2005-04-04Add 8 sound channel support for HE gamesTravis Howell
2005-03-31Started to move some resource related code into a new class ResourceManager (...Max Horn
2005-03-30OoopsTravis Howell
2005-03-30Correct return values were lost in last commit.Travis Howell
2005-03-27Tie the AKOS code into the new costume infrastructure, tooMax Horn
2005-03-17HE72+ games use slightly different code for subtitle color.Travis Howell
2005-03-15Some cleanup/costume code unification. Note: NES costume code probably should...Max Horn
2005-03-11Mass-renamed all variables of Actor object according to our current codeEugene Sandulenko
2005-01-30Check sound queue for music in HE games.Travis Howell