Age | Commit message (Expand) | Author |
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew Hoops |
2012-09-20 | SCUMM: Restrict the Mac m68k v5 driver to MI2/Indy4 | Matthew Hoops |
2012-09-20 | SCUMM: Add support for Indy4 Mac 68k sound | Matthew Hoops |
2012-08-15 | SCUMM: Replace detector printf usage with logMessage. | Alyssa Milburn |
2012-07-03 | SCUMM: Slight cleanup in querySaveMetaInfos. | Johannes Schickel |
2012-06-09 | SCUMM: Create proper engine for heversion 101 | Matthew Hoops |
2012-06-05 | SCUMM: Show an error dialog when trying to run puttzoo ios lite | Matthew Hoops |
2012-05-28 | SCUMM: Add support for Spy Fox iOS | Matthew Hoops |
2012-04-28 | SCUMM: Fix bug #3493317 by removing assert() in detection algorithm. | Ben Castricum |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2012-01-26 | SCUMM: Use regular detection algorithms for FMTOWNS demos. | Ben Castricum |
2012-01-01 | SCUMM: Don't hide scumm detector debug message for certain cases | Ben Castricum |
2011-11-16 | LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE) | Strangerke |
2011-10-24 | SCUMM: Fix detection of talkie Monkey Island | Tarek Soliman |
2011-10-23 | LAUNCHER: Add GUIO_NOASPECT to SCUMM engine | Strangerke |
2011-10-23 | AD: Swtich GUI options to a char array. | Eugene Sandulenko |
2011-10-06 | SCUMM: Make some variables const and one furthermore static. | Johannes Schickel |
2011-10-05 | SCUMM: code formatting | Tarek Soliman |
2011-10-05 | SCUMM: Code formatting | Filippos Karapetis |
2011-10-04 | SCUMM: enable speech gui option when speech file found in unknown game | Tarek Soliman |
2011-09-08 | SCUMM: Made some static data const. | Johannes Schickel |
2011-08-06 | ALL: Reduce audio/ header dependency | Eugene Sandulenko |
2011-08-03 | SCUMM: Remove BluesBirthday dependency on the binary | Matthew Hoops |
2011-07-02 | SCUMM: Fix Blue's Birthday Macintosh | Matthew Hoops |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-06-14 | DETECTOR: Pass allFiles to AdvancedMetaEngine::fallbackDetect() | Max Horn |
2011-06-14 | DETECTOR: Separate code for handling obsolete gameids from advanced detector | Max Horn |
2011-05-25 | SCUMM: Switch some code to use String::format | Max Horn |
2011-05-16 | ENGINES: Unify engine names | Thierry Crozat |
2011-05-13 | SCUMM: Turned ResTypeData into a Common::Array<Resource>, subsuming its _reso... | Max Horn |
2011-05-13 | SCUMM: Add a Resource class, refactor res code around it | Max Horn |
2011-05-13 | SCUMM: Refactor how resource (types) are srepresented | Max Horn |
2011-05-13 | SCUMM: Move class ResourceManager to its own header | Max Horn |
2011-05-13 | SCUMM: Print SCUMM & HE version when starting a game in deug mode | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-02 | ALL: Mark printf and various other symbols as forbidden | Max Horn |
2011-05-01 | SCUMM: Fix v60he games | Matthew Hoops |
2011-04-18 | COMMON: Remove kInvalidPathError | 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: Rename InfoStuff to SaveStateMetaInfos | Max Horn |
2011-01-28 | SCUMM: Fix bug #3167036 - BluesBirthday: Crash in the demo. | Travis Howell |
2010-11-23 | SCUMM: Replace Common::File uses by SeekableReadStream and SearchMan | Max Horn |
2010-11-07 | COMMON: Rename and tweak MD5 functions | Max Horn |
2010-10-29 | SCUMM: Switch to the new SaveStateDescriptor::setPlayTime. | Johannes Schickel |
2010-08-25 | SCUMM: Fix bug #3049323 | Eugene Sandulenko |
2010-07-05 | Prevent SCUMM from adding gui options based on user flags into the config fil... | Johannes Schickel |
2010-07-05 | Fix update of GUI options, which only differ in the language setting. | Johannes Schickel |
2010-06-27 | Add support for Chinese The DIG. | Eugene Sandulenko |
2010-06-22 | SCUMM: Add a debug message to detectGames() to help find filesizes of detecti... | Max Horn |