scummvm/engines/agos
Max Horn 5155d8df62 64bit AGOS fix by Mark Weaver
svn-id: r28683
2007-08-20 20:18:06 +00:00
..
agos.cpp Add support for multi-tune Protracker modules used in the Amiga version of Waxworks. 2007-07-28 07:52:24 +00:00
agos.h Add eriktorbjorn's patch for bug #1498158 - AOGS: Itemheap overflow on 64bit systems. 2007-07-25 11:29:47 +00:00
animation.cpp Clear any paused OmniTV video, when playing another video. To fix crashes in The Feeble Files, when another video is played between the pause and restart of an OmniTV video. 2007-06-27 01:46:04 +00:00
animation.h Add support for pausing/resume cutscenes shown on the OmniTV in The Feeble Files. 2007-06-12 06:08:47 +00:00
charset.cpp Ooops, correction to last commit. 2007-08-06 03:04:37 +00:00
contain.cpp AGOS: Introduced ChildType enum 2007-06-30 16:25:59 +00:00
cursor.cpp Fix input issues in earlier games, and split handleMouseMoved() due to difference in earlier games. 2007-06-05 11:38:26 +00:00
debug.cpp Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
debug.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
debugger.cpp AGOS: Introduced ChildType enum 2007-06-30 16:25:59 +00:00
debugger.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
detection_tables.h Added detection for Elvira 2 - German Amiga Floppy. Thanks to cartman on #scummvm for submitting the info. 2007-08-08 18:53:58 +00:00
detection.cpp Fix linking errors. 2007-08-13 10:12:07 +00:00
draw.cpp 64bit AGOS fix by Mark Weaver 2007-08-20 20:18:06 +00:00
event.cpp Changed AGOS to use full KeyState, not just ascii value, in key events 2007-06-30 22:21:29 +00:00
gfx.cpp Fix masking crash in Simon the Sorcerer 1 (Floppy DOS Demo), the address and pitch wasn't set for state->surf2. 2007-07-09 02:27:38 +00:00
icons.cpp Minor cleanup. 2007-06-23 08:26:18 +00:00
input.cpp Fix regression, the incorrect key was been used for highlighting items in Simon the Sorcerer 1/2. 2007-07-23 12:32:08 +00:00
intern.h Correct typos. 2007-07-02 00:25:15 +00:00
items.cpp Switch error back to debug message, due to strange data in restart state files. 2007-07-28 08:05:47 +00:00
menus.cpp Also update menus.cpp with ChildType enum 2007-06-30 16:29:14 +00:00
midi.cpp Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
midi.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
midiparser_s1d.cpp Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
module.mk Renamed some game.cpp files to detection.cpp 2007-04-27 20:26:54 +00:00
oracle.cpp Changed AGOS to use full KeyState, not just ascii value, in key events 2007-06-30 22:21:29 +00:00
res_ami.cpp Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
res_snd.cpp Add support for multi-tune Protracker modules used in the Amiga version of Waxworks. 2007-07-28 07:52:24 +00:00
res.cpp AGOS: Introduced ChildType enum 2007-06-30 16:25:59 +00:00
rooms.cpp AGOS: Introduced ChildType enum 2007-06-30 16:25:59 +00:00
saveload.cpp Add save code differences in Amiga verison of Waxworks. 2007-07-28 09:16:44 +00:00
script_e1.cpp AGOS: Introduced ChildType enum 2007-06-30 16:25:59 +00:00
script_e2.cpp Use warning for that last work around. 2007-07-02 00:22:03 +00:00
script_ff.cpp AGOS: Introduced ChildType enum 2007-06-30 16:25:59 +00:00
script_pp.cpp Don't call getNextItemPtr(), when the result is simply ignored. 2007-06-10 11:08:12 +00:00
script_s1.cpp Changed AGOS to use full KeyState, not just ascii value, in key events 2007-06-30 22:21:29 +00:00
script_s2.cpp AGOS code cleanup 2007-06-30 17:34:49 +00:00
script_ww.cpp Fix bug #1746107 - Elvira 2: Crash Catacombs lev2. 2007-07-01 23:57:49 +00:00
script.cpp AGOS code cleanup 2007-06-30 17:34:49 +00:00
sound.cpp Fixed sound factory messup caused by my previous commit 2007-07-15 19:24:00 +00:00
sound.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
string.cpp Fix bug #1747154 - SIMON1: Another crash in dwarf cave. Another regression, caused by code cleanup. 2007-07-04 00:58:26 +00:00
subroutine.cpp Minor cleanup. 2007-06-21 06:37:00 +00:00
verb.cpp Use frameBuffer directly, in order to drop extra buffer (frontBuffer) and cleanup code. 2007-06-21 03:14:20 +00:00
vga_e2.cpp Ooops, adjust Elvira 2 specific offset too. 2007-06-23 07:49:17 +00:00
vga_ff.cpp Revert debug output. 2007-06-21 07:34:54 +00:00
vga_s1.cpp Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
vga_s2.cpp Fix crash regressions in The Feeble Files, due to _currentTable not been set. 2007-06-12 00:52:13 +00:00
vga_ww.cpp Fix regressions, due to zoneNum changes. 2007-06-21 05:26:47 +00:00
vga.cpp AGOS code cleanup 2007-06-30 17:34:49 +00:00
vga.h Re-added __attribute__(packed) 2007-07-01 18:18:43 +00:00
window.cpp Minor cleanup. 2007-06-21 06:37:00 +00:00
zones.cpp Add zone override table for Amiga verison of Waxworks. 2007-07-28 09:01:29 +00:00