Home
last modified time | relevance | path

Searched refs:MADS (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mads/
H A Ddetection.cpp40 namespace MADS { namespace
143 …MADSMetaEngine() : AdvancedMetaEngine(MADS::gameDescriptions, sizeof(MADS::MADSGameDescription), M… in MADSMetaEngine()
173 bool MADS::MADSEngine::hasFeature(EngineFeature f) const { in hasFeature()
181 const MADS::MADSGameDescription *gd = (const MADS::MADSGameDescription *)desc; in createInstance()
183 *engine = new MADS::MADSEngine(syst, gd); in createInstance()
193 MADS::MADSSavegameHeader header; in listSaves()
206 if (MADS::Game::readSavegameHeader(in, header)) in listSaves()
232 MADS::MADSSavegameHeader header; in querySaveMetaInfos()
233 if (!MADS::Game::readSavegameHeader(f, header, false)) { in querySaveMetaInfos()
253 #if PLUGIN_ENABLED_DYNAMIC(MADS)
[all …]
H A Dhotspots.h30 namespace MADS {
82 Common::Array<MADS::DynamicHotspot>::size_type size() const { return _entries.size(); } in size()
H A Dglobals.cpp26 namespace MADS { namespace
H A Dglobals.h31 namespace MADS {
H A Dstaticres.cpp26 namespace MADS { namespace
H A Dstaticres.h26 namespace MADS {
H A Dconfigure.engine3 add_engine mads "MADS" yes
/dports/games/scummvm/scummvm-2.5.1/engines/mads/
H A Dmetaengine.cpp41 namespace MADS { namespace
90 bool MADS::MADSEngine::hasFeature(EngineFeature f) const { in hasFeature()
98 *engine = new MADS::MADSEngine(syst, (const MADS::MADSGameDescription *)desc); in createInstance()
107 MADS::MADSSavegameHeader header; in listSaves()
120 if (MADS::Game::readSavegameHeader(in, header)) in listSaves()
146 MADS::MADSSavegameHeader header; in querySaveMetaInfos()
147 if (!MADS::Game::readSavegameHeader(f, header, false)) { in querySaveMetaInfos()
166 #if PLUGIN_ENABLED_DYNAMIC(MADS)
167 REGISTER_PLUGIN_DYNAMIC(MADS, PLUGIN_TYPE_ENGINE, MADSMetaEngine);
169 REGISTER_PLUGIN_STATIC(MADS, PLUGIN_TYPE_ENGINE, MADSMetaEngine);
H A Ddetection.cpp41 {MADS::kDebugPath, "Path", "Pathfinding debug level"},
42 {MADS::kDebugScripts, "scripts", "Game scripts"},
43 {MADS::kDebugGraphics, "graphics", "Graphics handling"},
127 …MADSMetaEngineDetection() : AdvancedMetaEngineDetection(MADS::gameDescriptions, sizeof(MADS::MADSG… in MADSMetaEngineDetection()
H A Dconfigure.engine3 add_engine mads "MADS" yes "madsv2" "Rex Nebular"
4 add_engine madsv2 "MADS V2" no "" "Return of the Phantom, Dragonsphere"
H A Dhotspots.h30 namespace MADS {
82 Common::Array<MADS::DynamicHotspot>::size_type size() const { return _entries.size(); } in size()
H A Dglobals.cpp26 namespace MADS { namespace
H A Ddetection.h29 namespace MADS {
H A Dglobals.h31 namespace MADS {
H A Dstaticres.cpp26 namespace MADS { namespace
H A Dstaticres.h26 namespace MADS {
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/docs/KeywordMetadata/
H A Dmethod-mesh_adaptive_search-display_all_evaluations45 MADS run {
79 MADS run {
/dports/games/libretro-scummvm/scummvm-7b1e929/dists/codeblocks/engines/
H A Dplugins_table.h115 #if PLUGIN_ENABLED_STATIC(MADS)
116 LINK_PLUGIN(MADS)
/dports/games/libretro-scummvm/scummvm-7b1e929/dists/msvc/engines/
H A Dplugins_table.h115 #if PLUGIN_ENABLED_STATIC(MADS)
116 LINK_PLUGIN(MADS)
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/
H A Dplugins_table.h115 #if PLUGIN_ENABLED_STATIC(MADS)
116 LINK_PLUGIN(MADS)
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mads/dragonsphere/
H A Dglobals_dragonsphere.cpp27 namespace MADS { namespace
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mads/phantom/
H A Dglobals_phantom.cpp27 namespace MADS { namespace
/dports/games/scummvm/scummvm-2.5.1/engines/mads/dragonsphere/
H A Dglobals_dragonsphere.cpp27 namespace MADS { namespace
/dports/games/scummvm/scummvm-2.5.1/engines/mads/phantom/
H A Dglobals_phantom.cpp27 namespace MADS { namespace
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mads/nebular/
H A Dglobals_nebular.cpp27 namespace MADS { namespace

12345678910>>...16