scummvm/engines/agos
2009-01-26 04:22:19 +00:00
..
agos.cpp Add support for text compression in the AtariST version of Elvira 1. 2009-01-26 04:22:19 +00:00
agos.h Add support for text compression in the AtariST version of Elvira 1. 2009-01-26 04:22:19 +00:00
animation.cpp Fix bug #2522556 - FEEBLE: Cutscene not found, Crash. 2009-01-20 05:43:57 +00:00
animation.h Move all video players to separate directory 2008-12-21 21:08:17 +00:00
charset-fontdata.cpp Trigger error in German versions of Elvira 1/2 and Waxworks, since we still lack the font table data. 2009-01-23 04:09:57 +00:00
charset.cpp Make it possible to quit or return to launcher while the Feeble Files list of 2009-01-03 13:11:42 +00:00
contain.cpp Cleanup. 2008-12-13 03:12:56 +00:00
cursor.cpp Cleanup. 2008-12-13 03:12:56 +00:00
debug.cpp Cleanup. 2008-12-13 03:12:56 +00:00
debug.h Minor cleanup. 2008-04-16 12:24:09 +00:00
debugger.cpp Fix to remove a tab character from the GPL header 2008-01-05 12:45:14 +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 Add support for text compression in the AtariST version of Elvira 1. 2009-01-26 04:22:19 +00:00
detection.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
draw.cpp used memmove() instead of memcpy() to fix memory overlap error 2008-05-13 16:09:57 +00:00
event.cpp Add initial Smacker support for The Feeble Files. 2008-12-21 04:36:11 +00:00
gfx.cpp Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confused with Engine::quitGame); also cleaned up engine.h a bit 2008-09-30 12:27:38 +00:00
icons.cpp Cleanup. 2008-12-13 03:12:56 +00:00
input.cpp Fix regression, that caused text to be cut short in Elvira 1/2. 2008-12-13 04:52:51 +00:00
intern.h Cleanup. 2008-12-14 01:13:59 +00:00
items.cpp Cleanup. 2008-12-13 03:12:56 +00:00
menus.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
midi.cpp Merged revisions 33719,33721-33723,33725-33727,33729-33730,33733,33736,33742,33754,33756,33758,33761,33763,33766 via svnmerge from 2008-08-10 21:58:18 +00:00
midi.h AGOS: Got rid of _masterVolume and replaced with _musicVolume and _sfxVolume so that music and sfx are separately controlled via the Options menu 2008-07-14 22:10:04 +00:00
midiparser_s1d.cpp Remove left over debug code. 2008-03-23 00:36:41 +00:00
module.mk Allow static and dynamic plugins to be used at the same time 2008-05-06 03:00:26 +00:00
oracle.cpp Make it possible to quit or return to launcher while the Feeble Files list of 2009-01-03 13:11:42 +00:00
res_ami.cpp Fixed the spaces before tabs. 2008-01-28 00:14:17 +00:00
res_snd.cpp Cleanup. 2008-12-22 00:32:01 +00:00
res.cpp Cleanup. 2008-12-22 00:32:01 +00:00
rooms.cpp Add upper case code for oe1_pcName() in Elvira 1/2. 2008-12-13 07:38:37 +00:00
saveload.cpp Cleanup. 2008-12-13 03:12:56 +00:00
script_e1.cpp Remove unused code, since room flags are always zero in Elvira 1. 2009-01-05 09:49:57 +00:00
script_e2.cpp Add upper case code for oe1_pcName() in Elvira 1/2. 2008-12-13 07:38:37 +00:00
script_ff.cpp Add initial Smacker support for The Feeble Files. 2008-12-21 04:36:11 +00:00
script_pp.cpp Moved all time() calls in AGOS to a single new method AGOSEngine::getTime(); also replaced an evil function-static variable by a member variable (lastMinute) 2007-12-20 09:43:46 +00:00
script_s1.cpp Remove warnings from NDS build. 2008-11-29 18:01:16 +00:00
script_s2.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
script_ww.cpp Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confused with Engine::quitGame); also cleaned up engine.h a bit 2008-09-30 12:27:38 +00:00
script.cpp Bypass copy protection screen completely in Waxworks, since copy protection is disabled in Good Old Games release. 2009-01-20 22:49:59 +00:00
sound.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +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 Add support for text compression in the AtariST version of Elvira 1. 2009-01-26 04:22:19 +00:00
subroutine.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
verb.cpp Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confused with Engine::quitGame); also cleaned up engine.h a bit 2008-09-30 12:27:38 +00:00
vga_e2.cpp Removed unnecessary semi-colons. 2008-01-13 22:12:35 +00:00
vga_ff.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
vga_s1.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
vga_s2.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
vga_ww.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
vga.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
vga.h Re-added __attribute__(packed) 2007-07-01 18:18:43 +00:00
window.cpp Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confused with Engine::quitGame); also cleaned up engine.h a bit 2008-09-30 12:27:38 +00:00
zones.cpp Remove warnings from NDS build. 2008-11-29 18:01:16 +00:00