Age | Commit message (Expand) | Author |
2019-12-04 | PARALLACTION: Use Advanced Detector LISTEND Macro in Detection Entries | D G Turner |
2019-11-03 | ENGINES: Stop using 'single id' | Bastien Bouclet |
2019-11-03 | ENGINES: Add an engine ID to all the engines | Bastien Bouclet |
2016-03-08 | ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines. | Johannes Schickel |
2016-02-25 | PARALLACTION: Let listSaves return list sorted on slot numbers. | Johannes Schickel |
2016-01-26 | PARALLACTION: Only request actual save slots in listSaves. | Johannes Schickel |
2014-02-18 | PARALLACTION: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew Hoops |
2011-10-23 | AD: Switched rest of the engines to new GUIO | Eugene Sandulenko |
2011-06-14 | DETECTOR: Merge ADParams into AdvancedMetaEngine | Max Horn |
2011-06-10 | PARALLACTION: Switch to alternate AdvancedMetaEngine, avoid ADParams | Max Horn |
2011-06-10 | ENGINES: Change incorrect use of 'target' to 'gameid' | Max Horn |
2011-05-16 | ENGINES: Unify engine names | Thierry Crozat |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2010-11-01 | COMMON: Rename String::printf() to String::format() | Max Horn |
2010-06-15 | AdvancedDetector: Add new parameter directoryGlobs. | Eugene Sandulenko |
2010-06-14 | Extended advancedDetector with depth parameter. | Eugene Sandulenko |
2010-04-03 | Disable the load from launcher button, in all games of Parallaction game engine. | Travis Howell |
2010-04-03 | Fix bug #2976376 - NIPPON: Load from Launcher fails. By removing the kSupport... | Travis Howell |
2010-03-30 | Let Parallaction return game-specific gameids. This completes the fix for bug... | Nicola Mettifogo |
2010-03-29 | Use ConfMan to query the gameid of the passed target instead of deducing from... | Johannes Schickel |
2010-03-29 | Fixed bug 2969234 by tampering with the gameId. Probably not a nice solution,... | Nicola Mettifogo |
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn |
2009-06-06 | Added game GUI options to advancedDetector and updated all engines | Eugene Sandulenko |
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of cha... | Max Horn |
2009-03-28 | Change the detection of Amiga versions of BRA, to a required data file (reque... | Travis Howell |
2009-03-05 | Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ... | Jordi Vilalta Prat |
2009-01-29 | Moved AdvancedDetector from common/ to engines/ | Max Horn |
2008-11-09 | - The GMM save dialog is now working for all engines which support the approp... | Filippos Karapetis |
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-06 | Added new type Engine::Feature; pushed down some #include dependencies | Max Horn |
2008-09-11 | Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState". | Johannes Schickel |
2008-09-03 | Changed some code to use the new Stream::readLine() method | Max Horn |
2008-09-03 | Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add... | Max Horn |
2008-09-02 | Merging more of the GSoC 2008 RTL branch: PARALLACTION | Nicola Mettifogo |
2008-08-16 | Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ... | Christopher Page |
2008-08-15 | Defined some MetaEngineFeatures for the engines, the launcher uses these feat... | Christopher Page |
2008-08-04 | Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,... | Christopher Page |
2008-07-28 | Add basic support for running Amiga and PC demos of BRA. | Travis Howell |
2008-07-25 | Added --list-saves support for PARALLACTION, and -x support for NipponSafes | Christopher Page |
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat |
2008-04-06 | Add very basic support for Amiga version of BRA. | Travis Howell |
2008-04-05 | Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, kAD... | Max Horn |
2008-03-14 | Started to get rid of Common::EncapsulatedADGameDesc (using plain Common::ADG... | Max Horn |
2008-03-14 | Advanced Detector: Changed fallback detector from a callback function pointer... | Max Horn |
2008-02-08 | Initial support for plugin types | Jordi Vilalta Prat |
2008-02-03 | Revised Engine plugin API to only provide a single func which returns a MetaE... | Max Horn |