aboutsummaryrefslogtreecommitdiff
path: root/scumm/wiz_he.cpp
AgeCommit message (Collapse)Author
2005-04-25Read index of music file in HE games at startup.Travis Howell
Only reliable way to always get correct music tracks. svn-id: r17798
2005-04-24Remove out dated comment.Travis Howell
svn-id: r17784
2005-04-22Fix header check when using external wizImage files.Travis Howell
svn-id: r17745
2005-04-21some cleanup and added some error() calls when handling wiz images type ↵Gregory Montoir
different from 0 and 1 svn-id: r17741
2005-04-21Fix source clipping of rawWizImages in HE games.Travis Howell
Can get further in spyozon now. svn-id: r17734
2005-04-19minor cleanupGregory Montoir
svn-id: r17692
2005-04-17wizImage compression type 2 uses different decode method, so disable for now.Travis Howell
svn-id: r17645
2005-04-17Revert + 1 to width/height, caused invalid write.Travis Howell
svn-id: r17644
2005-04-16Error on all unknown compression types.Travis Howell
Remove some unused cases. svn-id: r17617
2005-04-16Add missing check for palette remap in drawWizImage.Travis Howell
Can get further in freddi4. svn-id: r17613
2005-04-16DstResNum state is always zero.Travis Howell
svn-id: r17611
2005-04-16use dstResNum for destination, if set.Travis Howell
svn-id: r17610
2005-04-14Set remap flagTravis Howell
svn-id: r17600
2005-04-12Add missing segmentTravis Howell
svn-id: r17568
2005-04-12Not all polygons should be cleared in startScene().Travis Howell
A few minor corrections. svn-id: r17567
2005-04-12Add angle change.Travis Howell
svn-id: r17563
2005-04-12Use paletteNum.Travis Howell
svn-id: r17562
2005-04-11minor change, to be consistent with rest of Wiz codeGregory Montoir
svn-id: r17546
2005-04-11added processWizImage mode 10Gregory Montoir
svn-id: r17545
2005-04-10Pointer off by 8Travis Howell
svn-id: r17501
2005-04-10Add initial rmap support for wizImages.Travis Howell
svn-id: r17497
2005-04-09Switch back to warning, since it is used in mazeTravis Howell
svn-id: r17481
2005-04-08fixed warningPaweł Kołodziejski
svn-id: r17456
2005-04-07OoopsTravis Howell
svn-id: r17442
2005-04-07Correct palPtrTravis Howell
svn-id: r17439
2005-04-07Add WIP on hePalette.Travis Howell
svn-id: r17431
2005-04-06Moved createResource, resourceStats, expireResources to ResourceManagerMax Horn
svn-id: r17420
2005-04-05Use correct buffer when capturing wizImage.Travis Howell
Puzzle in 1grademo and jokes/photo booth in pajama work now. svn-id: r17389
2005-04-05Writing into wizImage no longer crashes.Travis Howell
svn-id: r17386
2005-04-04Add 8 sound channel support for HE gamesTravis Howell
-Allows sound looping to work Added support for WAVE format musuc used in later HE100 games. svn-id: r17372
2005-04-02CleanupTravis Howell
svn-id: r17333
2005-04-01Add bits and piecesTravis Howell
More renames svn-id: r17325
2005-04-01Add support for clipping of wizImages.Travis Howell
Add support for altering wizImages. Various renames. svn-id: r17322
2005-04-01Remove resource type argument in wizImage functions, it is always rtImage.Travis Howell
Rename sprite flags/functions Remove unused sprite flags Switch sprite flags back to hex. for easier comparison svn-id: r17319
2005-03-31Rename paletteNum field for sprite in wizImages.Travis Howell
svn-id: r17312
2005-03-31Started to move some resource related code into a new class ResourceManager ↵Max Horn
(hypothetic goal for the future: use ResourceManager in ScummEx) svn-id: r17311
2005-03-30OoopsTravis Howell
svn-id: r17296
2005-03-30*** empty log message ***Travis Howell
svn-id: r17295
2005-03-30Correct return values were lost in last commit.Travis Howell
Also revert cleanup from scumm/akos.cpp revision 1.185. Clipping isn't compatible, due to possible negative values. svn-id: r17294
2005-03-30Revert cleanup from scumm/gfx.cpp revision 2.348.Travis Howell
Clipping isn't compatible, due to negative values. Fixes many sprite glitches, since code is used to calculating offsets for images. svn-id: r17293
2005-03-30CleanupTravis Howell
svn-id: r17292
2005-03-28Update HE issuesTravis Howell
svn-id: r17273
2005-03-26Rename WizParameters field.Travis Howell
Correct start strip in drawBMAPBg() svn-id: r17236
2005-03-24Change processWizImage() to error on unknown case, to see where additional ↵Travis Howell
cases are required. Update HE issues. svn-id: r17216
2005-03-23some wiz flags renamingGregory Montoir
svn-id: r17210
2005-03-10Find where this flag is triggered too.Travis Howell
svn-id: r17064
2005-03-10Used in displayWizComplexImage() too.Travis Howell
svn-id: r17061
2005-03-10Add HE specific versions of findResource/findResourceData.Travis Howell
Required by WizImage functions, which sometimes alter data. svn-id: r17060
2005-03-10Add back some lost code from cyx, for future changes.Travis Howell
svn-id: r17059
2005-03-09_imagesNum should be clear in startScene()Travis Howell
svn-id: r17044