aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/plugin.cpp
AgeCommit message (Expand)Author
2006-12-29Make ADGameFileDescription is built in directly into ADGameDescription.Eugene Sandulenko
2006-12-20Stripped some more real_ prefixes from function names; also added a new FIXME...Max Horn
2006-12-19Changed Engine_KYRA_detectGames to use ADVANCED_DETECTOR_DETECT_GAMES_FUNCTIO...Max Horn
2006-12-19Further AdvancedDetector cleanup (in particular, renamed ADGameDescription::n...Max Horn
2006-12-19* Simplified code in AdvancedDetector::detectGameMax Horn
2006-12-19* Change the GameList typedef to a proper class with an additionalMax Horn
2006-12-19Get rif od ARRAYSIZE in ADGameDescriptionEugene Sandulenko
2006-12-19Got rid of ARRAYSIZE in advanceDetector callsEugene Sandulenko
2006-11-12Reworked code in the advanced game detector (getting rid of much of the evil ...Max Horn
2006-11-10Next step in AdvancedDetector unification. Moved all common functions toEugene Sandulenko
2006-11-09oops add comment about german floppy version details againJohannes Schickel
2006-11-09- switches to Common::AdvancedDetectorJohannes Schickel
2006-10-22Some AMIGA resource loading code (of course it's still not supported).Johannes Schickel
2006-09-18Fixes the Macintosh related problems Krest mentioned on the IRC channel.Johannes Schickel
2006-09-17- removes the kyra specific language flag system, and uses the language enum ...Johannes Schickel
2006-08-26Adds some framework for the Kyra2 intro, expands it a little bit and adds som...Oystein Eftevaag
2006-07-31* Added copyright string to all engine pluginsMax Horn
2006-07-28Moves the kyra2 code to kyra2.cpp and kyra2.h, renames WSAMovieV3 to WSAMovie...Oystein Eftevaag
2006-07-27- moving KyraEngine_v3 declaration to newly added kyra3.hJohannes Schickel
2006-07-22- let md5_file accept a FilesystemNode too Johannes Schickel
2006-07-22Changes usage of FilesystemNode::name to FilesystemNode::displayName in the d...Johannes Schickel
2006-07-15A little cleanup (merges kyra1_games, kyra2_games, kyra3_games into kyra_games)Johannes Schickel
2006-07-15Changes names of Kyra2 and Kyra3 detected games.Johannes Schickel
2006-07-08Changes init error handling of kyra engine (engine fails at Engine_KYRA_creat...Johannes Schickel
2006-06-24Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cppMax Horn
2006-05-28removes some tabs.Johannes Schickel
2006-05-28This could fix detecting unknown non-english versions which contain a MAIN_EN...Johannes Schickel
2006-05-18Cleanup.Torbjörn Andersson
2006-05-17Maybe the svn:keywords were already set? Maybe this will fix the file headers...Torbjörn Andersson
2006-05-16Removes ENABLE_KYRA2 and ENABLE_KYRA3.Johannes Schickel
2006-05-12- little cleanupsJohannes Schickel
2006-05-04Adds (partial) support for italian floppy. (still hardcoded strings are missi...Johannes Schickel
2006-05-03Fixes typo.Johannes Schickel
2006-05-03- moves detection code to plugin.cpp.Johannes Schickel