Age | Commit message (Expand) | Author |
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 |
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn |
2010-06-15 | SCUMM: Fix composeFileHashMap | Max Horn |
2010-06-15 | SCUMM: Added directory globs for in-depth search. | Eugene Sandulenko |
2010-06-15 | GUI: Implemented Languages as GUI options. | Eugene Sandulenko |
2010-06-15 | GUI: Implement MIDI drivers as GUI options. | Eugene Sandulenko |
2010-06-14 | SCUMM: Fix bug #1438631. | Eugene Sandulenko |
2010-05-09 | Extended patch #2971742: SCUMM: autodetection for diskimage contents. | Eugene Sandulenko |
2010-04-04 | Fix bug #2960022 - PUTTPUTT 1: No Load/Save possible. | Travis Howell |
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn |
2010-01-31 | Silenced some more cppcheck warnings. | Torbjörn Andersson |
2010-01-28 | Fix regression in Let's Explore the Jungle with Buzzy. | Travis Howell |
2009-12-31 | Add support for Chinese translated games. | Eugene Sandulenko |
2009-11-23 | COMMON: Remove various variants of the md5_file / md5_file_string funcs; turn... | Max Horn |
2009-10-22 | Update detection of PCEngine version of Loom. | Travis Howell |
2009-10-21 | Add patch from Tobias, for graphic support (backgrounds/objects) in PCE versi... | Travis Howell |
2009-07-30 | SCUMM: Properly detect & distinguish the three FM-TOWNS double-demos | Max Horn |
2009-07-13 | Refactor GUI options update into a function in Common: updateGameGUIOptions. | Johannes Schickel |
2009-07-13 | Add transparent GUI options update for SCUMM too. | Johannes Schickel |
2009-06-06 | Use GameDescriptor::setGUIOptions instead of setting key "guioptions" directly. | Johannes Schickel |
2009-06-06 | Add support for GUI options to SCUMM engine | Eugene Sandulenko |
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of cha... | Max Horn |
2009-03-20 | SCUMM: Split intern.h into multiple headers | Max Horn |
2009-03-05 | Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ... | Jordi Vilalta Prat |
2009-02-07 | Make the subtitle settings in Options section of the global main menu optiona... | Travis Howell |
2009-01-29 | Moved AdvancedDetector from common/ to engines/ | Max Horn |
2009-01-02 | Let compiled subengines be visible in About dialog. | Eugene Sandulenko |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-12-29 | Add Blue's Treasure Hunt. | Travis Howell |
2008-11-09 | - The GMM save dialog is now working for all engines which support the approp... | Filippos Karapetis |
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-11-06 | Implemented GMM loading (and, once the GMM supports it, saving) for SCUMM | Max Horn |
2008-11-05 | Turned enum PluginError into Common::Error, which in the future is to be used... | Max Horn |
2008-11-05 | Got rid of the unused 'filename' attribute in SaveStateDescriptor | Max Horn |
2008-11-04 | Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat... | Max Horn |
2008-10-26 | Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ... | Filippos Karapetis |
2008-10-11 | Use Common::File instead of FilePtr | Max Horn |
2008-10-04 | Renamed some MetaEngine feature flags; removed explicit numbers from this fea... | Max Horn |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
2008-09-27 | SCUMM: Use FilesystemNode::openForReading instead of Common::File::open(Files... | Max Horn |
2008-09-16 | Added support for SCUMM savestates date/time and playtime info in the launche... | Johannes Schickel |
2008-09-16 | Added "querySaveMetaInfos" to MetaEngine. | Johannes Schickel |
2008-09-14 | Little cleanup. | Johannes Schickel |
2008-09-14 | Added thumbnail support for launcher to SCUMM engine. | Johannes Schickel |
2008-09-11 | Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState". | Johannes Schickel |
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type... | Max Horn |
2008-08-16 | Merged revisions 33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-... | Christopher Page |