aboutsummaryrefslogtreecommitdiff
path: root/scumm/wiz_he.cpp
AgeCommit message (Collapse)Author
2006-02-05fixed warningPaweł Kołodziejski
svn-id: r20392
2006-02-04Split intern.h and moved HE stuff into the new file intern_he.hMax Horn
svn-id: r20372
2006-02-03Remove unused sprite flag, which is never set.Travis Howell
Remove leftover argument. svn-id: r20356
2006-01-31Use the pitch of a virtual screen surface instead of the width to skip a ↵Gregory Montoir
scanline. svn-id: r20334
2006-01-31A scale of zero should be ignored.Travis Howell
svn-id: r20324
2006-01-31Works fine now.Travis Howell
svn-id: r20323
2006-01-31CleanupTravis Howell
svn-id: r20321
2006-01-30Revert back to match original version.Travis Howell
Change caused glitches in credits of pajama3. svn-id: r20320
2006-01-30Changed to be consistent with rest of wiz code.Gregory Montoir
svn-id: r20318
2006-01-30Changed transformation origin computation (the previous code is matching ↵Gregory Montoir
pajama2 disasm, but looks wrong to me). svn-id: r20316
2006-01-30Some cleanup and fixes to the wiz transformation code.Gregory Montoir
svn-id: r20315
2006-01-29Variables no longer used.Travis Howell
svn-id: r20293
2006-01-29HE80+ games use a transparent color of 5.Travis Howell
svn-id: r20292
2006-01-29Enable angle and zoom support for polygons, based on HE95.Travis Howell
svn-id: r20281
2006-01-27No longer required.Travis Howell
svn-id: r20207
2006-01-27Make resource management of modified wizImages closer to original games.Travis Howell
Fixes many errors in Backyard Sports titles. svn-id: r20201
2006-01-18Update copyright noticeEugene Sandulenko
svn-id: r20088
2006-01-16Match sizes of original versions, to avoid possible overflows.Travis Howell
svn-id: r20052
2005-11-05Detect where wizImage type 1 should be flipped.Travis Howell
Show images without zoom or angle in ski ride of pajama3 for now. svn-id: r19462
2005-11-04Correction for shapes drawing in fun shop titles.Travis Howell
svn-id: r19424
2005-11-04Corrections to fillWizRect().Travis Howell
Fixes asserts in pearl locations of spyozon. svn-id: r19422
2005-11-04Values should only be set in HE99+.Travis Howell
Remove fixme, that difference in normal for ScummVM. svn-id: r19421
2005-11-01Add floodFill support for wizImages.Travis Howell
svn-id: r19379
2005-10-22Load/Save palette correctly in HE99 games.Travis Howell
Save actor shadows in HE games. svn-id: r19231
2005-10-21Disambiguate code semantics (fixing a compiler warning)Max Horn
svn-id: r19211
2005-10-21Add XMAP support for wizImages.Travis Howell
svn-id: r19201
2005-10-18Fixed wiz TRLE encodingGregory Montoir
svn-id: r19157
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-10-16Add missing function for getWizData.Travis Howell
svn-id: r19106
2005-09-24Remove dummy cases for additional codecs in moonbase.Travis Howell
If added, they should be placed in LogicHE. svn-id: r18869
2005-08-31add fillWizPixel()Gregory Montoir
svn-id: r18726
2005-08-14Replace warnings with debug, errors or printfs:Travis Howell
-To catch any missing cases/functions used. -To prevent users reporting warnings as bugs svn-id: r18681
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-07-13Rename functionTravis Howell
Add comments for missing cases. svn-id: r18538
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
svn-id: r18444
2005-06-14-Add more Backyard sports titlesTravis Howell
-Add additional HE100 opcodes changes for basketball -Fix baseball asserts in VAR_WIZ_TCOLOR svn-id: r18385
2005-06-05Remove duplicate field.Travis Howell
svn-id: r18350
2005-06-05Rename sprite functions, based on map.Travis Howell
svn-id: r18349
2005-05-29Set zorder to zero by default.Travis Howell
svn-id: r18290
2005-05-29Set zorder to zero by default.Travis Howell
svn-id: r18289
2005-05-23Lock altered or file loaded wizImages, to make sure they aren't expired ↵Travis Howell
while in use. Fixes glitches in mustard. svn-id: r18227
2005-05-23Move wizImage functions to Wiz class.Travis Howell
svn-id: r18226
2005-05-23Turn Wiz struct into class as requested.Eugene Sandulenko
svn-id: r18224
2005-05-12Avoid HE regressions.Travis Howell
svn-id: r18068
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
svn-id: r18037
2005-05-08One last case for funshop titles.Travis Howell
svn-id: r17955
2005-05-08Range checks off by 1.Travis Howell
svn-id: r17954
2005-05-08Add case stub for funshop titlesTravis Howell
Add comment svn-id: r17953
2005-05-07Additions for funshop titles.Travis Howell
svn-id: r17942
2005-05-07Add missing opcode detailsTravis Howell
Fix regression (Fields not initied) svn-id: r17938