scummvm/engines/agos
Travis Howell 247117d9ba Update error messages in loadModule().
svn-id: r26131
2007-03-14 12:34:40 +00:00
..
agos.cpp Bypass the copy protection screens in floppy disk releases of Simon the Sorcerer 1 and 2, with permission from Adventure Soft. 2007-02-21 11:46:35 +00:00
agos.h Bypass the copy protection screens in floppy disk releases of Simon the Sorcerer 1 and 2, with permission from Adventure Soft. 2007-02-21 11:46:35 +00:00
agosgame.cpp Add demo of Waxworks. 2007-02-26 07:13:54 +00:00
animation.cpp
animation.h Renamed ANIMATION_H to AGOS_ANIMATION_H. 2007-02-19 20:55:16 +00:00
charset.cpp
contain.cpp
cursor.cpp Fix cursor palette regression in Simon the Sorcerer 1. 2007-02-16 10:36:33 +00:00
debug.cpp Using stat and fopen is not portable (writing to a Common::File isn't either, but at least it doesn't force porters to #define fopen to work around it) 2007-02-17 20:37:57 +00:00
debug.h
debugger.cpp Whitespace changes. 2007-02-13 21:41:43 +00:00
debugger.h
draw.cpp
event.cpp Add support for using soundtrack from the Simon the Sorcerer 1 - Music Enhancement Project. 2007-02-16 13:55:01 +00:00
game.cpp Changed detectBestMatchingGame to return a pointer to a ADGameDescription (or a subclass of it); added a (currently fake) fallback callback entry in ADParams 2007-02-13 23:37:44 +00:00
gfx.cpp
icons.cpp
input.cpp Change the volume of music channel of mixer, when adjusting music volume too. 2007-02-27 11:47:28 +00:00
intern.h
items.cpp
menus.cpp
midi.cpp a 20ms second delay should be ample time for a GM system ON 2007-02-16 16:34:02 +00:00
midi.h AGOS: Send GM System Enable/On upon startup 2007-02-16 13:41:38 +00:00
midiparser_s1d.cpp Removing some unnecessary #includes 2007-03-09 23:46:45 +00:00
module.mk
oracle.cpp
res_ami.cpp
res_snd.cpp Update error messages in loadModule(). 2007-03-14 12:34:40 +00:00
res.cpp Fix bug #1600999 - SIMON2: Crash while talking to Bingo Bongo. A regression due to the work around for extra long strings been broken, when support for the Feeble Files was added in the past. 2007-02-23 10:18:14 +00:00
rooms.cpp
saveload.cpp Added finalize() method to Common::OutSaveFile (which by default just flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing) 2007-02-17 18:55:51 +00:00
script_e1.cpp
script_e2.cpp Correct typo. 2007-02-23 10:19:53 +00:00
script_ff.cpp
script_pp.cpp
script_s1.cpp
script_s2.cpp
script_ww.cpp
script.cpp Update copy protection bypass for Simon 1/2. 2007-02-23 11:12:12 +00:00
sound.cpp Trying to unify the order in which we try the various audio formats: Prefer FLAC (lossless) over Ogg Vorbis ('free') over MP3 -- the order is admittedly somewhat arbitrary, but at least now it's consistent across all parts of ScummVM 2007-02-24 23:40:28 +00:00
sound.h
string.cpp
subroutine.cpp Some very obvious cleanups. 2007-02-16 17:13:29 +00:00
verb.cpp
vga_e2.cpp
vga_ff.cpp Some very obvious cleanups. 2007-02-16 17:13:29 +00:00
vga_s1.cpp
vga_s2.cpp Whitespace changes. 2007-02-13 21:41:43 +00:00
vga_ww.cpp
vga.cpp Fix warnings 2007-02-13 19:51:27 +00:00
vga.h
window.cpp
zones.cpp