scummvm/engines
2013-04-28 23:31:10 +03:00
..
agi AGI: Null terminate string. CID 1003890 2013-04-27 08:46:24 +03:00
agos JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
cge CGE: Plug memory leak. CID 1003914 2013-04-26 07:59:53 +03:00
cine CINE: Null terminate string. CID 1003886 2013-04-26 08:04:38 +03:00
composer JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
cruise CRUISE: Plug memory lek. CID 1003917 2013-04-26 08:08:12 +03:00
draci ENGINES: Silence clang warning about unused private member _vm 2013-04-18 23:50:19 +02:00
drascula DRASCULA: Remove dead code 2013-04-24 23:01:07 +02:00
dreamweb I18N: Workaround to fix spelling in French command 3 2013-04-26 23:57:00 +01:00
gob Merge pull request #322 from fingolfin/fix-clang-warnings 2013-04-19 06:43:47 -07:00
groovie GROOVOE: Plug memory leak. CID 1003912 2013-04-27 08:49:07 +03:00
hopkins HOPKINS: Fix for #3611739 graphic corruption in Breakout game 2013-04-28 18:14:30 +10:00
hugo HUGO: Fix some uninitialized variables. CID 1002887 2013-04-26 08:43:23 +02:00
kyra KYRA: (EOB) - cleanup last commit 2013-04-27 21:48:33 +02:00
lastexpress LASTEXPRESS: Implement more savegame loading 2012-08-27 23:30:23 -04:00
lure LURE: Fix bounds checking 2013-04-24 20:50:06 +02:00
made ENGINES: Silence clang warning about unused private member _vm 2013-04-18 23:50:19 +02:00
mohawk MOHAWK: add detection entry from bug #3610725 2013-04-22 11:19:30 +02:00
parallaction ENGINES: Remove a bunch of unused private member variables 2013-04-18 23:50:20 +02:00
pegasus PEGASUS: Fix missing text in canyon chase 2013-04-27 11:29:06 -04:00
queen ENGINES: Remove a bunch of unused private member variables 2013-04-18 23:50:20 +02:00
saga SAGA: Fix memory leak in Mac version of IHNM 2013-04-27 06:38:48 +02:00
sci SCI: Change wording for the cursor position workarounds 2013-04-28 23:31:10 +03:00
scumm SCUMM: Fix non-terminated string. CID 1003867 2013-04-24 01:08:09 +03:00
sky SKY: Silence C++11 narrowing warnings. 2013-01-09 07:24:37 +01:00
sword1 SWORD1: Error our in case the resource handle is not found in lockScript 2013-04-24 21:55:34 +01:00
sword2 SWORD2: Fix potential allocation size mismatch. CID 1003324. 2013-04-28 14:15:29 +02:00
sword25 SWORD25: Plug memory leak. CID 1003589 2013-04-24 01:23:31 +03: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: Reorder loop condition to fix out-of-bounds access 2013-04-26 23:38:20 +02:00
toltecs TOLTECS: Ignore invalid script opcodes (script bugs) - bug #3604025 2013-04-26 18:21:23 +03:00
tony TONY: Fix compiler warnings about possible "used before set" variables. 2012-11-20 19:05:45 +00:00
toon TOON: Fix Uninitialized scalar variable CID 1003172, 1003173, 1003175, 1003176 2013-04-27 11:19:05 +02:00
touche TOUCHE: Simplify external digital music support slightly. 2012-12-16 16:44:34 +00:00
tsage TSAGE: Fix some non-initialized variables. CID 1002389, 1002390, 1002391 2013-04-27 11:43:41 +02:00
tucker ENGINES: Silence clang warning about unused private member _vm 2013-04-18 23:50:19 +02:00
wintermute WINTERMUTE: Cap the renderqueue to 800. 2013-04-23 11:28:18 +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 NEWS: Mention Hopkins support, enable engine by default 2013-04-21 23:27:19 +02: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