aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/wiz_he.cpp
AgeCommit message (Expand)Author
2013-04-29SCUMM HE: fix crash introduced in a10ad272a84Eugene Sandulenko
2013-04-28SCUMM HE: Plug memory leak. CID 1003582Eugene Sandulenko
2012-03-20Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-02-10JANITORIAL: Fix template definition whitespaceTarek Soliman
2011-10-27GRAPHICS: Make drawThickLine take a thickness in both x and y directionsMatthew Hoops
2011-08-08SCUMM: Fix endian issue in captureWizPolygon.Travis Howell
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-03-19SCUMM: Changed usage of PI to M_PI (normally defined in math.h)md5
2011-02-07ALL: Fix whitespaces / indentionMax Horn
2010-11-23SCUMM: Replace Common::File uses by SeekableReadStream and SearchManMax Horn
2010-10-17SCUMM: Fix bug #2952298 - HE (16Bit): Inventory items (Cursors) have wrong co...Travis Howell
2010-10-15Reverted revision 53456, as requested.Travis Howell
2010-10-14SCUMM: Fix bug #2952298 with 16-bit HE cursors on AmigaEugene Sandulenko
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-09-25SCUMM: Rename _bitDepth to _bytesPerPixelMax Horn
2009-08-22Fix endian regression, when clearing the buffer of non-cursor images.Travis Howell
2009-08-22Fixed cursor transparency for 16bit HE games on big endian architecturesAndre Heider
2009-08-22Exclude 16bit specific code, when 16bit support is disabled.Travis Howell
2009-08-13Merged revisions 43245-43249,43251-43252,43257,43260,43262-43264,43266,43268-...Travis Howell
2009-08-12Fix building with specific games disabled in MSVC.Travis Howell
2009-08-05Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,...Travis Howell
2009-07-23Fix bug #1726909 - HE Games: Glitches after loading saved games, by restircti...Travis Howell
2009-07-11Merged revisions 42360-42361,42364-42366,42368-42378,42380 via svnmerge from Travis Howell
2009-07-11Explicitely instantiate the decompressWizImage() templates, so that they won'...Sven Hesse
2009-06-22Fix loading/saving in funshop titles.Travis Howell
2009-06-22Cleanup.Travis Howell
2009-06-21Add initial support for captureWizPolygon.Travis Howell
2009-06-18Fix regression, caused by typo in my last commit.Travis Howell
2009-06-13Fix possible endian issues.Travis Howell
2009-06-10Correct horizontal flipping in decompressWizImage(), when using 16bit color.Travis Howell
2009-06-06Add initial support for copyMaskWizImage, to fix videos in later Blue's Clues...Travis Howell
2009-06-06Merged revisions 41154-41156,41160,41163-41181,41185-41186,41188-41189,41196-...Travis Howell
2009-06-05Converted cursor code to use 16-bit.Jody Northup
2009-06-05Correct error in decompress16BitWizImage().Travis Howell
2009-06-05Minor cleanup.Travis Howell
2009-06-05Update o72_getPixel() for 16bit color, and cleanup.Travis Howell
2009-06-04Ooops, correct typo in last commit.Travis Howell
2009-06-04Fix regression in copyWizImageWithMask, which caused corruption in readtime.Travis Howell
2009-06-04Add 16bit color support for later HE games.Travis Howell
2009-06-03Cleanup.Travis Howell
2009-01-04Use cache when converting 16bit colors, for faster conversions.Travis Howell
2009-01-04Use slow palette color match, for 16bit color HE games for now.Travis Howell
2009-01-03Add missing src checks in drawWizPolygonTransform().Travis Howell
2009-01-03Fix palette glitches in Art Show of Blue's Treasure Hunt.Travis Howell
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-27Add more stubs for MBC.Travis Howell
2008-12-27Ooops, correct return value.Travis Howell
2008-12-27Add basic code for wizImage compression type 5.Travis Howell