scummvm/engines
David Fioramonti c06055e1a4 TITANIC: Made variable for magic number used in auto camera mover
This variable controls the number of transitions the game goes
through when the mover is changing position. This reduces
several 31/32s from the code.
2017-08-21 16:55:25 -07:00
..
access VIDEO: Allow setting the mixer sound type used to play audio tracks 2017-07-27 06:40:07 +02:00
adl ADL: Enable ADGF_TESTING for hires3 2017-07-29 12:09:11 +02:00
agi AGI: PREAGI: Add one more missing break statement 2017-08-11 20:38:35 +02:00
agos
avalanche JANITORIAL: Silence more GCC 7 warnings 2017-08-06 12:26:05 +02:00
bbvs
bladerunner BLADERUNNER: Fix potential memory leak (CppCheck warning) 2017-08-13 16:20:50 +02:00
cge JANITORIAL: Silence more GCC 7 warnings 2017-08-06 12:26:05 +02:00
cge2 JANITORIAL: Silence more GCC 7 warnings 2017-08-06 12:26:05 +02:00
chewy CHEWY: More work on scene info handling 2017-07-15 19:48:43 +03:00
cine JANITORIAL: Fix GCC 7 fall through warning 2017-08-11 20:40:37 +02:00
composer COMPOSER: Use Magic Tales prefix for two more game names 2017-06-17 22:52:59 +01:00
cruise CRUISE: Add explicit fall through comments to switch 2017-08-06 22:09:14 -04:00
cryo JANITORIAL: Remove superfluous semicolons 2017-04-18 06:49:14 +02:00
director DIRECTOR: Lingo: Add missing break statement 2017-08-11 20:44:42 +02:00
dm JANITORIAL: Silence more GCC 7 warnings 2017-08-06 12:26:05 +02:00
draci JANITORIAL: Silence more GCC 7 warnings 2017-08-06 12:26:05 +02:00
drascula DRASCULA: Add possibility to load and save games using GMM 2017-04-22 23:53:10 +01:00
dreamweb DREAMWEB: fixed detection of Italian CD release 2017-02-07 23:59:22 +00:00
fullpipe FULLPIPE: Fix warning 2017-08-01 13:09:10 +02:00
gnap GNAP: Fix a warning in the PSP port 2017-03-22 21:44:21 +01:00
gob JANITORIAL: Silence more GCC 7 warnings 2017-08-06 13:30:51 +02:00
groovie
hopkins HOPKINS: Add missing break to switch statement 2017-08-06 22:14:36 -04:00
hugo JANITORIAL: Silence more GCC 7 warnings 2017-08-06 13:30:51 +02:00
kyra JANITORIAL: Silence more GCC 7 warnings 2017-08-06 13:30:51 +02:00
lab
lastexpress JANITORIAL: Silence more GCC 7 warnings 2017-08-06 13:30:51 +02:00
lure LURE: Adjust switch fall through comments 2017-08-06 22:20:16 -04:00
macventure MACVENTURE: Fix Compiler Warning for Uninitialized Variable Usage. 2017-01-15 08:56:38 +00:00
made
mads JANITORIAL: Silence more GCC 7 warnings 2017-08-06 13:30:51 +02:00
mohawk MOHAWK: Riven: Pause the engine while the load dialog is open 2017-08-20 10:01:24 +02:00
mortevielle
neverhood JANITORIAL: Silence more GCC 7 warnings 2017-08-06 13:30:51 +02:00
parallaction
pegasus JANITORIAL: Silence more GCC 7 warnings 2017-08-06 13:30:51 +02:00
plumbers PLUMBERS: Initialize some variables 2017-05-31 21:59:15 +02:00
prince
queen QUEEN: Silence GCC 7 warnings about potential buffer overflow 2017-08-06 20:06:18 +02:00
saga SAGA: Fix the conversation panel background color in IHNM 2017-08-20 18:02:37 +03:00
sci SCI32: Add script patch for last action sequence in PQ4 2017-08-07 22:52:11 +02:00
scumm SCUMM: Prevent darkenPallete() in Room 0 in FT, fixes bug #9871 2017-08-17 09:47:03 +01:00
sherlock SHERLOCK: Remove redundant derived Serializer class 2017-08-07 19:08:03 -04:00
sky JANITORIAL: Silence more GCC 7 warnings 2017-08-06 13:30:51 +02:00
sludge SLUDGE: Fix zBuffer problem when credit scrolling 2017-08-18 05:17:03 +02:00
sword1 JANITORIAL: Fix GCC7 fall through warnings 2017-08-11 20:46:56 +02:00
sword2
sword25 JANITORIAL: Silence some more GCC 7 fall through warnings 2017-08-06 16:54:38 +02:00
teenagent TEENAGENT: Fix fall through case statements 2017-08-11 21:30:13 +02:00
testbed Revert "COMMON: Change way the Singleton instances are instantiated" 2017-07-10 21:17:41 +02:00
tinsel JANITORIAL: Silence more GCC 7 warnings 2017-08-06 13:30:51 +02:00
titanic TITANIC: Made variable for magic number used in auto camera mover 2017-08-21 16:55:25 -07:00
toltecs
tony
toon COMMON: Migrate Various Endian Functions to Common from Engine Code. 2017-07-30 22:03:29 +02:00
touche
tsage TSAGE: BF: Add missing break to switch statement 2017-08-06 22:33:55 -04:00
tucker
voyeur VOYEUR: Workaround original game using invalid hotspot Ids 2017-08-07 19:20:05 -04:00
wage WAGE: Do not error on unprintable characters. 2017-08-18 19:13:22 +02:00
wintermute JANITORIAL: Silence more GCC 7 warnings 2017-08-06 13:30:51 +02:00
xeen JANITORIAL: Silence more GCC 7 warnings 2017-08-06 13:30:51 +02:00
zvision VIDEO: Allow setting the mixer sound type used to play audio tracks 2017-07-27 06:40:07 +02:00
advancedDetector.cpp ENGINES: Allow detection entries to match on full paths 2017-05-21 15:56:42 -05:00
advancedDetector.h ENGINES: Allow detection entries to match on full paths 2017-05-21 15:56:42 -05:00
dialogs.cpp GUI: Fully hide GMM save/load buttons if not supported by engine 2017-05-25 16:23:34 +02:00
dialogs.h
engine.cpp Revert "COMMON: Change way the Singleton instances are instantiated" 2017-07-10 21:17:41 +02:00
engine.h
game.cpp
game.h
logo_data.h
metaengine.h
module.mk
obsolete.cpp
obsolete.h
savestate.cpp ENGINES: Display savestate date as YYYY-MM-DD 2017-06-09 13:15:38 -05:00
savestate.h
util.h