aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/plugin.cpp
AgeCommit message (Collapse)Author
2007-03-16added md5 for spanish version of Touche (tracker item #1681643)Gregory Montoir
svn-id: r26151
2007-03-08Removed the localized titles in Touche game descriptions, that didn't work ↵Gregory Montoir
really well and this wasn't really consistent with other engines. Also added fallback detection so that an unknown game can be started (as my original code did before switching to AdvDetector). svn-id: r26030
2007-02-13Changed detectBestMatchingGame to return a pointer to a ADGameDescription ↵Max Horn
(or a subclass of it); added a (currently fake) fallback callback entry in ADParams svn-id: r25574
2007-02-13AdvancedDetector changes:Max Horn
* Renamed genGameList to gameIDList to make it match the corresponding plugin API function name * removed the detectFunc param from detectGameForEngineCreation, as it *always* pointed to a straight wrapper around AdvancedDetector::detectAllGames * as a consequence, removed the various GAME_detectGames functions from the engines, and removed the detectFunc param from ADVANCED_DETECTOR_DEFINE_PLUGIN svn-id: r25547
2007-02-13Rename Common::GF_XXX to Common::ADGF_XXXEugene Sandulenko
svn-id: r25545
2007-02-13(re)added flags field to ADGameDescription, with currently only one value ↵Max Horn
(GF_DEMO) -- this flag value is not yet used by anything (also, GF_DEMO hasn't been correctly set for AGI games yet) svn-id: r25539
2007-02-04Fix warning.Eugene Sandulenko
svn-id: r25384
2007-01-30added checks to prevent crash if no datafiles can be found, also fixed a typoGregory Montoir
svn-id: r25283
2007-01-30Moved Touche engine to AdvancedDetector.Eugene Sandulenko
svn-id: r25272
2007-01-21cleanupGregory Montoir
svn-id: r25157
2007-01-20First phase of detection-related plugins interface improvements. Now pluginsEugene Sandulenko
return StringMap instead of fixed list of parameters. This adds great flexibility. Current patch should not alter any functionality, i.e. if there are regressions, submit a report. Phase 2 will benefit from these changes and will come later. svn-id: r25134
2006-12-14added details for demo version of toucheGregory Montoir
svn-id: r24848
2006-11-25added a few comments and details for another Touche version (tracker item ↵Gregory Montoir
#1602360) svn-id: r24786
2006-11-23added details for another Touche version as reported in tracker item #1601818.Gregory Montoir
svn-id: r24778
2006-11-18added game details for german version of ToucheGregory Montoir
svn-id: r24730
2006-11-12Since we now generate warnings/messages for engine instantiation failures in ↵Max Horn
a central place, get rid of such messages printed by engines svn-id: r24686
2006-11-11various fixes, Touche should now be completable without any major glitchesGregory Montoir
svn-id: r24672
2006-11-05cleanupGregory Montoir
svn-id: r24614
2006-11-03added 'touche' engine for the game 'Touche: The Adventures of the 5th Musketeer'Gregory Montoir
svn-id: r24592