aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/detection.cpp
AgeCommit message (Expand)Author
2009-01-04Got rid of explicit game sound infoFilippos Karapetis
2009-01-04Improved handling of sound resourcesFilippos Karapetis
2009-01-02Wrapped more engine-specific code around appropriate ifdefsFilippos Karapetis
2009-01-02Let compiled subengines be visible in About dialog.Eugene Sandulenko
2009-01-02- Split the IHNM script functions into a different fileFilippos Karapetis
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-29- IHNM Mac loads correctly againFilippos Karapetis
2008-12-22logicalWidth -> widthFilippos Karapetis
2008-12-22- Split the SAGA resource manager in 3 different ones, depending on the resou...Filippos Karapetis
2008-12-21- Added some stubs for the SAGA2 games dino and fta2Filippos Karapetis
2008-12-21Cleaned up the mess with game IDs and game types: removed game types, reduced...Filippos Karapetis
2008-11-10CleanupFilippos Karapetis
2008-11-10SAGA save games now contain thumbnails and creation date/time (visible from ...Filippos Karapetis
2008-11-09- The GMM save dialog is now working for all engines which support the approp...Filippos Karapetis
2008-11-07Saving a game from GMM is now working for the SAGA engine, though the descrip...Filippos Karapetis
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-11-05Got rid of the unused 'filename' attribute in SaveStateDescriptorMax Horn
2008-11-04Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat...Max Horn
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-09-30SAGA: Removed patchesCount from SAGAGameDescriptionMax Horn
2008-09-11Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState".Johannes Schickel
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-07-29Added --list-saves support for SAGAChristopher Page
2008-06-04- Removed -Wconversion from compiler options for g++ 4.3, it's behavior has f...Johannes Schickel
2008-05-26Code cleanup:Filippos Karapetis
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2008-04-05Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, kAD...Max Horn
2008-03-14Started to get rid of Common::EncapsulatedADGameDesc (using plain Common::ADG...Max Horn
2008-03-14Advanced Detector: Changed fallback detector from a callback function pointer...Max Horn
2008-02-08Initial support for plugin typesJordi Vilalta Prat
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-02Moved AdvancedMetaEngine to namespace CommonMax Horn
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
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2007-11-03Patch #1825276: "DETECTION: advanced detector engine simplification"Eugene Sandulenko
2007-10-28Cleanup of the engine detection code. Possibly fixes bug #1804403 - "IHNM/ITE...Filippos Karapetis
2007-08-26CleanupFilippos Karapetis
2007-08-01Compressed sounds now work in IHNMFilippos Karapetis
2007-07-26Removed some unnecessary file existence checksFilippos Karapetis
2007-07-13Rewrote and greatly simplified the SAGA detector, removing many duplicate and...Filippos Karapetis
2007-06-12Patch #1733764: "Fallback detection patch". GSoC student.Eugene Sandulenko
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-27SAGA: Moved displayinfo stuff into its own header fileMax Horn
2007-04-27Some tweaks to saga/detection_tables.hMax Horn