scummvm/engines/agos
Max Horn 658080deed ALL: Avoid using is* macros from ctype.h
On some systems, passing signed chars to macros like isspace() etc. lead
to a runtime error. Hence, mark these macros as forbidden by default,
and introduce otherwise equivalent alternatives for them.
2012-02-15 16:51:37 +01:00
..
agos.cpp
agos.h AGOS: Make ArchiveMan a proper sub-type of SearchSet. 2012-01-27 20:35:34 +01:00
animation.cpp AGOS: Rename ArchiveMan's open to createReadStreamForMember to match our Archive API. 2012-01-27 20:30:02 +01:00
animation.h
charset-fontdata.cpp
charset.cpp
contain.cpp
cursor.cpp
debug.cpp
debug.h
debugger.cpp
debugger.h
detection_tables.h LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE) 2011-11-16 22:38:58 +01:00
detection.cpp AD: Switched rest of the engines to new GUIO 2011-10-23 17:53:13 +01:00
draw.cpp AGOS: Fix warnings 2011-11-02 22:55:58 +00:00
event.cpp
feeble.cpp
gfx.cpp
icons.cpp
input_pn.cpp
input.cpp
installshield_cab.cpp COMMON: Make more members of Archive constant. 2011-12-13 17:55:57 +01:00
installshield_cab.h
intern.h
items.cpp
menus.cpp
midi.cpp AGOS: Fix warnings 2011-11-02 22:55:58 +00:00
midi.h
midiparser_s1d.cpp
module.mk
oracle.cpp
pn.cpp
res_ami.cpp
res_snd.cpp AGOS: Rename ArchiveMan's open to createReadStreamForMember to match our Archive API. 2012-01-27 20:30:02 +01:00
res.cpp AGOS: Make ArchiveMan a proper sub-type of SearchSet. 2012-01-27 20:35:34 +01:00
rooms.cpp
saveload.cpp AGOS: Rename ArchiveMan's open to createReadStreamForMember to match our Archive API. 2012-01-27 20:30:02 +01:00
script_dp.cpp
script_e1.cpp
script_e2.cpp
script_ff.cpp
script_pn.cpp ALL: Avoid using is* macros from ctype.h 2012-02-15 16:51:37 +01:00
script_pp.cpp
script_s1.cpp
script_s2.cpp
script_ww.cpp
script.cpp
sound.cpp AGOS: Fix silly copy&paste mistake, which broke Vorbis and MP3 support. 2012-01-26 01:35:06 +01:00
sound.h AGOS: Rework digital sound playback. 2012-01-26 01:01:41 +01:00
string_pn.cpp ALL: Avoid using is* macros from ctype.h 2012-02-15 16:51:37 +01:00
string.cpp ALL: Avoid using is* macros from ctype.h 2012-02-15 16:51:37 +01:00
subroutine.cpp AGOS: Rename ArchiveMan's open to createReadStreamForMember to match our Archive API. 2012-01-27 20:30:02 +01:00
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
vga.h
window.cpp
zones.cpp