scummvm/engines
Torbjörn Andersson 068e11fee9 Judging by bug #2727536 (and a forum post) we should recognize "IQ-" as a valid
prefix for the Fate of Atlantis IQ points file. (Either that, or make the
comparision case-insensitive.) So let's do that.

svn-id: r39904
2009-04-09 03:38:41 +00:00
..
agi Fix compilation 2009-03-19 23:31:20 +00:00
agos Add another German version of Simon the Sorcerer 2 (DOS Floppy). 2009-04-05 12:11:20 +00:00
cine Add saturatedAddColor-function in which you can specify the added color's format (This replaces saturatedAddNormalizedColor). 2009-04-04 17:57:00 +00:00
cruise Apart from a "const", the volume() and getVolume() function were identical. 2009-04-05 15:58:27 +00:00
drascula Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match the meaning of the returned string, as discussed some time ago in scummvm-devel 2009-03-05 12:04:58 +00:00
gob Fixing the parser-related FIXMEs. 17 and 18 are int16 and int8, respectively 2009-04-07 16:53:38 +00:00
groovie Groovie: Add non-uniform scaling to the ROQ player 2009-03-15 04:34:00 +00:00
igor Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match the meaning of the returned string, as discussed some time ago in scummvm-devel 2009-03-05 12:04:58 +00:00
kyra LOL: startup fix for floppy version 2009-04-06 17:09:02 +00:00
lure Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match the meaning of the returned string, as discussed some time ago in scummvm-devel 2009-03-05 12:04:58 +00:00
m4 Added missing parenthesis in M4Engine::delay 2009-03-29 11:22:49 +00:00
made Reduced the CPU load of screen effects, by reducing the number of palette changes. The visual differences are negligible, but CPU load went down by around 10%. 2009-03-14 19:47:23 +00:00
parallaction Removed useless references to the global _vm. 2009-04-06 17:31:22 +00:00
queen Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match the meaning of the returned string, as discussed some time ago in scummvm-devel 2009-03-05 12:04:58 +00:00
saga Fixed a regression of commit #35473. Fixes bug #2703595 - "ITE: Crash when clicking on items inside the hangar" 2009-03-24 13:33:47 +00:00
sci Fixed the language of the German version of Longbow 2009-04-07 22:29:36 +00:00
scumm Judging by bug #2727536 (and a forum post) we should recognize "IQ-" as a valid 2009-04-09 03:38:41 +00:00
sky change debug output of script interpreter to more clearly print script number and offset 2009-03-23 20:20:00 +00:00
sword1 SWORD1: Commit of parentheses patch from salty-horse. (from -devel "Enabling -Wparentheses in the Makefile"). 2009-03-30 12:11:22 +00:00
sword2 Sword2: PSX version support, and GMM loading/saving 2009-04-07 19:52:46 +00:00
tinsel TINSEL: Commit of parentheses patch from salty-horse. (from -devel "Enabling -Wparentheses in the Makefile"). 2009-03-30 12:08:12 +00:00
touche Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match the meaning of the returned string, as discussed some time ago in scummvm-devel 2009-03-05 12:04:58 +00:00
tucker Whitespace cleanup: Convert space followed by tab to just tab 2009-03-07 19:24:31 +00:00
advancedDetector.cpp Fix for bug #2671611: T7G: Checksums for unknown english 7th Guest cd version 2009-03-09 23:08:44 +00:00
advancedDetector.h
dialogs.cpp Added keyboard mapping for global menu. 2009-02-28 21:05:21 +00:00
dialogs.h
engine.cpp Check for "track01" as well as "track1". (I hope I didn't break compilation by 2009-03-01 15:15:51 +00:00
engine.h Merged Engine::go() and ::init() into a new run() method (currently implemented by calling the existing init&go methods; to be cleaned up by engine authors 2009-03-01 04:30:55 +00:00
engines.mk Added build rules for SCI32 games 2009-03-30 08:09:02 +00:00
game.cpp
game.h
metaengine.h Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match the meaning of the returned string, as discussed some time ago in scummvm-devel 2009-03-05 12:04:58 +00:00
module.mk