scummvm/engines
Johannes Schickel 9ffec86b5d Merge pull request #324 from eriktorbjorn/kyra-midifade
KYRA: Fix MIDI fade-out behaviour
2013-04-21 05:23:50 -07:00
..
agi AGI: Fix sound deinit. CID 1004128 2013-04-21 14:12:13 +03:00
agos JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
cge CGE: Add safeguards in text manager 2013-04-18 08:10:07 +02:00
cine ENGINES: Silence clang warning about unused private member _vm 2013-04-18 23:50:19 +02:00
composer JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
cruise ALL: Fix typo (existant->existent) 2013-02-23 22:07:32 +01:00
draci ENGINES: Silence clang warning about unused private member _vm 2013-04-18 23:50:19 +02:00
drascula ALL: Fix typo (existant->existent) 2013-02-23 22:07:32 +01:00
dreamweb ENGINES: Silence clang warning about unused private member _vm 2013-04-18 23:50:19 +02:00
gob Merge pull request #322 from fingolfin/fix-clang-warnings 2013-04-19 06:43:47 -07:00
groovie ENGINES: Remove a bunch of unused private member variables 2013-04-18 23:50:20 +02:00
hopkins HOPKINS: Silence GCC warning 2013-04-21 10:18:30 +02:00
hugo HUGO: Add missing initializations in intro constructors. CID 1002884 and 1002885 2013-04-21 13:46:10 +02:00
kyra Merge pull request #324 from eriktorbjorn/kyra-midifade 2013-04-21 05:23:50 -07:00
lastexpress LASTEXPRESS: Implement more savegame loading 2012-08-27 23:30:23 -04:00
lure ALL: Fix typo (existant->existent) 2013-02-23 22:07:32 +01:00
made ENGINES: Silence clang warning about unused private member _vm 2013-04-18 23:50:19 +02:00
mohawk MOHAWK: Try LB subpage 0 if loading subpage 1 fails. 2013-04-19 15:05:53 +02:00
parallaction ENGINES: Remove a bunch of unused private member variables 2013-04-18 23:50:20 +02:00
pegasus PEGASUS: Add Windows demo support 2013-04-16 21:53:51 -04:00
queen ENGINES: Remove a bunch of unused private member variables 2013-04-18 23:50:20 +02:00
saga SAGA: Silence C++11 narrowing warnings. 2013-01-09 07:24:37 +01:00
sci SCI: Add extra sanity check 2013-04-20 23:53:06 +02:00
scumm INSANE: Fix potential buffer overflow. CID 1003866 2013-04-21 14:27:30 +03:00
sky SKY: Silence C++11 narrowing warnings. 2013-01-09 07:24:37 +01:00
sword1 ENGINES: Silence clang warning about unused private member _vm 2013-04-18 23:50:19 +02:00
sword2 ENGINES: Remove a bunch of unused private member variables 2013-04-18 23:50:20 +02:00
sword25 ENGINES: Silence clang warning about unused private member _vm 2013-04-18 23:50:19 +02:00
teenagent TEENAGENT: Convert Dialog text color symbols to an enum. 2012-10-10 14:43:19 +01:00
testbed TESTBED: Fix memory leak. CID 1003583 2013-04-21 14:27:30 +03:00
tinsel TINSEL: Add support for enhanced music in the Mac version of DW1 2013-04-12 19:31:11 +03:00
toltecs TOLTECS: Work around undefined subtitle behaviour at script loading 2013-03-15 18:48:44 +01:00
tony TONY: Fix compiler warnings about possible "used before set" variables. 2012-11-20 19:05:45 +00:00
toon ENGINES: Silence clang warning about unused private member _vm 2013-04-18 23:50:19 +02:00
touche TOUCHE: Simplify external digital music support slightly. 2012-12-16 16:44:34 +00:00
tsage ENGINES: Remove a bunch of unused private member variables 2013-04-18 23:50:20 +02:00
tucker ENGINES: Silence clang warning about unused private member _vm 2013-04-18 23:50:19 +02:00
wintermute WINTERMUTE: Fix the final int->int32 to allow AmigaOS4-compile. 2013-04-21 00:24:02 +02:00
advancedDetector.cpp DETECTOR: Make reportUnknown() available for AdvancedMetaEngine classes to use 2012-06-27 05:14:18 +02:00
advancedDetector.h JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
configure.engines ENGINES: Enable pegasus by default 2013-03-28 14:50:44 -04:00
dialogs.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
dialogs.h
engine.cpp ENGINES: Honor the default to 1x flag for OpenGL modes 2013-01-08 10:32:08 -05:00
engine.h COMMON: Move Language and Platform functionality into separate files 2012-02-26 15:21:36 +01:00
engines.mk Merge branch 'master' into hopkins 2012-10-31 09:34:38 +11:00
game.cpp COMMON: Move RenderMode and GUIOptions functionality into separate files 2012-02-26 15:19:31 +01:00
game.h COMMON: Move Language and Platform functionality into separate files 2012-02-26 15:21:36 +01:00
metaengine.h ENGINES: Return all available custom GUI options if no target is specified 2012-03-31 13:55:03 +03:00
module.mk
obsolete.cpp
obsolete.h
plugins_table.h Merge branch 'master' into hopkins 2012-10-31 09:34:38 +11:00
savestate.cpp
savestate.h ENGINES: Mention defaults for writable and deletable settings in SaveStateDescriptor docs. 2012-07-03 18:40:40 +02:00
util.h