scummvm/engines/agos
Torbjörn Andersson b5b136b177 AGOS: Silence GCC memset() warnings
Recent GCC versions complain if you memset() a class or struct that
contain non-POD data types. Get around that by either initializing
the object when created, or by adding a reset() method.
2019-07-14 14:58:18 +03:00
..
drivers AGOS: Fix Accolade MIDI Driver Compilation Breakage 2019-06-03 19:35:48 +01:00
agos.cpp
agos.h AGOS: Silence GCC memset() warnings 2019-07-14 14:58:18 +03:00
animation.cpp AGOS: Silence GCC 8 warning 2018-07-21 09:23:06 +02:00
animation.h
charset-fontdata.cpp
charset.cpp
configure.engine
contain.cpp
cursor.cpp
debug.cpp
debug.h
debugger.cpp
debugger.h
detection_tables.h AGOS: Mark 25th Anniversary releases as MT-32 hack, not a fix 2018-05-10 16:59:53 +02:00
detection.cpp ENGINES: Change MetaEngine::findGame to return a plain game descriptor 2018-05-10 09:04:23 +02:00
draw.cpp
event.cpp
feeble.cpp
gfx.cpp
icons.cpp
input_pn.cpp
input.cpp
intern.h AGOS: Added detection and support for Simon2 25th Anniversary Edition 2018-05-10 12:22:47 +02:00
items.cpp
menus.cpp
midi.cpp AGOS: Fix Accolade MIDI Driver Compilation Breakage 2019-06-03 19:35:48 +01:00
midi.h AGOS: Mute fix for ADLIB Accolade 2019-06-03 17:06:00 +01:00
midiparser_s1d.cpp
module.mk
oracle.cpp
pn.cpp
POTFILES
res_ami.cpp
res_snd.cpp
res.cpp
rooms.cpp
saveload.cpp
script_dp.cpp
script_e1.cpp
script_e2.cpp
script_ff.cpp
script_pn.cpp
script_pp.cpp
script_s1.cpp WINCE: Fix compilation 2019-04-15 08:06:39 +03:00
script_s2.cpp
script_ww.cpp
script.cpp WINCE: Fix compilation 2019-04-15 08:06:39 +03:00
sound.cpp AGOS: Added detection and support for Simon2 25th Anniversary Edition 2018-05-10 12:22:47 +02:00
sound.h
string_pn.cpp
string.cpp JANITORIAL: Remove trailing whitespace 2018-05-20 23:40:20 +02:00
subroutine.cpp
verb_pn.cpp
verb.cpp
vga_e2.cpp
vga_ff.cpp
vga_pn.cpp
vga_s1.cpp
vga_s2.cpp
vga_ww.cpp
vga.cpp AGOS: Silence GCC memset() warnings 2019-07-14 14:58:18 +03:00
vga.h
window.cpp
zones.cpp