Age | Commit message (Expand) | Author |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-27 | SCUMM: Fix differences in soccer's u32 op_1011 | Matthew Hoops |
2011-04-27 | SCUMM: Implement soccer u32 opcodes 1013, 1019, 1020, and 1021 | Matthew Hoops |
2011-04-27 | SCUMM: Fixed compilation with MSVC | md5 |
2011-04-26 | SCUMM: Avoid long double usage | Matthew Hoops |
2011-04-26 | SCUMM: Begin work on the soccer u32 code | Matthew Hoops |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn |
2011-04-05 | SCUMM: Move _heV7RoomIntOffsets from ScummEngine to ScummEngine_v70he | Max Horn |
2011-04-05 | SCUMM: Move _heV7DiskOffsets from ScummEngine to ScummEngine_v70he | Max Horn |
2011-04-05 | SCUMM: Split ScummEngine::generateFilename, move HE specifics to class ScummE... | Max Horn |
2011-04-05 | SCUMM: Move ActorHE into its own header, move some HE specific stuff out of s... | Max Horn |
2011-04-02 | SCUMM: Add support for append mode to o72_openFile() | Matthew Hoops |
2011-04-01 | SCUMM: Make sure finalize is called from o60_closeFile() | Matthew Hoops |
2011-04-01 | SCUMM: Stub off file append mode in o72_openFile() | Matthew Hoops |
2011-03-19 | SCUMM: Changed usage of PI to M_PI (normally defined in math.h) | md5 |
2011-03-06 | SCUMM: Use the new WinCursor code in SCUMM HE | Matthew Hoops |
2011-02-22 | COMMON: Begin to merge some NE/PE code | Matthew Hoops |
2011-02-22 | SCUMM: Use the new PEResources class for HE cursors | Matthew Hoops |
2011-02-14 | SCUMM: Adapt to setPalette RGBA->RGB change. | Johannes Schickel |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2011-02-07 | ALL: Fix whitespaces / indention | Max Horn |
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn |
2011-01-25 | SCUMM: Restore the missing copyright for the PE code (wrongfully removed in r... | Matthew Hoops |
2011-01-23 | VIDEO: Move video classes to Video:: namespace | Eugene Sandulenko |
2011-01-23 | GRAPHICS: Move graphics/video/ to video/. Step 1/2 | Eugene Sandulenko |
2010-12-16 | VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointer | Matthew Hoops |
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 |