scummvm/engines
Torbjörn Andersson 1cc0e9cb88 TONY: Fix memory leak on save game failure (CID 1003579)
Though shouldn't it also alert the user to the failure?
2013-06-02 22:13:59 +02:00
..
agi AGI: Fix bug #3600733 - "AGI FANMADE: function slowing down game" 2013-05-11 17:09:59 +03:00
agos AGOS: Initialize _mouseToggle 2013-05-07 23:25:39 +02:00
cge CGE: Pass proper size of detection entries to AdvancedMetaEngine code. 2013-05-27 23:34:14 +02:00
cine COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
composer JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
cruise COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
draci COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
drascula Revert "DRASCULA: Add detection entries for the Debian repacked versions (bug #3612236)" 2013-05-20 12:44:17 +03:00
dreamweb DREAMWEB: Changed Italian LOGON command 2013-05-04 22:13:53 +02:00
gob COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
groovie COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
hopkins HOPKINS: Fix crash in Polish demo - Bug #3613954 2013-05-28 08:21:59 +02:00
hugo COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
kyra COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
lastexpress LASTEXPRESS: Fix multiline macros. CID 1003638 2013-04-28 23:59:21 +03:00
lure LURE: Add missing va_end() 2013-06-01 22:39:31 +02:00
made MADE: Show version-related before size-related incompatibilities in savegames 2013-05-15 21:48:32 +03:00
mohawk MOHAWK: Add GF_LB_10 to try fixing bug#3611895. 2013-05-16 13:19:24 +02:00
neverhood NEVERHOOD: Fix crash in scene 1105 (teddy bear panel) 2013-06-02 10:54:37 +02:00
parallaction COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
pegasus PEGASUS: Fix going left initially in the globe game 2013-05-12 19:42:32 -04:00
queen QUEEN: Fix bug #3612408 - "QUEEN: Can't quit from ScummVM while ending cutscene" 2013-05-11 17:20:57 +03:00
saga SAGA: Add missing "break"s 2013-06-01 22:16:32 +02:00
sci SCI: Add a workaround for a script bug in SQ5, room 800 - bug #3614145 2013-05-31 05:59:25 +03:00
scumm SCUMM: Remove unused variable _quit 2013-06-02 09:43:59 +02:00
sky SKY: Try to avoid deadlocks with the mixer mutex. 2013-05-29 09:05:20 +02:00
sword1 SWORD1: Removed unused class variable 2013-05-14 21:51:25 +01:00
sword2 COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
sword25 Merge pull request #320 from johndoe123/sword25-gfx 2013-05-06 03:49:21 -07:00
teenagent COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
testbed COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
tinsel COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
toltecs TOLTECS: Fix operator order (pre-decrement instead of post-decrement) 2013-05-14 02:11:59 +03:00
tony TONY: Fix memory leak on save game failure (CID 1003579) 2013-06-02 22:13:59 +02:00
toon COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
touche COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
tsage COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
tucker COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
wintermute WINTERMUTE: Fix erroneous _gameRef in BaseQuickMSG 2013-05-23 14:03:06 +02:00
advancedDetector.cpp COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
advancedDetector.h JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
configure.engines Merge pull request #330 from johndoe123/neverhood 2013-05-15 09:19:34 -07: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' 2013-05-08 20:47:44 +02: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' 2013-05-08 20:47:44 +02: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