scummvm/engines/queen
D G Turner 1c37569ce2 QUEEN: Fix GCC Compiler Warnings
These are further warnings of the use of memset to clear a non-trivial
structure / class. Since it is trivial to add a default constructor to
these to initialise them instead, the memset calls can be removed.
2019-05-07 23:16:50 +01:00
..
bankman.cpp
bankman.h
command.cpp QUEEN: Silence GCC 7 warnings about potential buffer overflow 2017-08-06 20:06:18 +02:00
command.h
configure.engine
credits.cpp
credits.h
cutaway.cpp
cutaway.h
debug.cpp
debug.h
defs.h
detection.cpp ENGINES: Normalize the getName() result of metaengines 2018-12-10 06:47:27 +01:00
display.cpp QUEEN: Improved Russian fonts 2016-12-11 00:08:40 +01:00
display.h
graphics.cpp
graphics.h
grid.cpp QUEEN: Fix GCC Compiler Warnings 2019-05-07 23:16:50 +01:00
grid.h
input.cpp
input.h
journal.cpp
journal.h
logic.cpp
logic.h
midiadlib.cpp AUDIO: Remove all AudioStream access to OPL 2015-07-07 20:19:47 -04:00
midiadlib.h AUDIO: Remove all AudioStream access to OPL 2015-07-07 20:19:47 -04:00
module.mk
music.cpp ALL: Use CLIP to clip volumes 2018-05-05 17:57:31 +02:00
music.h
musicdata.cpp
POTFILES
queen.cpp ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
queen.h COMMON: Migrate Various Endian Functions to Common from Engine Code. 2017-07-30 22:03:29 +02:00
resource.cpp
resource.h
restables.cpp
sound.cpp JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
sound.h JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
state.cpp
state.h
structs.h QUEEN: Fix GCC Compiler Warnings 2019-05-07 23:16:50 +01:00
talk.cpp QUEEN: Allow the engine to quit while dialog options are shown 2014-10-27 03:36:52 +02:00
talk.h
walk.cpp QUEEN: Immediately stop actor movement when the game is exiting 2015-05-12 00:29:20 +03:00
walk.h
xref.txt