aboutsummaryrefslogtreecommitdiff
path: root/scumm/wiz_he.cpp
AgeCommit message (Expand)Author
2005-04-05Use correct buffer when capturing wizImage.Travis Howell
2005-04-05Writing into wizImage no longer crashes.Travis Howell
2005-04-04Add 8 sound channel support for HE gamesTravis Howell
2005-04-02CleanupTravis Howell
2005-04-01Add bits and piecesTravis Howell
2005-04-01Add support for clipping of wizImages.Travis Howell
2005-04-01Remove resource type argument in wizImage functions, it is always rtImage.Travis Howell
2005-03-31Rename paletteNum field for sprite in wizImages.Travis Howell
2005-03-31Started to move some resource related code into a new class ResourceManager (...Max Horn
2005-03-30OoopsTravis Howell
2005-03-30*** empty log message ***Travis Howell
2005-03-30Correct return values were lost in last commit.Travis Howell
2005-03-30Revert cleanup from scumm/gfx.cpp revision 2.348.Travis Howell
2005-03-30CleanupTravis Howell
2005-03-28Update HE issuesTravis Howell
2005-03-26Rename WizParameters field.Travis Howell
2005-03-24Change processWizImage() to error on unknown case, to see where additional ca...Travis Howell
2005-03-23some wiz flags renamingGregory Montoir
2005-03-10Find where this flag is triggered too.Travis Howell
2005-03-10Used in displayWizComplexImage() too.Travis Howell
2005-03-10Add HE specific versions of findResource/findResourceData.Travis Howell
2005-03-10Add back some lost code from cyx, for future changes.Travis Howell
2005-03-09_imagesNum should be clear in startScene()Travis Howell
2005-03-08correctionsGregory Montoir
2005-03-05Update commentsTravis Howell
2005-02-28preliminar work on processWizImage 9 and updated wiz flagsGregory Montoir
2005-02-27correction, WIZH tag is LEGregory Montoir
2005-02-27fixed footdemo startup wizimageGregory Montoir
2005-02-27added processWizImage mode 8 ; this breaks footdemo, feel free to disableGregory Montoir
2005-02-27Update debug msg.Travis Howell
2005-02-27Add more safety checks.Travis Howell
2005-02-26Catch all invalid image resource readsTravis Howell
2005-02-26Fix sprite hacksTravis Howell
2005-02-25Update WizParameters struct, to match pajama3.Travis Howell
2005-02-25Cleanup, reduce duplicate code.Travis Howell
2005-02-24defined some flags for HE wiz ; it should make the code more readableGregory Montoir
2005-01-01Updated copyrightMax Horn
2004-12-19to please PalmOS, I moved the _wiz member to ScummEngine_v70he, where it actu...Gregory Montoir
2004-11-27moved all the HE wiz stuff to a separate module, with minor cleanups and simp...Gregory Montoir