scummvm/engines
Johannes Schickel bd10e674a3 Got rid of all Common::File usages in Kyra.
svn-id: r34435
2008-09-07 22:30:34 +00:00
..
agi Moved check for shouldRTL() from engines to scummvm_main 2008-09-03 16:56:40 +00:00
agos Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode); adapted code to that (by using getChild() to get subdirs, not string concatenation 2008-09-07 22:10:58 +00:00
cine Moved check for shouldRTL() from engines to scummvm_main 2008-09-03 16:56:40 +00:00
cruise Silence MSVC warning about uninitialized variables 2008-09-03 10:00:43 +00:00
drascula Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; added a new alternate SeekableReadStream::readLine() instead 2008-09-03 17:53:25 +00:00
gob Added polish version of Woodruff, as supplied by goodoldgeorg in bug report #2098838 2008-09-07 16:27:04 +00:00
igor Don't use kPlainSoundType if you don't have to 2008-07-11 20:28:14 +00:00
kyra Got rid of all Common::File usages in Kyra. 2008-09-07 22:30:34 +00:00
lure Moved check for shouldRTL() from engines to scummvm_main 2008-09-03 16:56:40 +00:00
m4 Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode); adapted code to that (by using getChild() to get subdirs, not string concatenation 2008-09-07 22:10:58 +00:00
made Got rid of File::eof() 2008-09-06 21:23:08 +00:00
parallaction Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode); adapted code to that (by using getChild() to get subdirs, not string concatenation 2008-09-07 22:10:58 +00:00
queen Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; added a new alternate SeekableReadStream::readLine() instead 2008-09-03 17:53:25 +00:00
saga Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode); adapted code to that (by using getChild() to get subdirs, not string concatenation 2008-09-07 22:10:58 +00:00
scumm Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode); adapted code to that (by using getChild() to get subdirs, not string concatenation 2008-09-07 22:10:58 +00:00
sky Comment out some #defines in skydefs.h as they conflict with other headers (esp. T2 conflicts with some template defs) 2008-09-07 21:38:53 +00:00
sword1 Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode); adapted code to that (by using getChild() to get subdirs, not string concatenation 2008-09-07 22:10:58 +00:00
sword2 Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode); adapted code to that (by using getChild() to get subdirs, not string concatenation 2008-09-07 22:10:58 +00:00
tinsel Moved check for shouldRTL() from engines to scummvm_main 2008-09-03 16:56:40 +00:00
touche Moved check for shouldRTL() from engines to scummvm_main 2008-09-03 16:56:40 +00:00
dialogs.cpp Enum needs to be minimum four chars to compile (32 bit number I guess) 2008-09-05 14:11:23 +00:00
dialogs.h Added a MetaEngineFeature for RTL support, the RTL button is disabled in the GMM if the engine doesn't support it 2008-08-16 02:53:16 +00:00
engine.cpp Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode); adapted code to that (by using getChild() to get subdirs, not string concatenation 2008-09-07 22:10:58 +00:00
engine.h Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode); adapted code to that (by using getChild() to get subdirs, not string concatenation 2008-09-07 22:10:58 +00:00
engines.mk Added Tinsel engine to main repos (no news item for it ON PURPOSE) 2008-07-23 09:02:47 +00:00
metaengine.h Moved FilesystemNode / FSList to namespace Common; also got rid of some 'typedef Common::String String;' name aliases 2008-09-03 11:22:51 +00:00
module.mk Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So far agi, agos, and cine are now using the new _quit flag. 2008-06-24 21:15:30 +00:00