Age | Commit message (Expand) | Author |
2019-11-13 | ENGINES: Extend MetaEngine class with ExtendedSaves support | Eugene Sandulenko |
2019-11-03 | ENGINES: Remove useless TODO | Bastien Bouclet |
2019-11-03 | BASE: Change the command line interface to use engine-qualified game names | Bastien Bouclet |
2019-11-03 | ENGINES: Automatically upgrade the targets on launch to add an engine ID | Bastien Bouclet |
2019-11-03 | ENGINES: Change targets to have an 'engine ID' | Bastien Bouclet |
2018-05-10 | ENGINES: Merge GameDescriptor and DetectedGame | Bastien Bouclet |
2018-05-10 | ENGINES: Factor adding games to ConfMan | Bastien Bouclet |
2018-05-10 | ENGINES: Change MetaEngine::listSupportedGames to return plain game descriptors | Bastien Bouclet |
2018-05-10 | ENGINES: Change MetaEngine::findGame to return a plain game descriptor | Bastien Bouclet |
2018-05-10 | ENGINES: Add unknown game variants to the game detector results | Bastien Bouclet |
2018-04-29 | ENGINES: Show the unknown Game dialog only when the detector is launched by t... | Lothar Serra Mari |
2017-12-03 | BASE: Remove bad casts between incompatible Plugin types | Colin Snover |
2016-08-24 | ALL: Make simpleSaveNames() a MetaEngineFeature | Alexander Tkachev |
2016-08-24 | ALL: Add MetaEngine::simpleSaveNames() | Alexander Tkachev |
2016-08-24 | GUI: Show "locked" saves during sync | Alexander Tkachev |
2016-02-28 | ENGINES: Fix Typos. | Johannes Schickel |
2016-02-25 | ENGINES: Document sorting guaranty for MetaEngine::listSaves. | Johannes Schickel |
2014-02-18 | ENGINES: Make GPL headers consistent in themselves. | Johannes Schickel |
2012-03-31 | ENGINES: Return all available custom GUI options if no target is specified | Filippos Karapetis |
2012-03-19 | GUI: Add per-engine and per-game options | Filippos Karapetis |
2012-02-01 | ENGINES: Get rid of unnecessary friend in EngineManager. | Johannes Schickel |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Format forward declarations to follow convention | Ori Avtalion |
2010-12-23 | PLUGINS: switched plugin manager to inheritance rather than #defines | Yotam Barnoy |
2010-11-05 | PLUGINS: improved one-at-a-time plugin code | Yotam Barnoy |
2010-08-05 | added intermediary function 'findGameOnePlugAtATime' and switched load game a... | Tony Puccinelli |
2010-03-22 | Patch #2973290: Semicolon cleanup | Max Horn |
2010-03-18 | ENGINES: Move SaveStateDescriptor etc. to engine/savestate.* | Max Horn |
2009-03-05 | Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ... | Jordi Vilalta Prat |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-11-09 | Update documentation. | Johannes Schickel |
2008-11-09 | Updated documentation. | Johannes Schickel |
2008-11-09 | - The GMM save dialog is now working for all engines which support the approp... | Filippos Karapetis |
2008-11-05 | Turned enum PluginError into Common::Error, which in the future is to be used... | Max Horn |
2008-11-04 | Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat... | Max Horn |
2008-11-03 | - Extended some comments | Johannes Schickel |
2008-11-03 | Patch #2122869: ALL: Common load dialog | 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-10-04 | Renamed some MetaEngine feature flags; removed explicit numbers from this fea... | Max Horn |
2008-09-30 | cleanup | Max Horn |
2008-09-17 | Moved base/game.* to engines/game.* | 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 | - Added thumbnail support to launcher load dialog. | 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-09-01 | Document each MetaEngineFeature (instead of listing just 'examples'). Wording... | Max Horn |
2008-09-01 | Clarified clarification ;) | Max Horn |
2008-09-01 | Clarified some comments | Max Horn |