aboutsummaryrefslogtreecommitdiff
path: root/engines/metaengine.h
AgeCommit message (Expand)Author
2012-03-31ENGINES: Return all available custom GUI options if no target is specifiedFilippos Karapetis
2012-03-19GUI: Add per-engine and per-game optionsFilippos Karapetis
2012-02-01ENGINES: Get rid of unnecessary friend in EngineManager.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2010-12-23PLUGINS: switched plugin manager to inheritance rather than #definesYotam Barnoy
2010-11-05PLUGINS: improved one-at-a-time plugin codeYotam Barnoy
2010-08-05added intermediary function 'findGameOnePlugAtATime' and switched load game a...Tony Puccinelli
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
2010-03-18ENGINES: Move SaveStateDescriptor etc. to engine/savestate.*Max Horn
2009-03-05Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...Jordi Vilalta Prat
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-11-09Update documentation.Johannes Schickel
2008-11-09Updated documentation.Johannes Schickel
2008-11-09- The GMM save dialog is now working for all engines which support the approp...Filippos Karapetis
2008-11-05Turned enum PluginError into Common::Error, which in the future is to be used...Max Horn
2008-11-04Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat...Max Horn
2008-11-03- Extended some commentsJohannes Schickel
2008-11-03Patch #2122869: ALL: Common load dialogMax Horn
2008-10-26Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ...Filippos Karapetis
2008-10-06Added new type Engine::Feature; pushed down some #include dependenciesMax Horn
2008-10-04Renamed some MetaEngine feature flags; removed explicit numbers from this fea...Max Horn
2008-09-30cleanupMax Horn
2008-09-17Moved base/game.* to engines/game.*Max Horn
2008-09-16Added support for SCUMM savestates date/time and playtime info in the launche...Johannes Schickel
2008-09-16Added "querySaveMetaInfos" to MetaEngine.Johannes Schickel
2008-09-14- Added thumbnail support to launcher load dialog.Johannes Schickel
2008-09-11Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState".Johannes Schickel
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-09-01Document each MetaEngineFeature (instead of listing just 'examples'). Wording...Max Horn
2008-09-01Clarified clarification ;)Max Horn
2008-09-01Clarified some commentsMax Horn
2008-08-16Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ...Christopher Page
2008-08-15Defined some MetaEngineFeatures for the engines, the launcher uses these feat...Christopher Page
2008-08-15Added some MetaEngineFeatures, defined MEFs for the Scumm engineChristopher Page
2008-05-26Fixed some code formatting thanks to LordHotoJordi Vilalta Prat
2008-05-13Moved the engine plugin code to engines/metaengine.h; added/clarified/correct...Max Horn
2008-02-08Remove undesired spaces and an old TODOJordi Vilalta Prat
2008-02-04Change MetaEngine references to PluginObject where possible to make its seman...Jordi Vilalta Prat
2008-02-04Commited updated version of my own patch #1868402: Basic savestate plugin APIMax Horn
2008-02-03Revised Engine plugin API to only provide a single func which returns a MetaE...Max Horn
2008-02-03Changed "COMPATIBLITY" to "COMPATIBILITY".Torbjörn Andersson
2008-02-02Converted the remaining engines to use MetaEngineJordi Vilalta Prat
2008-02-02New MetaEngine class (work in progress to replace the current Engine plugin A...Max Horn