scummvm/engines/agos
Torbjörn Andersson ba68b7b275 AGOS: Initialize _mouseToggle
This shouldn't actually be necessary since, as far as I can tell,
its only purpose is to toggle between true and false to slow down
some mouse cursor animations. But Valgrind doesn't know that.
2013-05-07 23:25:39 +02:00
..
agos.cpp COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
agos.h AGOS: Add comment about the limitations of quick loading/saving games in the AGOS game engine. 2012-04-15 19:24:57 +10:00
animation.cpp AGOS: Fix regression with sound in Smacker OmniTV videos 2012-08-18 10:23:19 -04:00
animation.h VIDEO: Convert DXADecoder to the AdvancedVideoDecoder API 2012-07-24 13:24:01 -04:00
charset-fontdata.cpp AGOS: Fix compiling AGOS game engine, when AGOS2 is disabled. 2012-06-07 14:49:07 +10:00
charset.cpp AGOS: Add font data for French, German and Italian versions of Simon the Sorcerer 1 (Amiga). 2012-02-27 09:28:11 +01:00
contain.cpp
cursor.cpp
debug.cpp
debug.h
debugger.cpp
debugger.h
detection_tables.h COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
detection.cpp COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
draw.cpp AGOS: Fix warnings 2011-11-02 22:55:58 +00:00
event.cpp AGOS: Improve the quick load/save code. 2012-08-12 15:00:58 +10:00
feeble.cpp AGOS: Initialize _mouseToggle 2013-05-07 23:25:39 +02:00
gfx.cpp COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
icons.cpp COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
input_pn.cpp
input.cpp
intern.h
items.cpp
menus.cpp
midi.cpp AGOS: Fix warnings 2011-11-02 22:55:58 +00:00
midi.h
midiparser_s1d.cpp AGOS: Rewrite note on events with velocity 0 to note off events in MidiParser_S1D. 2012-09-21 23:55:26 +02:00
module.mk COMMON: Move InstallShield code to common 2012-05-28 16:54:49 -04:00
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 COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
rooms.cpp
saveload.cpp COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
script_dp.cpp
script_e1.cpp
script_e2.cpp
script_ff.cpp
script_pn.cpp COMMON: Move isFoo functions to namespace Common, add doxygen comments 2012-02-20 16:18:27 +01:00
script_pp.cpp
script_s1.cpp AGOS: Expand fix for bug #3512776 - SIMON1DOS French: Subtitle glitch in introduction. 2012-04-02 23:08:31 +10:00
script_s2.cpp
script_ww.cpp
script.cpp
sound.cpp COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
sound.h AGOS: Rework digital sound playback. 2012-01-26 01:01:41 +01:00
string_pn.cpp COMMON: Move isFoo functions to namespace Common, add doxygen comments 2012-02-20 16:18:27 +01:00
string.cpp COMMON: Move isFoo functions to namespace Common, add doxygen comments 2012-02-20 16:18:27 +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 COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
vga_e2.cpp
vga_ff.cpp
vga_pn.cpp COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
vga_s1.cpp
vga_s2.cpp
vga_ww.cpp
vga.cpp
vga.h
window.cpp
zones.cpp