Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-13 | Changed 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-13 | Fixed compilation | Max Horn | |
svn-id: r25552 | |||
2007-02-13 | added GF_AGIMOUSE for all fangames who seem to use it | Joachim Eberhard | |
svn-id: r25551 | |||
2007-02-13 | Add FNAMADE_LF() macro | Eugene Sandulenko | |
svn-id: r25550 | |||
2007-02-13 | Get rid of _opt. Cleanup. | Eugene Sandulenko | |
svn-id: r25549 | |||
2007-02-13 | AdvancedDetector 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-13 | Fix Apocalyptic Quests. | Eugene Sandulenko | |
svn-id: r25546 | |||
2007-02-13 | Rename Common::GF_XXX to Common::ADGF_XXX | Eugene Sandulenko | |
svn-id: r25545 | |||
2007-02-13 | Renamed kADFlagComplexID to kADFlagAugmentPreferredTarget, document it, and ↵ | Max Horn | |
add it for AGOS, too svn-id: r25543 | |||
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-12 | autodistinguish sq2 2.0F dos+amiga | Joachim Eberhard | |
svn-id: r25516 | |||
2007-02-11 | Improve detection. Remove redundant md5s | Eugene Sandulenko | |
svn-id: r25486 | |||
2007-02-10 | Get rid of AGI_AMIGA and use platform setting instead. | Eugene Sandulenko | |
svn-id: r25469 | |||
2007-02-10 | fixing Amiga games detection | Joachim Eberhard | |
svn-id: r25468 | |||
2007-02-10 | minor consistency improvement for dates | Joachim Eberhard | |
svn-id: r25461 | |||
2007-02-10 | make extra info consistent and add missing dates | Joachim Eberhard | |
svn-id: r25459 | |||
2007-02-10 | remove redundant LSL1 DOS | Joachim Eberhard | |
svn-id: r25456 | |||
2007-02-09 | Fixed syntax error. | Torbjörn Andersson | |
svn-id: r25449 | |||
2007-02-09 | Correct detection of Amiga versions | Joachim Eberhard | |
svn-id: r25448 | |||
2007-02-09 | Correct entry for mh1 | Joachim Eberhard | |
svn-id: r25447 | |||
2007-02-09 | Minor consistency improvements | Joachim Eberhard | |
svn-id: r25446 | |||
2007-02-09 | Added all info on games from Sarien | Joachim Eberhard | |
svn-id: r25445 | |||
2007-02-07 | Add md5s reported in bugreport #1654500 "AGI: Some MD5 checksums" | Eugene Sandulenko | |
svn-id: r25422 | |||
2007-02-04 | Use full game titles for the official AGI games (small exception: we also ↵ | Max Horn | |
number part 1 of series, to avoid user confusion) svn-id: r25385 | |||
2007-02-04 | AdvancedDetector now has built-in fallback detection based on file lists. | Eugene Sandulenko | |
Currently only gob engine benefits from it. svn-id: r25374 | |||
2007-02-01 | Fixed warning. | Torbjörn Andersson | |
svn-id: r25325 | |||
2007-01-30 | Removed Unicode from some fanmade game titles. | Eugene Sandulenko | |
Assigned separate ids to some fanmade games. svn-id: r25271 | |||
2007-01-29 | Added Gold Rush 3.5 md5sum | Stuart George | |
svn-id: r25270 | |||
2007-01-29 | Now AdvancedDetector could use single ID per engine. Also it can suggest | Eugene Sandulenko | |
more complex game IDs with platform and language specified. AGI engine benefits most from that. Also turned Cine, Parallaction and SAGA to single ID, autoupgrading old ID. svn-id: r25269 | |||
2007-01-28 | Add more paramteres to AdvancedDetector. Not used yet. | Eugene Sandulenko | |
svn-id: r25241 | |||
2007-01-25 | Lots of cleanup in the AdvancedDetector | Max Horn | |
svn-id: r25194 | |||
2007-01-24 | Add optional size parameter to ADGameFileDescription. Not used now. | Eugene Sandulenko | |
svn-id: r25164 | |||
2007-01-21 | Reduce dependency from common/advancedDetector.h | Eugene Sandulenko | |
svn-id: r25156 | |||
2007-01-20 | First phase of detection-related plugins interface improvements. Now plugins | Eugene 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 | |||
2007-01-15 | removed detection for two hacked titles (Gold Rush and Manhunter I) | Stuart George | |
svn-id: r25098 | |||
2007-01-14 | Add few more fanmade games. But they all will go away soon to an external | Eugene Sandulenko | |
file. svn-id: r25082 | |||
2007-01-12 | Patch #1632505: "AGI: Typo in detection code" | Eugene Sandulenko | |
svn-id: r25068 | |||
2007-01-09 | Specify language for some fan made games. | Eugene Sandulenko | |
svn-id: r25061 | |||
2007-01-09 | Add... ahem... 188 AGI fanmade games to detector. | Eugene Sandulenko | |
svn-id: r25060 | |||
2007-01-08 | Disable duplicate detection entry for AGI game MUMG. | David Symonds | |
svn-id: r25052 | |||
2007-01-07 | Add KQ2 2.1 (PC version) to AGI detection list. | David Symonds | |
svn-id: r25045 | |||
2007-01-07 | Add a PQ1 (2.0G) detection entry. | David Symonds | |
svn-id: r25044 | |||
2006-12-31 | Added loads of Sierra titles (mac/pc/amiga/2gs/st/coco) | Stuart George | |
svn-id: r24959 | |||
2006-12-29 | Make ADGameFileDescription is built in directly into ADGameDescription. | Eugene Sandulenko | |
svn-id: r24947 | |||
2006-12-28 | Add a few AGI md5sums (sq1, pq1, lsl1) | James Brown | |
svn-id: r24940 | |||
2006-12-21 | Fix copyright and svn properties. | Eugene Sandulenko | |
svn-id: r24909 | |||
2006-12-20 | Added some extra game versions, KQ2, KQ3, KQ4, Groza, DDP | Stuart George | |
svn-id: r24908 | |||
2006-12-19 | Renamed real_ADVANCED_DETECTOR_DETECT_GAMES_FUNCTION to ↵ | Max Horn | |
ADVANCED_DETECTOR_DETECT_GAMES_FUNCTION, and real_ADVANCED_DETECTOR_DETECT_INIT_GAME to ADVANCED_DETECTOR_DETECT_INIT_GAME svn-id: r24896 | |||
2006-12-19 | Get rif od ARRAYSIZE in ADGameDescription | Eugene Sandulenko | |
svn-id: r24882 | |||
2006-12-19 | Got rid of ARRAYSIZE in advanceDetector calls | Eugene Sandulenko | |
svn-id: r24881 |