scummvm/engines
2007-05-05 01:00:01 +00:00
..
agi Slight optimization 2007-05-04 11:00:16 +00:00
agos Add code difference for inventory arrows in Amiga versions of Simon the Sorcerer 1. 2007-04-28 07:00:33 +00:00
cine
cruise Fixed PalmOS ARM global object allocation 2007-05-01 09:53:27 +00:00
gob Made the collisionAreas' coordinates unsigned. This should fix bug #1706988 2007-05-01 14:49:13 +00:00
kyra Renamed plugin.cpp to detection.cpp in all engines 2007-04-27 20:23:25 +00:00
lure Bugfix for random destination setting so NPCs don't walk outside the valid walkable areas of a room 2007-05-05 01:00:01 +00:00
parallaction Fix warning (unsigned ints are never negative) 2007-05-01 17:17:00 +00:00
queen Removing more semicola 2007-04-26 19:08:53 +00:00
saga More IHNM options panel improvements: added text and working widgets for read speed, music and sound, matched the font and the coordinates of the options panel and the widgets with the ones of the original interpreter 2007-05-02 23:27:25 +00:00
scumm Add Russian Loom v1.1 2007-05-01 20:52:39 +00:00
sky Removing more semicola 2007-04-26 19:08:53 +00:00
sword1 This is an updated and slightly cleaned up version of patch #1657061 ("SWORD1: 2007-04-28 07:27:53 +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 added a TODO for the german charset data and renamed some static arrays/data 2007-05-03 22:56:02 +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