aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he
AgeCommit message (Expand)Author
2009-07-13Merged revisions 42433-42434,42436,42439-42441,42443-42446,42455-42456,42458-...Travis Howell
2009-07-13Fix bug #2820472 - MAZE: Keyboard input fault.Travis Howell
2009-07-11Merged revisions 42382,42385-42387,42393-42394 via svnmerge from Travis Howell
2009-07-11Fix pinball type mini game in Putt-Putt Enters The Race.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-07-06Merged revisions 42087-42088,42093-42095,42097-42099,42104-42107,42110,42112-...Travis Howell
2009-07-04Fix mismatching format arguments.Johannes Schickel
2009-07-04Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,...Travis Howell
2009-07-03Added more GCC_PRINTF attributes, and fixed resulting warnings in format stringsMax Horn
2009-06-23Fix error in Backyard Soccer 2004, when using Season Play.Travis Howell
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-18Merged revisions 41625 via svnmerge from Travis Howell
2009-06-18Correct actor layering method in HE90+ games.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-06Merged revisions 41205,41207-41208,41210,41214-41217 via svnmerge from Travis Howell
2009-06-06Add logic stub for Backyard Basketball.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-05Fix issues selecting some items in arttime and football.Travis Howell
2009-06-05Update o72_getPixel() for 16bit color, and cleanup.Travis Howell
2009-06-05Update sound code in HE80+ games, for sound rate differences.Travis Howell
2009-06-04Fix the color of Poodles Galore's finger nails in Spy Fox 3.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-06-03Correct sound timer and disable sound offsets, in later HE games.Travis Howell
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-21Renamed the DXA, SMK and FLIC video decoders to reflect the fact that they're...Filippos Karapetis
2009-04-16SCUMM: Compacted various setupOpcodes() implementations by using the fact tha...Max Horn
2009-04-16SCUMM: Got rid of o6_invalidMax Horn
2009-04-16SCUMM: Switched opcode tables to use Common::Functor0 (a bit like Kyra does it)Max Horn
2009-03-20SCUMM: Split intern.h into multiple headersMax Horn
2009-03-09Renamed SMKPlayer -> SmackerDecoder and DXAPlayer -> DXADecoder, as well as s...Max Horn
2009-03-07Patch #2671477: Fix wrong usage of strncatWillem Jan Palenstijn
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently implement...Max Horn
2009-01-23Renamed Archive::openFile to createReadStreamForMemberMax Horn
2009-01-12Remove unused case, which isn't used by HE60-HE71 games.Travis Howell
2009-01-10setQuickStartFlag is different value in HE100 games.Travis Howell
2009-01-10Correct sound timer, when sound compression is used in HE games.Travis Howell
2009-01-10Fix warning.Travis Howell
2009-01-10Fix compiling SCUMM engine, with HE71+ games disabled.Travis Howell