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