aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he
AgeCommit message (Expand)Author
2009-08-12Fix building with specific games disabled in MSVC.Travis Howell
2009-07-23Fix bug #1726909 - HE Games: Glitches after loading saved games, by restircti...Travis Howell
2009-07-20Make ScummFile::eos() consistent with Stream::eos().Willem Jan Palenstijn
2009-07-13Fix bug #2820472 - MAZE: Keyboard input fault.Travis Howell
2009-07-11Fix pinball type mini game in Putt-Putt Enters The Race.Travis Howell
2009-07-11Explicitely instantiate the decompressWizImage() templates, so that they won'...Sven Hesse
2009-07-04Fix mismatching format arguments.Johannes Schickel
2009-07-03Added more GCC_PRINTF attributes, and fixed resulting warnings in format stringsMax Horn
2009-06-18Correct actor layering method in HE90+ games.Travis Howell
2009-06-06Add logic stub for Backyard Basketball.Travis Howell
2009-06-05Minor cleanup.Travis Howell
2009-06-05Fix issues selecting some items in arttime and football.Travis Howell
2009-06-05Update sound code in HE80+ games, for sound rate differences.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
2009-01-09Correct sound priority and SBNG offsets, in later HE games.Travis Howell
2009-01-09Fix bug #2029639 - PAJAMA1: Lip Syncing.Travis Howell
2009-01-07videoIsLoaded() -> isVideoLoaded()Filippos Karapetis
2009-01-06Updated SCUMM with the latest changes to video playersFilippos Karapetis
2009-01-05Add support for RIFF sound format in createSound().Travis Howell
2009-01-04Fix no input, when playing cards in Blue's 123 Time Activies.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-29Add Blue's Treasure Hunt.Travis Howell
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
2008-12-27Fix video playback in Blue's Clues games.Travis Howell
2008-12-26Update debug message.Travis Howell
2008-12-26Fix assert when playing Safari Snapshot in Blue's ABC Time Activities, caused...Travis Howell
2008-12-26Fix crash after selecting name in Blue's ABC Time Activities, caused by an in...Travis Howell
2008-12-21Move all video players to separate directoryEugene Sandulenko