aboutsummaryrefslogtreecommitdiff
path: root/engines/made/detection.cpp
AgeCommit message (Collapse)Author
2009-06-06Added game GUI options to advancedDetector and updated all enginesEugene Sandulenko
svn-id: r41272
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
svn-id: r40867
2009-03-12Added file sizes of the various CD versions of Return to Zork to the ↵Filippos Karapetis
detector, as supplied in patch #2629804. Also, updated the game descriptions to provide more information on the version detected svn-id: r39360
2009-03-12Added the Italian and French versions of Return to Zork, as supplied in bug ↵Filippos Karapetis
report #2685032 svn-id: r39359
2009-03-09Added LGOP2 detection entries:Benjamin Haisch
- German, supplied by windlepoons (bug tracker #2675695) - French and Spanish, supplied by goodoldgeorg (bug tracker #2675759) svn-id: r39270
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
svn-id: r39203
2009-03-05Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ↵Jordi Vilalta Prat
the meaning of the returned string, as discussed some time ago in scummvm-devel svn-id: r39132
2009-01-29Moved AdvancedDetector from common/ to engines/Max Horn
svn-id: r36132
2009-01-22- Added support for The Manhole EGA versionBenjamin Haisch
- Support for 'chunked' picture resources and EGA pictures - Improved the mouth sync in RtZ (still not perfect, though) - Removed obsolete TODOs - Fixed sfPlayMovie to return if the movie playback was aborted or not; this is used by RtZ to determine if it should display the credits screen after the intro movie svn-id: r35997
2009-01-16- Removed _gameVersion, engine versions are set in the game detection ↵Filippos Karapetis
entries now - Renamed ProjectReader -> ResourceReader - Added some WIP code for the EGA version of the Manhole (still not working/disabled) - The resource reader now closes the files it has opened correctly when it's deleted svn-id: r35877
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-11-07Implemented RTL supportBenjamin Haisch
svn-id: r34933
2008-11-06Simplified AdvancedMetaEngine::fallbackDetect usageMax Horn
svn-id: r34909
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some ↵Max Horn
'typedef Common::String String;' name aliases svn-id: r34302
2008-06-18- Fixed sprite drawing in Rodney's FunscreenBenjamin Haisch
- Handle mouse button up events and event number fixes in MadeEngine::handleEvents() - Use milliseconds -> game ticks calculation based on Windows version of the original engine - "Rodney's Fun Screen" -> "Rodney's Funscreen" svn-id: r32731
2008-06-12- Added support for Rodney's Fun ScreenBenjamin Haisch
- Added audio cd playback (still kinda broken though) - Renamed getObjectPropertyPtr to findObjectProperty svn-id: r32669
2008-05-26Disable Drascula's and MADE's dummy fallbackDetect.Jordi Vilalta Prat
svn-id: r32297
2008-05-14Added entries for the unpacked (*.dat) English and German CD versions of RtZ 1.2Filippos Karapetis
svn-id: r32126
2008-05-14Added Return to Zork German CD version 1.2Filippos Karapetis
Updated comment about *.red and *.dat svn-id: r32124
2008-05-07Fixed RTZ 1.0 game flags and updated copyrightFilippos Karapetis
svn-id: r31918
2008-05-07Added detection for RtZ CD version 1.0 (thanks to spookypeanut)Benjamin Haisch
svn-id: r31917
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
svn-id: r31888
2008-05-02- Added patch #1955698: MADE: Add "The Manhole" DetectionBenjamin Haisch
- Added detection for Leather Goddesses of Phobos 2 Note that these two games will definitely not work as expected and will probably crash! svn-id: r31810
2008-04-24add detection entry for 1.2 CD version.Joost Peters
the md5 of rtzcd.dat is identical to the existing entry, so no additional "unpacked" entry was added. svn-id: r31713
2008-04-23Surely, it's the "version" of Return to Zork with rtzcd.red that should haveTorbjörn Andersson
the GF_CD_COMPRESSED flag? svn-id: r31672
2008-04-23Removed file existence checks to determine game version and added game flags ↵Filippos Karapetis
instead. Added the MD5 of the English floppy version of Return to Zork svn-id: r31670
2008-04-23Implemented direct loading of rtzcd.dat from the archive rtzcd.red, i.e. the ↵Benjamin Haisch
game doesn't have to be installed first to get rtzcd.dat. Also added the respective detection entry. svn-id: r31661
2008-04-22Fixed Return to Zork game IDFilippos Karapetis
svn-id: r31656
2008-04-21Add detection of the Return to Zork demo.Travis Howell
svn-id: r31640
2008-04-20Initial import of the work in progress MADE engineFilippos Karapetis
svn-id: r31599