aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/plugin.cpp
AgeCommit message (Collapse)Author
2007-03-06Fix regression in V0 versions of Maniac Mansion, when using extracted files.Travis Howell
svn-id: r26000
2007-03-04Avoid crash in Engine_SCUMM_create when an inconsistent platform override is ↵Max Horn
present svn-id: r25966
2007-03-04Fix regression in Commodore 64 version of Zak McKracken.Travis Howell
svn-id: r25959
2007-03-03Correct feature flags for the PC Engine version of Loom.Travis Howell
svn-id: r25952
2007-03-03Allow PC Engine version of Loom to at least start up.Travis Howell
svn-id: r25951
2007-02-25Add German CUP demo, whichs shows several HE games.Travis Howell
svn-id: r25851
2007-02-25Rename C64 engine class, since it is been used by Apple II and Commodore 64 ↵Travis Howell
versions now. svn-id: r25850
2007-02-25Add support for using disks images for Apple II version of Maniac Mansion.Travis Howell
svn-id: r25846
2007-02-24SCUMM: Try to distinguish between indy3, indy3Towns, zakTowns, loomTowns in ↵Max Horn
the fallback (non-MD5) detection code svn-id: r25826
2007-02-24Added Spanish version of The Dig; updated a comment on detecting TOWNS variantsMax Horn
svn-id: r25824
2007-02-20SCUMM: Added spanish LANGUAGE.TAB info for COMI (thanks to ssdsa from the ↵Max Horn
forums) svn-id: r25741
2007-02-18Improved (I hope) the 'Unknown MD5' messages in our detectors a little bitMax Horn
svn-id: r25695
2007-02-16Added details on brazilian comi/dig (once more from the forums)Max Horn
svn-id: r25623
2007-02-15Added italian LANGUAGE.TAB/.BND details (thanks to Glorfindel in forum ↵Max Horn
thread 3445) svn-id: r25616
2007-02-14SCUMM: Many (most) game flags can computed based on the SCUMM version and ↵Max Horn
other flags; we now do that were possible and only specify the absolute minimum in gameVariantsTable svn-id: r25598
2007-02-14added language file details for french versions of TheDig and COMIGregory Montoir
svn-id: r25597
2007-02-14SCUMM: Moved part of detectGames into a new function ↵Max Horn
computeGameSettingsFromMD5 to make it slightly more readable svn-id: r25596
2007-02-14SCUMM: Enhanced detector so that it can discover the language of COMI/Dig ↵Max Horn
based upon the LANGUAGE.TAB / LANGUAGE.BND file (currently only contains data for german comi&dig, and english comi) svn-id: r25594
2007-02-14Make use of md5_file_stringMax Horn
svn-id: r25593
2007-02-14cleanupMax Horn
svn-id: r25584
2007-02-11SCUMM: Enhanced preferredtarget supportMax Horn
svn-id: r25493
2007-02-10Got rid of GF_DIGI_IMUSE and GF_NEW_CAMERAMax Horn
svn-id: r25454
2007-02-09SCUMM: Added preferredtarget supportMax Horn
svn-id: r25453
2007-02-04Removed GF_NO_SCALINGMax Horn
svn-id: r25372
2007-01-31Add/Update details for French versions of Freddi Fish series.Travis Howell
svn-id: r25305
2007-01-31Add/Update details for French versions of Spy Fox series.Travis Howell
svn-id: r25303
2007-01-30Add French version of Pajama Sam 1 for Macintosh.Travis Howell
svn-id: r25276
2007-01-30Add French version of Putt-Putt Travels Through Time for Macintosh.Travis Howell
svn-id: r25275
2007-01-26Don't convert FSNode to a path when we don't have toMax Horn
svn-id: r25203
2007-01-25Add another Dutch version of SPY FOX 1 for Windows.Travis Howell
svn-id: r25182
2007-01-25Add Dutch version of Freddi Fish and Luther's Maze Madness for Mac.Travis Howell
svn-id: r25180
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
2007-01-16Update details of several French HE demos.Travis Howell
svn-id: r25108
2007-01-13Add French versions of several HE game demosTravis Howell
svn-id: r25074
2007-01-10Add German version of SPY Fox 3.Travis Howell
svn-id: r25063
2007-01-10Add German version of Putt-Putt Joins the Circus.Travis Howell
svn-id: r25062
2007-01-05Add filename prefix used by German version of Freddi Fish 3Travis Howell
svn-id: r25011
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-06Add support for HE CUP demos based on cyx's standalone player.Eugene Sandulenko
svn-id: r24636
2006-10-25Add Macintosh version of Backyard Football 2002Travis Howell
svn-id: r24490
2006-10-24Add back football2002 targetTravis Howell
svn-id: r24478
2006-10-03Add Dutch versions of freddi4 and freddicove for MacintoshTravis Howell
svn-id: r24095
2006-09-23Add French versions of puttzoo, spyfox, spyfox2 and spyozonTravis Howell
svn-id: r23983
2006-09-20Add French version of Pajama Sam 1Travis Howell
svn-id: r23952
2006-09-20Add details for French version of Pajama Sam 3Travis Howell
svn-id: r23942
2006-09-17Renamed ScummEngine::res to _res and allocate the ResourceManager on the ↵Max Horn
heap (i.e. _res is a pointer now) svn-id: r23922
2006-09-14Add/Update several French versions of HE gamesTravis Howell
svn-id: r23874
2006-09-14Add French version of puttcircusTravis Howell
svn-id: r23873
2006-09-10Add/Update Dutch and French versions of several HE gamesTravis Howell
svn-id: r23858
2006-08-29Add/Update details of English versions of pajama3, putttime and spyfox2Travis Howell
svn-id: r23804