aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he
AgeCommit message (Expand)Author
2010-05-29Fixed potential memory leak found by cppcheck. Though I'm guessing that if thisTorbjörn Andersson
2010-05-18Committing the rest of the VideoDecoder Rewrite from patch #2963496.Matthew Hoops
2010-05-17Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of th...Matthew Hoops
2010-05-12Fix missing songs in the HE73 version of Putt-Putt Saves the Zoo.Travis Howell
2010-05-09Patch #2901515: HE: Resource Forks on Mac OS XEugene Sandulenko
2010-05-05SCUMM: Convert some code to use Common::StringMax Horn
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-01-31Switch makeADPCMStream to DisposeAfterUse::FlagMax Horn
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
2010-01-27Fix sound regression in HE games.Travis Howell
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-26Let's Explore the Jungle with Buzzy uses VAR_PLATFORM variabletoo, but with d...Travis Howell
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-23Get rid of two more FLAG_LOOP instancesMax Horn
2010-01-19Started to get rid of Audio::FLAG_LOOPMax Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Get rid of Mixer::playRaw for goodMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-19Move raw audio streams to new header sound/raw.hMax Horn
2010-01-19Rename 'Linear' audio streams to 'raw'Max Horn
2010-01-11Move Mac Binary resource loader to common class. Plug tons of memory leaks al...Eugene Sandulenko
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2009-11-22Add patch #2876221 - FBEAR: Fix for MIDI piano notes (DOS version), with mino...Travis Howell
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-21SCUMM: Get rid of 'static int sortArrayOffset' by tweaking ScummEngine_v90he:...Max Horn
2009-10-14Patch #2834677: Wave/ADPCM Endianness FixesMax Horn
2009-09-25SCUMM: Rename _bitDepth to _bytesPerPixelMax Horn
2009-09-13Removed unnecessary semi-colons.Torbjörn Andersson
2009-09-11Remove excess spaces.Travis Howell
2009-09-01SCUMM: Better fix for convertFilePath (use snprintf instead of sprintf, avoid...Max Horn
2009-08-29Fix the default save game path setting in HE98+ games.Travis Howell
2009-08-29Fix the default save game path setting in Macintosh versions of HE72+ games.Travis Howell
2009-08-24Fix bug #2843387 - PUTTPUTT/FATTYBEAR: Macintosh versions assert on startup.Travis Howell
2009-08-23Fix Moonbase Commander startup.Travis Howell
2009-08-22Fix endian regression, when clearing the buffer of non-cursor images.Travis Howell
2009-08-22Fix endian issue in copyFrameToBuffer().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-21Improved comments.Robin Watts
2009-08-21Attempt to fix builds that use the ARM screen column clear code; add newRobin Watts
2009-08-17Merged revisions 43417,43420,43425-43426,43428,43431,43434,43436-43438,43440-...Travis Howell
2009-08-16Fix overflow in convertFilePath().Travis Howell
2009-08-16Revert revision 43410, and add alternative fix.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-20Make ScummFile::eos() consistent with Stream::eos().Willem Jan Palenstijn
2009-07-13Merged revisions 42433-42434,42436,42439-42441,42443-42446,42455-42456,42458-...Travis Howell