scummvm/engines
Johannes Schickel c42c65686e Updated error message.
svn-id: r26965
2007-05-27 11:18:33 +00:00
..
agi Removing debug leftovers 2007-05-27 08:22:04 +00:00
agos fixed warning and add assert for potential uninitialised src 2007-05-27 10:53:09 +00:00
cine sync resource unpacking code of cruise with cine 2007-05-24 21:19:52 +00:00
cruise sync resource unpacking code of cruise with cine 2007-05-24 21:19:52 +00:00
gob Add Italian versions as supplied in bug #1722142: "GOB: italian md5 of Ween 2007-05-26 15:28:31 +00:00
kyra Updated error message. 2007-05-27 11:18:33 +00:00
lure Reworked game saving so that restored games don't fire off hotspot activation scripts, and conversation bugfix to keep characters in place 2007-05-27 04:33:19 +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 Changed the check for the status bar in IHNM to match the original, removed a relevant hack 2007-05-11 13:10:13 +00:00
scumm Fix bug #1709430: "FT: CAPSLOCK + V enables cheating for all fights" 2007-05-26 18:12:12 +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 Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the linker dependency graph). Porters will have to update project files 2006-09-23 00:42:35 +00:00