scummvm/engines/queen
2008-09-01 17:55:52 +00:00
..
bankman.cpp Fix to remove a tab character from the GPL header 2008-01-05 12:45:14 +00:00
bankman.h Fix to remove a tab character from the GPL header 2008-01-05 12:45:14 +00:00
command.cpp Fix to remove a tab character from the GPL header 2008-01-05 12:45:14 +00:00
command.h Fixed the spaces before tabs. 2008-01-28 00:14:17 +00:00
credits.cpp Fix to remove a tab character from the GPL header 2008-01-05 12:45:14 +00:00
credits.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
cutaway.cpp Fix to remove a tab character from the GPL header 2008-01-05 12:45:14 +00:00
cutaway.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
debug.cpp Fix to remove a tab character from the GPL header 2008-01-05 12:45:14 +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
defs.h Removed trailing spaces. 2008-01-27 19:47:41 +00:00
display.cpp Removed trailing spaces. 2008-01-27 19:47:41 +00:00
display.h Fix to remove a tab character from the GPL header 2008-01-05 12:45:14 +00:00
graphics.cpp fix bug #1995042: stop previous sfx playback when starting a new sfx (matches original dos code). Also removed the "sound skipping" hack in final bam scene. 2008-07-15 20:26:12 +00:00
graphics.h fix bug #1995042: stop previous sfx playback when starting a new sfx (matches original dos code). Also removed the "sound skipping" hack in final bam scene. 2008-07-15 20:26:12 +00:00
grid.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
grid.h Fix to remove a tab character from the GPL header 2008-01-05 12:45:14 +00:00
input.cpp Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit, shouldQuit is only set if there's an EVENT_QUIT. EVENT_RTL and EVENT_QUIT are completely separate from each other. Engine::quit() method now checks both _shouldQuit and _shouldRTL to determine if the engine should exit. There is no longer a need for resetQuit(), so it's removed 2008-07-16 04:22:56 +00:00
input.h QUEEN: Modified engine to use a quit flag instead of system->quit() in order to return to the launcher 2008-06-04 05:21:47 +00:00
journal.cpp Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit, shouldQuit is only set if there's an EVENT_QUIT. EVENT_RTL and EVENT_QUIT are completely separate from each other. Engine::quit() method now checks both _shouldQuit and _shouldRTL to determine if the engine should exit. There is no longer a need for resetQuit(), so it's removed 2008-07-16 04:22:56 +00:00
journal.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
logic.cpp Queen works with the new GMM implementation, and made a correction to a change in parallaction 2008-07-11 00:49:01 +00:00
logic.h Fix to remove a tab character from the GPL header 2008-01-05 12:45:14 +00:00
midiadlib.cpp QUEEN sound settings work with the GMM 2008-07-18 01:46:33 +00:00
module.mk Allow static and dynamic plugins to be used at the same time 2008-05-06 03:00:26 +00:00
music.cpp Possible fix for bug #1874516 (QUEEN: Lockup on quit) 2008-01-18 17:23:10 +00:00
music.h Fix to remove a tab character from the GPL header 2008-01-05 12:45:14 +00:00
musicdata.cpp added support for Adlib tracks 2007-11-15 20:21:33 +00:00
queen.cpp Added a MetaEngineFeature for RTL support, the RTL button is disabled in the GMM if the engine doesn't support it 2008-08-16 02:53:16 +00:00
queen.h Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,33212,33218-33220,33222,33224-33226,33229-33243,33246,33248-33250,33252,33258-33261,33263,33266,33270,33272-33283,33285,33287-33290,33295-33298,33321,33325-33330,33332-33335,33337-33340,33342,33345,33347,33349-33350,33352-33357,33359-33367,33369-33371,33373,33375-33377,33379-33380,33383-33385,33387-33389,33392-33394,33400-33402,33404-33405,33407-33410,33412-33416,33418-33419,33425-33427,33432,33436-33438,33444,33446,33452-33453,33455-33459,33463-33464,33466-33471,33473-33474,33478,33490,33492,33495-33496,33509-33512,33518-33519,33522-33527,33529-33530,33537,33541,33544,33546,33550,33552-33554,33556,33558,33561-33562,33565,33568,33570,33574,33576,33578-33581,33584-33587,33590,33596,33604-33611,33614-33615,33617-33618,33620-33621 via svnmerge from 2008-08-04 22:34:07 +00:00
resource.cpp fix possible oob access 2008-06-26 10:12:47 +00:00
resource.h Fix to remove a tab character from the GPL header 2008-01-05 12:45:14 +00:00
restables.cpp Cleanup: remove obsolete code (PalmOS 68K version not supported anymore) 2007-09-01 19:13:04 +00:00
sound.cpp Merging more of the GSoC 2008 RTL branch: QUEEN 2008-09-01 17:55:52 +00:00
sound.h fix bug #1995042: stop previous sfx playback when starting a new sfx (matches original dos code). Also removed the "sound skipping" hack in final bam scene. 2008-07-15 20:26:12 +00:00
state.cpp Fix to remove a tab character from the GPL header 2008-01-05 12:45:14 +00:00
state.h Fix to remove a tab character from the GPL header 2008-01-05 12:45:14 +00:00
structs.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
talk.cpp Queen works with the new GMM implementation, and made a correction to a change in parallaction 2008-07-11 00:49:01 +00:00
talk.h Cleanup: remove obsolete code (PalmOS 68K version not supported anymore) 2007-09-01 19:13:04 +00:00
walk.cpp Fixed the spaces before tabs. 2008-01-28 00:14:17 +00:00
walk.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
xref.txt Fixed the spaces before tabs. 2008-01-28 00:14:17 +00:00