scummvm/engines
2009-03-03 21:33:45 +00:00
..
agi Merged Engine::go() and ::init() into a new run() method (currently implemented by calling the existing init&go methods; to be cleaned up by engine authors 2009-03-01 04:30:55 +00:00
agos Add DOS demo of Elvira 1. 2009-03-01 10:09:27 +00:00
cine Engines: Fused several init&go methods into a single run method 2009-03-01 04:42:46 +00:00
cruise Renamed parameter to silence warning. 2009-03-03 19:49:50 +00:00
drascula Engines: Fused several init&go methods into a single run method 2009-03-01 04:42:46 +00:00
gob Engines: Fused several init&go methods into a single run method 2009-03-01 04:42:46 +00:00
groovie Remove extra whitespaces 2009-03-01 09:17:05 +00:00
igor Engines: Fused several init&go methods into a single run method 2009-03-01 04:42:46 +00:00
kyra LOL: implement some opcodes for dialogue sequences 2009-03-01 20:37:57 +00:00
lure Merged Engine::go() and ::init() into a new run() method (currently implemented by calling the existing init&go methods; to be cleaned up by engine authors 2009-03-01 04:30:55 +00:00
m4 Engines: Fused several init&go methods into a single run method 2009-03-01 04:42:46 +00:00
made Engines: Fused several init&go methods into a single run method 2009-03-01 04:42:46 +00:00
parallaction Marked PUT, PRINT and WAIT commands as not used in the scripts of BRA (thus they won't be implemented). 2009-03-02 15:31:07 +00:00
queen Engines: Fused several init&go methods into a single run method 2009-03-01 04:42:46 +00:00
saga Engines: Fused several init&go methods into a single run method 2009-03-01 04:42:46 +00:00
sci Merged unpackDCL_hdyn() and unpackDCL() and removed some unused code 2009-03-03 17:50:30 +00:00
scumm Merged Engine::go() and ::init() into a new run() method (currently implemented by calling the existing init&go methods; to be cleaned up by engine authors 2009-03-01 04:30:55 +00:00
sky Merged Engine::go() and ::init() into a new run() method (currently implemented by calling the existing init&go methods; to be cleaned up by engine authors 2009-03-01 04:30:55 +00:00
sword1 Added missing checkCd() execution when loading through GMM 2009-03-03 21:33:45 +00:00
sword2 Engines: Fused several init&go methods into a single run method 2009-03-01 04:42:46 +00:00
tinsel add virtual keyboard backend hints for savegame name 2009-03-01 21:54:53 +00:00
touche Engines: Fused several init&go methods into a single run method 2009-03-01 04:42:46 +00:00
tucker Engines: Fused several init&go methods into a single run method 2009-03-01 04:42:46 +00:00
advancedDetector.cpp Advanced detector: Slightly more verbose debug output 2009-02-21 02:59:45 +00:00
advancedDetector.h
dialogs.cpp Added keyboard mapping for global menu. 2009-02-28 21:05:21 +00:00
dialogs.h Make the subtitle settings in Options section of the global main menu optional, and enable only for game engines where subtitles settings are synced. 2009-02-07 06:47:19 +00:00
engine.cpp Check for "track01" as well as "track1". (I hope I didn't break compilation by 2009-03-01 15:15:51 +00:00
engine.h Merged Engine::go() and ::init() into a new run() method (currently implemented by calling the existing init&go methods; to be cleaned up by engine authors 2009-03-01 04:30:55 +00:00
engines.mk cleanup 2009-02-22 04:04:03 +00:00
game.cpp
game.h
metaengine.h
module.mk