aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he
AgeCommit message (Expand)Author
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
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