scummvm/engines
Max Horn 89ee8945c1 Fix warning
svn-id: r26621
2007-04-27 20:22:55 +00:00
..
agi Make AGIPAL support more robust 2007-04-26 20:18:12 +00:00
agos Removing more semicola 2007-04-26 19:08:53 +00:00
cine Added FIXME comment to CINE regarding an odd warning in processSeqListElement 2007-03-19 22:30:28 +00:00
cruise Fixing more warnings 2007-04-27 19:59:40 +00:00
gob Removed some more superfluous semicolons in the gob engine 2007-04-25 19:52:26 +00:00
kyra Cleanup. 2007-04-27 12:15:47 +00:00
lure Removing more semicola 2007-04-26 19:08:53 +00:00
parallaction Fix warning 2007-04-27 20:22:55 +00:00
queen Removing more semicola 2007-04-26 19:08:53 +00:00
saga Slighty modified patch #1704979: "Fix for #1690045: ITE: Item description missing" 2007-04-21 21:29:52 +00:00
scumm Removing lots of superfluous semicola (see mail by David Weinehall on scummvm-devel) 2007-04-25 19:31:23 +00:00
sky Removing more semicola 2007-04-26 19:08:53 +00:00
sword1 Removing lots of superfluous semicola (see mail by David Weinehall on scummvm-devel) 2007-04-25 19:31:23 +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 Replaced another use of getEventManager() by using Engine::_eventMan 2007-04-01 18:08:19 +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