Age | Commit message (Expand) | Author |
2010-11-23 | SCUMM: Use explicit XOR decoding code in BaseScummFile subclasses | Max Horn |
2010-11-23 | SCUMM: Replace Common::File uses by SeekableReadStream and SearchMan | Max Horn |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-11-08 | BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes only | Max Horn |
2010-11-01 | ENGINES: Replace many printfs by warning/debug/debugN | Max Horn |
2010-11-01 | COMMON: Rename String::printf() to String::format() | Max Horn |
2010-10-23 | SCUMM: Skip endian conversion on little endian systems (instead of assigning ... | Max Horn |
2010-10-23 | ALL: Fix indention (whitespaces -> tabs) | Max Horn |
2010-10-23 | SCUMM: Disable multiplayer option in Backyard Baseball 2001. | Travis Howell |
2010-10-23 | SCUMM: Fix buffer overflow, that was causing crashes when saving in Backyard ... | Travis Howell |
2010-10-21 | SCUMM: Remove redundant call to checkArrayLimits | Max Horn |
2010-10-21 | SCUMM: Document ScummEngine_v90he::sortArray | Max Horn |
2010-10-21 | SCUMM: Fix bug #2984000 - SPYFOX3 (French): Crash when using fingernail machine. | Travis Howell |
2010-10-21 | SCUMM: Correct a copy and paste error in compareByteArray/compareByteArrayRev... | Travis Howell |
2010-10-21 | SCUMM: Revert revision 45302, which caused regressions when random team is se... | Travis Howell |
2010-10-18 | SCUMM: Silence MSVC 2010 code analysis warning | Max Horn |
2010-10-18 | SCUMM: Fix parts of bug #3087898 (SCUMM: Code analysis warnings) | Max Horn |
2010-10-18 | SCUMM: Check the sound channel is valid, before checking the sound channel. | Travis Howell |
2010-10-18 | SCUMM: Check the sound channel is valid, before checking the sound channel. | Travis Howell |
2010-10-17 | SCUMM: Fix bug #2952298 - HE (16Bit): Inventory items (Cursors) have wrong co... | Travis Howell |
2010-10-15 | Reverted revision 53456, as requested. | Travis Howell |
2010-10-14 | SCUMM: Fix bug #2952298 with 16-bit HE cursors on Amiga | Eugene Sandulenko |
2010-10-13 | OPENGL: Merged from trunk, from rev 52105 to 53396. | Johannes Schickel |
2010-09-18 | JANITORIAL: Removed most punctuation at end of warning() and error() | Torbjörn Andersson |
2010-06-09 | - Revised abstract AudioCDManager. | Alejandro Marzini |
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 |