scummvm/engines
2007-05-30 19:51:08 +00:00
..
agi fixed predictive dialog messing up state if another dialog was already shown 2007-05-30 19:51:08 +00:00
agos Removing useless common/fs.h includes 2007-05-30 17:44:52 +00:00
cine cleanup, don't rely on assert() to ensure a gamefile/savefile is opened. Also removed the use of Common::File global objects. 2007-05-30 18:43:28 +00:00
cruise Removing useless common/fs.h includes 2007-05-30 17:44:52 +00:00
gob Removing useless common/fs.h includes 2007-05-30 17:44:52 +00:00
kyra Updated error message. 2007-05-27 11:18:33 +00:00
lure Impelemented game as far as dragon cave entrance 2007-05-28 11:38:57 +00:00
parallaction Fixed the largest memory leaks. 2007-05-21 21:06:30 +00:00
queen Removing more semicola 2007-04-26 19:08:53 +00:00
saga Color 0 should always be black in IHNM. The panel backgrounds don't erroneously change color now when moving between rooms 2007-05-29 16:21:09 +00:00
scumm Removing useless common/fs.h includes 2007-05-30 17:44:52 +00:00
sky Removing more semicola 2007-04-26 19:08:53 +00:00
sword1 Fix Enter key behavior under MacOS as mentioned in FR #1273746: "BS1: Some 2007-05-26 17:08:33 +00:00
sword2 Removing lots of superfluous semicola (see mail by David Weinehall on scummvm-devel) 2007-04-25 19:31:23 +00:00
touche Removed the case for the Italian version from displayQuitDialog(). According to 2007-05-15 16:25:34 +00:00
engine.cpp added the instance of EventManager returned by OSystem::getEventManager as a member of the Engine base class. This allows to simply the code a bit and should more efficient too (ie. less virtual function chain calls, obj->getA()->getB()). Also updated several engines to make use of it. 2007-04-01 17:36:13 +00:00
engine.h added the instance of EventManager returned by OSystem::getEventManager as a member of the Engine base class. This allows to simply the code a bit and should more efficient too (ie. less virtual function chain calls, obj->getA()->getB()). Also updated several engines to make use of it. 2007-04-01 17:36:13 +00:00
engines.mk Updated configure and engines/engines.mk to include the cruise engine (disabled by default) 2007-04-27 15:10:13 +00:00
module.mk