scummvm/engines
Torbjörn Andersson 6ba72121ad Changed abs() to ABS()
svn-id: r26639
2007-04-28 04:29:05 +00:00
..
agi Changed abs() to ABS() 2007-04-28 04:29:05 +00:00
agos Renamed agosgame.cpp -> detection_tables.h 2007-04-27 22:42:02 +00:00
cine Added FIXME comment to CINE regarding an odd warning in processSeqListElement 2007-03-19 22:30:28 +00:00
cruise Changed abs() to ABS() 2007-04-28 04:29:05 +00:00
gob That should fix another segfault when clicking outside of the screen (bug #1708863) 2007-04-27 21:25:03 +00:00
kyra Renamed plugin.cpp to detection.cpp in all engines 2007-04-27 20:23:25 +00:00
lure Moved lure detection code into a new detection.cpp file 2007-04-27 20:32:09 +00:00
parallaction Changed abs() to ABS() 2007-04-28 04:29:05 +00:00
queen Removing more semicola 2007-04-26 19:08:53 +00:00
saga SAGA: Moved displayinfo stuff into its own header file 2007-04-27 23:11:12 +00:00
scumm SCUMM: Moved data tables from detection.cpp to detection_tables.h 2007-04-27 23:21:36 +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 Renamed plugin.cpp to detection.cpp in all engines 2007-04-27 20:23:25 +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