scummvm/engines
Torbjörn Andersson 61f59997be TONY: Initialise _buf and _origBuf in second RMGfxBuffer constructor
I think this fixes CID 1086888, but I haven't been able to find
where in the game this constructor is used.
2013-10-13 09:15:59 +02:00
..
agi AGI: Fix bad buffer overrun. CID 1004029 2013-10-08 00:11:18 +03:00
agos Merge pull request #378 from lordhoto/pluggable-engines-translations 2013-09-12 15:38:13 -07:00
cge CGE: Take advantage of Surface::getPixels. 2013-08-03 04:02:50 +02:00
cine CINE: Ensure that Adlib driver callbacks are initialized. CID 1003411. 2013-10-02 05:34:27 +01:00
composer COMPOSER: Fix uninitialized class variables and divide by zero bugs. 2013-09-30 04:27:42 +01:00
cruise I18N: Move specification of engine specific files to enginedir/POTFILES. 2013-08-12 17:54:31 +02:00
draci DRACI: Take advantage of Surface::getPixels. 2013-08-03 04:02:50 +02:00
drascula Merge pull request #378 from lordhoto/pluggable-engines-translations 2013-09-12 15:38:13 -07:00
dreamweb I18N: Move specification of engine specific files to enginedir/POTFILES. 2013-08-12 17:54:31 +02:00
fullpipe FULLPIPE: Made setting rooms via bootparams easier 2013-10-10 23:58:44 +03:00
gob I18N: Move specification of engine specific files to enginedir/POTFILES. 2013-08-12 17:54:31 +02:00
groovie GROOVIE: Fix ROQ JPEG decoding 2013-09-16 20:56:59 -04:00
hopkins HOPKINS: Respect pitch when drawing on OSystem's screen surface. 2013-08-07 22:01:19 +02:00
hugo HUGO: Do not set Surface::pixels directly anymore. 2013-08-03 04:14:07 +02:00
kyra KYRA: Fixed missing curly brackets. CID 1003639 2013-10-08 00:11:18 +03:00
lastexpress LASTEXPRESS: Redo d71b48 and use variable instead of commenting it 2013-10-12 09:16:58 +03:00
lure LURE: Fix some formatting. 2013-08-08 17:57:58 +02:00
made MADE: Take advantage of Surface::getPixels. 2013-08-03 04:02:51 +02:00
mohawk MOHAWK: Fix missing initializers in CSTime engine. CID 1002810. 2013-10-02 05:57:01 +01:00
mortevielle MORTEVIELLE: Remove unused variable 2013-09-30 14:36:59 +03:00
neverhood NEVERHOOD: Fixes for Russian versions 2013-10-10 13:48:12 +03:00
parallaction PARALLACTION: Comment out unused assignment. CID 1002508 2013-10-08 00:11:18 +03:00
pegasus PEGASUS: Fix incorrect displaying of the synthesizer shutdown video 2013-10-06 22:41:30 -04:00
queen I18N: Move specification of engine specific files to enginedir/POTFILES. 2013-08-12 17:54:31 +02:00
saga SAGA: Remove unused assignment. CID 1002506 2013-10-08 00:11:18 +03:00
sci SCI: Add the German version of EcoQuest 2 (bug #3615072) 2013-10-04 20:30:58 +03:00
scumm SCUMM: Fix unused variable warnings 2013-10-03 01:47:02 -03:00
sky I18N: Move specification of engine specific files to enginedir/POTFILES. 2013-08-12 17:54:31 +02:00
sword1 I18N: Move specification of engine specific files to enginedir/POTFILES. 2013-08-12 17:54:31 +02:00
sword2 I18N: Move specification of engine specific files to enginedir/POTFILES. 2013-08-12 17:54:31 +02:00
sword25 SWORD25: Fix potential buffer overrun. CID 1003865 2013-10-08 00:11:18 +03:00
teenagent I18N: Move specification of engine specific files to enginedir/POTFILES. 2013-08-12 17:54:31 +02:00
testbed TESTBED: Make code agonstic to OverlayColor. 2013-08-16 05:34:44 +02:00
tinsel TINSEL: Fix compilation on FreeBSD with C++-11 enabled. 2013-09-28 01:33:43 +01:00
toltecs Merge pull request #378 from lordhoto/pluggable-engines-translations 2013-09-12 15:38:13 -07:00
tony TONY: Initialise _buf and _origBuf in second RMGfxBuffer constructor 2013-10-13 09:15:59 +02:00
toon TOON: Take advantage of Surface::getPixels. 2013-08-03 04:02:53 +02:00
touche
tsage TSAGE: Fix for R2R canyon overhang reappearing after collapsed 2013-10-12 16:40:29 -04:00
tucker TUCKER: Take advantage of Surface::getPixels. 2013-08-03 04:02:53 +02:00
wintermute WINTERMUTE: Remove superfluous assignments 2013-10-09 11:29:13 +02:00
advancedDetector.cpp AD: Introduce ADGF_DROPPLATFORM 2013-09-09 00:38:06 +03:00
advancedDetector.h AD: Introduce ADGF_DROPPLATFORM 2013-09-09 00:38:06 +03:00
configure.engines BUILD: Disable Full Pipe engine by default. 2013-09-17 02:19:44 +02:00
dialogs.cpp
dialogs.h
engine.cpp
engine.h
engines.mk Merge pull request #388 from sev-/fullpipe 2013-09-08 14:00:33 -07:00
game.cpp
game.h
metaengine.h
module.mk
obsolete.cpp
obsolete.h
plugins_table.h Merge pull request #388 from sev-/fullpipe 2013-09-08 14:00:33 -07:00
savestate.cpp
savestate.h
util.h