scummvm/engines
Eugene Sandulenko cdc949439b oops
svn-id: r26944
2007-05-26 16:59:13 +00:00
..
agi Add fallback detector to AGI engine. 2007-05-26 15:16:21 +00:00
agos Add code for opcodes 177/178 in Elvira 2. 2007-05-26 13:23:06 +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 Little graphics fix for FM-Towns version. (Thanks to Florian Kagerer) 2007-05-23 12:10:44 +00:00
lure Bugfix to save whether each NPC has been identified, and correctly transform back from Selena 2007-05-25 22:59:24 +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 #1722330 - FREDDI: Minor graphics glitch on Mac OS X. 2007-05-21 13:45:38 +00:00
sky Removing more semicola 2007-04-26 19:08:53 +00:00
sword1 oops 2007-05-26 16:59:13 +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