scummvm/engines
2013-11-01 08:57:50 +01: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
avalanche AVALANCHE: Fix CID 1109678, 1109674 2013-10-30 22:44:04 +01:00
cge CGE: Add detection entry for translated Spanish Soltys 2013-10-30 21:56:39 +00: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: Initialized class variables. CID 1003405 2013-10-18 15:59:22 +03:00
drascula DRASCULA: More uninit variables. CID 1003403 2013-10-29 09:42:11 +02:00
dreamweb DREAMWEB: More unitialized variables. CID 1003402 2013-10-29 09:58:36 +02:00
fullpipe FULLPIPE: Fix crash in debug menu 2013-10-30 00:54:58 +02: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: Fix CID 10868875-1086887 2013-10-31 07:50:54 +01:00
hugo HUGO: Fix CID 1003560, 1002882 2013-10-31 08:25:19 +01: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: Replace strncpy by strlcpy 2013-10-30 23:14:15 +01:00
neverhood NEVERHOOD: Fix bug #3615124 - "NEVERHOOD: Music from Credits continues to play" 2013-10-31 08:38:17 +02: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: Update ScummVM's game audio options for SCI1.1 CD games 2013-10-31 07:25:25 +02:00
scumm SCUMM: Move all players to a separate "player" directory 2013-11-01 06:57:53 +02:00
sky I18N: Move specification of engine specific files to enginedir/POTFILES. 2013-08-12 17:54:31 +02:00
sword1 SWORD1: Fix unitialized variables. CID 1002991 2013-10-30 09:18:14 +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: Fix uninitalized variable. CID 1002670 2013-10-17 13:58:02 +03: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: For consistency, replace the remaining strncpy by strlcpy 2013-10-30 23:14:13 +01:00
touche TOUCHE: Initialize class variables. CID 1002423 2013-10-29 09:53:34 +02:00
tsage TSAGE: #if 0 out the uninitialised variable switch block 2013-10-31 20:48:28 -04:00
tucker TUCKER: Take advantage of Surface::getPixels. 2013-08-03 04:02:53 +02:00
wintermute WINTERMUTE: Remove BasePlatform::setRect (replace with member-call) 2013-10-29 02:59:53 +01:00
zvision ZVISION: Fix compilation 2013-11-01 08:57:50 +01: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: Mark ZVision as requiring freetype2/16bit 2013-10-17 22:36:26 -04:00
dialogs.cpp
dialogs.h
engine.cpp OPENGL: Add new generic OpenGL (ES) backend. 2013-10-19 22:12:01 +02:00
engine.h
engines.mk Merge branch 'zvision' 2013-10-17 23:00:00 +02:00
game.cpp
game.h
metaengine.h
module.mk
obsolete.cpp
obsolete.h
plugins_table.h Merge branch 'zvision' 2013-10-17 23:00:00 +02:00
savestate.cpp
savestate.h
util.h