scummvm/engines
fracturehill a29cdd43c0 NANCY: Make RenderObject non-abstract
Made RenderObject non-abstract so it can be used in some simple cases without the need for subclassing.
2021-04-15 15:12:00 +03:00
..
access ACCESS: general messages from Spanish AMAZON.EXE 2021-04-13 21:22:35 -07:00
adl
agi AGI: fixed typo in music volume settings 2021-04-04 23:14:15 +03:00
agos
ags AGS: Fix compilation on 64 bit Windows 2021-04-15 12:11:20 +01:00
avalanche
bbvs BBVS: Fix Memset on Non-Trivial Structure GCC Compiler Warnings 2021-03-21 22:35:12 +00:00
bladerunner BLADERUNNER: Comment on potential script bug 2021-04-03 14:03:36 +03:00
buried BURIED: Fix 1.00 detection entries 2021-03-26 08:29:54 +01:00
cge CGE: Make sure to stop playing sounds before freeing resources 2021-04-01 23:25:43 +03:00
cge2 CGE2: Make sure to stop playing sounds before freeing resources 2021-04-01 23:25:43 +03:00
chewy
cine BASE: Avoid calling PluginMan.getEngineFromMetaEngine where possible 2021-04-05 15:33:23 +01:00
composer
cruise
cryo CRYO: Avoid packing structures containing objects or function pointers 2021-04-07 15:42:38 +01:00
cryomni3d
director DIRECTOR: Fix GCC Shadowing Warnings 2021-03-28 02:33:53 +01:00
dm DM: Remove trivial copy ctor and copy assignment operator 2021-03-15 13:24:12 +00:00
draci
dragons COMMON: Add standard actions for mouse button clicks 2021-04-06 11:15:42 +03:00
drascula
dreamweb
glk GLK: Fix Clang warning 2021-03-23 19:12:12 -07:00
gnap
gob
griffon
grim ENGINES: Fix mess with the mismatched engine ids between engine/detection plugins 2021-04-14 14:42:38 +02:00
groovie
hadesch BASE: Avoid calling PluginMan.getEngineFromMetaEngine where possible 2021-04-05 15:33:23 +01:00
hdb COMMON: Add standard actions for mouse button clicks 2021-04-06 11:15:42 +03:00
hopkins
hugo HUGO: Fix top menu dimensions on scaling 2021-04-11 21:21:44 +02:00
icb ICB: Further Fixes for Various GCC Warnings 2021-03-20 00:19:47 +00:00
illusions
kingdom
kyra COMMON: Add standard actions for mouse button clicks 2021-04-06 11:15:42 +03:00
lab
lastexpress
lilliput
lure LURE: Fix misleading indentation 2021-03-15 13:21:15 +02:00
macventure
made
mads
mohawk MOHAWK: MYST: Fix for Uncompressed Bitmap Loading 2021-03-21 03:40:13 +00:00
mortevielle
mutationofjb
myst3 MYST3: Don't let getTextData() add extra string terminators 2021-03-14 19:07:32 +01:00
nancy NANCY: Make RenderObject non-abstract 2021-04-15 15:12:00 +03:00
neverhood
ngi
parallaction PARALLACTION: Add keymapper support 2021-04-06 11:15:42 +03:00
pegasus PEGASUS: Fix Switch Fallthrough GCC Compiler Warnings 2021-03-18 23:37:05 +00:00
petka BASE: Avoid calling PluginMan.getEngineFromMetaEngine where possible 2021-04-05 15:33:23 +01:00
pink
plumbers
prince PRINCE: Fix Memset on Non-Trivial Structure GCC Compiler Warnings 2021-03-22 03:25:22 +00:00
private PRIVATE: improved detection tables 2021-03-28 09:50:33 -03:00
queen QUEEN: Fix Memset on Non-Trivial Structure GCC Compiler Warnings 2021-03-22 18:50:27 +00:00
saga SAGA: Fix a hitzone detection bug in ITE 2021-04-14 18:28:04 +02:00
sci SCI: Improve kPaletteSetIntensity speed throttling 2021-04-12 11:12:01 -07:00
scumm ENGINES: Fix mess with the mismatched engine ids between engine/detection plugins 2021-04-14 14:42:38 +02:00
sherlock
sky COMMON: Add standard actions for mouse button clicks 2021-04-06 11:15:42 +03:00
sludge SLUDGE: Use ScummVM data types 2021-03-27 19:12:32 +01:00
stark STARK: Mark as c++11 2021-04-15 02:02:53 +02:00
startrek STARTREK: Fix Bug in text Command of Debug Console 2021-03-27 02:53:00 +00:00
supernova SUPERNOVA: Fix access to unallocated memory in intro screens 2021-04-03 01:24:36 +01:00
sword1
sword2 SWORD2: Fix Memset on Non-Trivial Structure GCC Compiler Warnings 2021-03-22 04:15:30 +00:00
sword25
teenagent
testbed
tinsel TINSEL: fixed compilation error 2021-03-27 19:18:40 +01:00
titanic TITANIC: Fix Clang warning 2021-03-14 21:29:02 -07:00
toltecs
tony
toon TOON: Fix flag setting in sys_Cmd_Play_Flux_Anim() 2021-03-28 03:34:27 +02:00
touche TOUCHE: Fix Memset on Non-Trivial Structure GCC Compiler Warnings 2021-03-22 01:43:15 +00:00
tsage TSAGE: Fix crash if pressing F1 early in Blue Force 2021-04-12 18:25:51 -07:00
tucker
twine ENGINES: Fix mess with the mismatched engine ids between engine/detection plugins 2021-04-14 14:42:38 +02:00
ultima ULTIMA8: Adjustments to item sorter 2021-04-13 21:52:36 -05:00
voyeur
wage GRAPHICS: MACGUI: clean the codes 2021-04-12 14:04:25 +02:00
wintermute COMMON: Add standard actions for mouse button clicks 2021-04-06 11:15:42 +03:00
xeen
zvision COMMON: Add standard actions for mouse button clicks 2021-04-06 11:15:42 +03:00
advancedDetector.cpp AD: Fix Signed vs. Unsigned GCC Compiler Warning 2021-03-12 19:51:39 +00:00
advancedDetector.h
dialogs.cpp GUI: Rename getBaseWidth/Height to getGUIWidth/Height 2021-04-11 21:21:44 +02:00
dialogs.h
engine.cpp BASE: Avoid calling PluginMan.getEngineFromMetaEngine where possible 2021-04-05 15:33:23 +01:00
engine.h BASE: Avoid calling PluginMan.getEngineFromMetaEngine where possible 2021-04-05 15:33:23 +01:00
game.cpp
game.h
logo_data.h
metaengine.cpp COMMON: Add standard actions for mouse button clicks 2021-04-06 11:15:42 +03:00
metaengine.h ENGINES: Make creation of savegame thumbnails an overrideable method 2021-03-07 09:34:33 -08:00
module.mk
obsolete.cpp
obsolete.h
savestate.cpp
savestate.h
util.h