aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/plugin.cpp
AgeCommit message (Collapse)Author
2006-07-22Changes usage of FilesystemNode::name to FilesystemNode::displayName in the ↵Johannes Schickel
detector code. svn-id: r23554
2006-07-15A little cleanup (merges kyra1_games, kyra2_games, kyra3_games into kyra_games)Johannes Schickel
svn-id: r23510
2006-07-15Changes names of Kyra2 and Kyra3 detected games.Johannes Schickel
svn-id: r23509
2006-07-08Changes init error handling of kyra engine (engine fails at ↵Johannes Schickel
Engine_KYRA_create now instead of KyraEngine::init, also adds check for invalid game path like the scumm engine does). svn-id: r23426
2006-06-24Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cppMax Horn
Rationale: backend implementations belong to backends/, but portable APIs meant to be used by high level code is for common / sound / graphics / ... (compare also with backends/midi vs. sound/mididrv.h) svn-id: r23274
2006-05-28removes some tabs.Johannes Schickel
svn-id: r22710
2006-05-28This could fix detecting unknown non-english versions which contain a ↵Johannes Schickel
MAIN_ENG.CPS and a language specific image. svn-id: r22709
2006-05-18Cleanup.Torbjörn Andersson
svn-id: r22512
2006-05-17Maybe the svn:keywords were already set? Maybe this will fix the file ↵Torbjörn Andersson
headers instead. svn-id: r22501
2006-05-16Removes ENABLE_KYRA2 and ENABLE_KYRA3.Johannes Schickel
svn-id: r22492
2006-05-12- little cleanupsJohannes Schickel
- adds kyra3 dummies svn-id: r22425
2006-05-04Adds (partial) support for italian floppy. (still hardcoded strings are ↵Johannes Schickel
missing) (Bug # 1409244 ("KYRA: GFX problems with ITALIAN floppy")). svn-id: r22333
2006-05-03Fixes typo.Johannes Schickel
svn-id: r22310
2006-05-03- moves detection code to plugin.cpp.Johannes Schickel
- splits game table for kyra1 and kyra2. svn-id: r22309