scummvm/engines/agos
2007-03-18 13:29:12 +00:00
..
agos.cpp Changed AGOS to use the EventManager to track the mouse position; added a FIXME comment about _mouseOld never being set 2007-03-18 13:29:12 +00:00
agos.h Changed AGOS to use the EventManager to track the mouse position; added a FIXME comment about _mouseOld never being set 2007-03-18 13:29:12 +00:00
agosgame.cpp Add demo of Waxworks. 2007-02-26 07:13:54 +00:00
animation.cpp Moved Event/EventType/keyboard enum from common/system.h (part of class OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again 2007-03-17 19:02:05 +00:00
animation.h Renamed ANIMATION_H to AGOS_ANIMATION_H. 2007-02-19 20:55:16 +00:00
charset.cpp Add Quietust's patch to fix subtitles glitches in Amiga AGA/CD32 versions of Simon the Sorcerer 1. 2007-02-12 04:18:19 +00:00
contain.cpp Fix MSVC2005 warnings. Please, review the changes. 2006-11-22 15:50:30 +00:00
cursor.cpp Changed AGOS to use the EventManager to track the mouse position; added a FIXME comment about _mouseOld never being set 2007-03-18 13:29:12 +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 Changed AGOS to use the EventManager to track the mouse position; added a FIXME comment about _mouseOld never being set 2007-03-18 13:29:12 +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 Change asserts to warnings to now, due to code differences in Amiga versions of Simon the Sorcerer. 2007-02-12 13:29:41 +00:00
icons.cpp Fix icons regression in Amiga OCS version of Simon the Sorcerer 1. 2007-02-12 06:17:13 +00:00
input.cpp Changed AGOS to use the EventManager to track the mouse position; added a FIXME comment about _mouseOld never being set 2007-03-18 13:29:12 +00:00
intern.h apply modified patch #1657436 (alignment issues) 2007-02-12 09:04:34 +00:00
items.cpp
menus.cpp Avoid compiler warnings 2006-11-23 05:37:37 +00:00
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 Fix subtitles glitches in Amiga OCS version of Simon the Sorcerer 1, by using AGA on screen font for now. 2007-02-12 11:30:18 +00:00
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 Fix bug #1624767 - FF: save games will not load. 2007-01-01 04:35:27 +00:00
script_e2.cpp Correct typo. 2007-02-23 10:19:53 +00:00
script_ff.cpp Removed common/advancedDetector.h from agos.h, thus reducing the number of build deps on base/plugins.h and base/game.h from about 155 to 113 (and also reducing the deps on advancedDetector.h, of course). The same should be done to all other engines using the advanced detector (AGI, CINE, SAGA, Parallaction) 2007-01-21 16:57:13 +00:00
script_pp.cpp
script_s1.cpp re-added missing wince #include; got deleted suring the simon -> agos transition 2007-02-12 09:05:52 +00:00
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 Add Quietust's patch to fix subtitles glitches in Amiga AGA/CD32 versions of Simon the Sorcerer 1. 2007-02-12 04:18:19 +00:00
subroutine.cpp Some very obvious cleanups. 2007-02-16 17:13:29 +00:00
verb.cpp Changed AGOS to use the EventManager to track the mouse position; added a FIXME comment about _mouseOld never being set 2007-03-18 13:29:12 +00:00
vga_e2.cpp
vga_ff.cpp Some very obvious cleanups. 2007-02-16 17:13:29 +00:00
vga_s1.cpp Avoid compiler warnings 2006-11-23 05:37:37 +00:00
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 Add palette code difference for Amiga OCS version of Simon the Sorcerer 1. 2007-02-12 11:27:11 +00:00
zones.cpp