Age | Commit message (Expand) | Author |
2011-03-19 | SCUMM: Changed usage of PI to M_PI (normally defined in math.h) | md5 |
2011-02-07 | ALL: Fix whitespaces / indention | Max Horn |
2010-11-23 | SCUMM: Replace Common::File uses by SeekableReadStream and SearchMan | Max Horn |
2010-10-17 | SCUMM: Fix bug #2952298 - HE (16Bit): Inventory items (Cursors) have wrong co... | Travis Howell |
2010-10-15 | Reverted revision 53456, as requested. | Travis Howell |
2010-10-14 | SCUMM: Fix bug #2952298 with 16-bit HE cursors on Amiga | Eugene Sandulenko |
2010-09-18 | JANITORIAL: Removed most punctuation at end of warning() and error() | Torbjörn Andersson |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2009-09-25 | SCUMM: Rename _bitDepth to _bytesPerPixel | Max Horn |
2009-08-22 | Fix endian regression, when clearing the buffer of non-cursor images. | Travis Howell |
2009-08-22 | Fixed cursor transparency for 16bit HE games on big endian architectures | Andre Heider |
2009-08-22 | Exclude 16bit specific code, when 16bit support is disabled. | Travis Howell |
2009-08-13 | Merged revisions 43245-43249,43251-43252,43257,43260,43262-43264,43266,43268-... | Travis Howell |
2009-08-12 | Fix building with specific games disabled in MSVC. | Travis Howell |
2009-08-05 | Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,... | Travis Howell |
2009-07-23 | Fix bug #1726909 - HE Games: Glitches after loading saved games, by restircti... | Travis Howell |
2009-07-11 | Merged revisions 42360-42361,42364-42366,42368-42378,42380 via svnmerge from | Travis Howell |
2009-07-11 | Explicitely instantiate the decompressWizImage() templates, so that they won'... | Sven Hesse |
2009-06-22 | Fix loading/saving in funshop titles. | Travis Howell |
2009-06-22 | Cleanup. | Travis Howell |
2009-06-21 | Add initial support for captureWizPolygon. | Travis Howell |
2009-06-18 | Fix regression, caused by typo in my last commit. | Travis Howell |
2009-06-13 | Fix possible endian issues. | Travis Howell |
2009-06-10 | Correct horizontal flipping in decompressWizImage(), when using 16bit color. | Travis Howell |
2009-06-06 | Add initial support for copyMaskWizImage, to fix videos in later Blue's Clues... | Travis Howell |
2009-06-06 | Merged revisions 41154-41156,41160,41163-41181,41185-41186,41188-41189,41196-... | Travis Howell |
2009-06-05 | Converted cursor code to use 16-bit. | Jody Northup |
2009-06-05 | Correct error in decompress16BitWizImage(). | Travis Howell |
2009-06-05 | Minor cleanup. | Travis Howell |
2009-06-05 | Update o72_getPixel() for 16bit color, and cleanup. | Travis Howell |
2009-06-04 | Ooops, correct typo in last commit. | Travis Howell |
2009-06-04 | Fix regression in copyWizImageWithMask, which caused corruption in readtime. | Travis Howell |
2009-06-04 | Add 16bit color support for later HE games. | Travis Howell |
2009-06-03 | Cleanup. | Travis Howell |
2009-01-04 | Use cache when converting 16bit colors, for faster conversions. | Travis Howell |
2009-01-04 | Use slow palette color match, for 16bit color HE games for now. | Travis Howell |
2009-01-03 | Add missing src checks in drawWizPolygonTransform(). | Travis Howell |
2009-01-03 | Fix palette glitches in Art Show of Blue's Treasure Hunt. | Travis Howell |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-12-27 | Add more stubs for MBC. | Travis Howell |
2008-12-27 | Ooops, correct return value. | Travis Howell |
2008-12-27 | Add basic code for wizImage compression type 5. | Travis Howell |
2008-12-26 | Update debug message. | Travis Howell |
2008-12-26 | Fix assert when playing Safari Snapshot in Blue's ABC Time Activities, caused... | Travis Howell |
2008-12-26 | Fix crash after selecting name in Blue's ABC Time Activities, caused by an in... | Travis Howell |
2008-12-15 | Add Moonbase Commander target again, for testing only. | Travis Howell |
2008-07-29 | Changed class File (and derived classes) to only support read-only access; ad... | Max Horn |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2007-12-27 | Enable Windows version of early HE games by default, to match already enabled... | Travis Howell |
2007-11-25 | An attempt to implement thick line drawing. | Eugene Sandulenko |