scummvm/engines
2021-12-15 23:11:43 +01:00
..
access ACCESS: Use nullptr 2021-11-14 15:51:59 +02:00
adl AD: Make sure that we initialize hashmaps. Unfortunately, this leads to less const'ness 2021-11-29 01:50:03 +01:00
agi AGI: Use nullptr 2021-11-14 15:51:59 +02:00
agos AD: Make sure that we initialize hashmaps. Unfortunately, this leads to less const'ness 2021-11-29 01:50:03 +01:00
ags AGS: Detection for new games (E-F) + minor fixes 2021-12-09 22:07:36 +01:00
asylum ASYLUM: fix starting the game after loading of saved game was cancelled 2021-12-09 13:24:58 +03:00
avalanche AVALANCHE: Use nullptr 2021-11-14 15:51:59 +02:00
bbvs BBVS: Fix sprites for the alt demo - bug #13070. Some cleanup 2021-11-28 04:40:16 +02:00
bladerunner BLADERUNNER: Use enum labels for two McCoy goals 2021-12-12 13:31:40 +02:00
buried BURIED: Use nullptr 2021-11-14 15:51:59 +02:00
cge CGE: Use nullptr 2021-11-14 15:51:59 +02:00
cge2 CGE2: Use nullptr 2021-11-14 15:51:59 +02:00
chewy CHEWY: Use nullptr 2021-11-14 15:51:59 +02:00
cine CINE: Fix clang warnings 2021-12-01 00:05:33 +01:00
composer COMPOSER: Use nullptr 2021-11-14 15:51:59 +02:00
cruise CRUISE: Use nullptr 2021-11-14 15:51:59 +02:00
cryo CRYO: Use nullptr 2021-11-14 15:51:59 +02:00
cryomni3d CRYOMNI3D: Use nullptr 2021-11-14 15:51:59 +02:00
director DIRECTOR: stop sound before playing stream 2021-12-13 07:14:45 +01:00
dm DM: Use nullptr 2021-11-14 15:51:59 +02:00
draci DRACI: Use nullptr 2021-11-14 15:51:59 +02:00
dragons DRAGONS: Use nullptr 2021-11-14 15:51:59 +02:00
drascula DRASCULA: Use nullptr 2021-11-14 15:51:59 +02:00
dreamweb DREAMWEB: Use nullptr 2021-11-14 15:51:59 +02:00
glk AD: Make sure that we initialize hashmaps. Unfortunately, this leads to less const'ness 2021-11-29 01:50:03 +01:00
gnap GNAP: Use nullptr 2021-11-14 15:51:59 +02:00
gob GOB: Fix potential stack overflow 2021-11-16 19:51:12 +02:00
griffon GRIFFON: Use nullptr 2021-11-14 15:51:59 +02:00
grim GRIM: Synchronise portions of opengl vs tinygl 2021-12-15 20:31:04 +01:00
groovie GROOVIE: Add "var" to the debugger, an alias for the "mem" command 2021-12-11 13:41:17 +02:00
hadesch HADESCH: Use nullptr 2021-11-14 15:51:59 +02:00
hdb HDB: Use nullptr 2021-11-14 15:51:59 +02:00
hopkins HOPKINS: Use nullptr 2021-11-14 15:51:59 +02:00
hugo HUGO: Use nullptr 2021-11-14 15:51:59 +02:00
hypno HYPNO: fixed some scene transitions and better handling of variable reset in spider 2021-12-11 12:48:50 +01:00
icb TINYGL: Remove leftovers 2021-12-08 14:54:33 +01:00
illusions ILLUSIONS: BBDOU: Add missing coma 2021-12-01 00:16:33 +01:00
kingdom KINGDOM: Use nullptr 2021-11-14 15:51:59 +02:00
kyra KYRA: (LoK/Mac) - implement GMM volume settings 2021-12-11 22:28:57 +01:00
lab LAB: Use nullptr 2021-11-14 15:51:59 +02:00
lastexpress LASTEXPRESS: Use nullptr 2021-11-14 15:51:59 +02:00
lilliput LILLIPUT: Use nullptr 2021-11-14 15:51:59 +02:00
lure LURE: Use nullptr 2021-11-14 15:51:59 +02:00
macventure MACVENTURE: Correct datatype for active flag 2021-12-05 23:44:55 +01:00
made MADE: Added override keyword 2021-12-01 00:07:46 +01:00
mads MADS: Use nullptr 2021-11-14 15:51:59 +02:00
mohawk MOHAWK: Use nullptr 2021-11-14 15:51:59 +02:00
mortevielle MORTEVIELLE: Use nullptr 2021-11-14 15:51:59 +02:00
mutationofjb
myst3 MYST3: Minor cleanup in renderers 2021-12-15 23:11:43 +01:00
nancy NANCY: Use nullptr 2021-11-14 15:51:59 +02:00
neverhood NEVERHOOD: Use nullptr 2021-11-14 15:51:59 +02:00
ngi NGI: Fix memory leak in PictureObject 2021-11-17 23:29:32 +02:00
parallaction PARALLACTION: Use nullptr 2021-11-14 15:51:59 +02:00
pegasus PEGASUS: Use nullptr 2021-11-14 15:51:59 +02:00
petka PETKA: Use nullptr 2021-11-14 15:51:59 +02:00
pink PINK: Use nullptr 2021-11-14 15:51:59 +02:00
playground3d PLAYGROUND3D: Use the existing list of rectangles when copying to the screen 2021-12-09 22:01:46 +01:00
plumbers PLUMBERS: Use nullptr 2021-11-14 15:51:59 +02:00
prince PRINCE: FIx clang warning 2021-12-01 00:08:52 +01:00
private PRIVATE: fixed endianness issues when a palette is copied 2021-12-11 12:48:50 +01:00
queen QUEEN: Use nullptr 2021-11-14 15:51:59 +02:00
saga SAGA: Use nullptr 2021-11-14 15:51:59 +02:00
saga2 SAGA2: Use nullptr 2021-11-14 15:51:59 +02:00
sci SCI: Fix newline handling in Japanese PQ2 2021-12-13 11:43:35 -07:00
scumm SCUMM: Fix RTL indentation for multiline verbs 2021-12-14 22:15:45 +02:00
sherlock SHERLOCK: Workaround for bad fog horn sound in Serrated Scalpel 2021-12-15 08:43:46 +01:00
sky AD: Make sure that we initialize hashmaps. Unfortunately, this leads to less const'ness 2021-11-29 01:50:03 +01:00
sludge JANITORIAL: typos 2021-10-31 20:46:31 +01:00
stark TINYGL: Use the existing list of rectangles when copying to the screen 2021-12-09 22:01:46 +01:00
startrek ENGINES: Replace new[]/memset with new[]() 2021-11-10 19:53:15 +01:00
supernova ENGINES: JANITORIAL: Remove 'virtual' when override is specified 2021-11-14 14:32:04 +02:00
sword1 SWORD1: Fix clang warning 2021-12-01 00:19:34 +01:00
sword2 AD: Make sure that we initialize hashmaps. Unfortunately, this leads to less const'ness 2021-11-29 01:50:03 +01:00
sword25 ENGINES: Fix getSavegameFile for almost all engines 2021-11-10 21:49:48 +00:00
teenagent
testbed TESTBED: Added test for MOD playback. Added XM and IT files from SLUDGE's "Out Of Order" 2021-11-11 12:26:08 +01:00
tinsel ENGINES: Fix getSavegameFile for almost all engines 2021-11-10 21:49:48 +00:00
titanic ENGINES: JANITORIAL: Remove 'virtual' when override is specified 2021-11-14 14:32:04 +02:00
toltecs ENGINES: Replace new[]/memset with new[]() 2021-11-10 19:53:15 +01:00
tony ENGINES: JANITORIAL: Remove 'virtual' when override is specified 2021-11-14 14:32:04 +02:00
toon ENGINES: Replace new[]/memset with new[]() 2021-11-10 19:53:15 +01:00
touche ENGINES: Fix getSavegameFile for almost all engines 2021-11-10 21:49:48 +00:00
trecision
tsage
tucker ENGINES: JANITORIAL: Remove 'virtual' when override is specified 2021-11-14 14:32:04 +02:00
twine TWINE: Add Debugger commands for playing music 2021-12-13 07:09:40 +01:00
ultima ULTIMA4: Don't pack a structure with pointers in it. 2021-12-02 20:48:24 -08:00
voyeur
wage
wintermute ENGINES: Allow to build without TINYGL enabled 2021-12-05 00:08:53 +01:00
xeen XEEN: Fix monster item drop probability checking 2021-12-13 20:19:45 -08:00
zvision
advancedDetector.cpp AD: Do not report duplicated path components added to the globs 2021-12-05 15:57:04 +01:00
advancedDetector.h AD: Turn _matchFullPaths into kADFlagMatchFullPaths. Adapted Director and SCI 2021-11-30 23:59:23 +01:00
dialogs.cpp
dialogs.h
engine.cpp ENGINE: Suppress autosave overwrite warning when description is empty 2021-11-24 09:07:03 +02:00
engine.h SCUMM: Check for the appropriate audio tracks for indyzak and zakloom 2021-11-22 19:38:40 +02:00
game.cpp ENGINES: Encode UTF files with punycode when reporting unknown md5s 2021-11-06 18:26:23 +02:00
game.h ENGINES: Allow specifying the md5 calculation method and report it for unknown md5s 2021-11-06 18:11:37 +02:00
logo_data.h
metaengine.cpp ENGINES: Fix listSaves for 3-digit savegame patterns 2021-12-11 21:01:06 +02:00
metaengine.h AD: Make sure that we initialize hashmaps. Unfortunately, this leads to less const'ness 2021-11-29 01:50:03 +01:00
module.mk
obsolete.cpp
obsolete.h
savestate.cpp ENGINE: Suppress autosave overwrite warning when description is empty 2021-11-24 09:07:03 +02:00
savestate.h ENGINE: Suppress autosave overwrite warning when description is empty 2021-11-24 09:07:03 +02:00
util.h