scummvm/engines/queen
2008-09-03 17:53:25 +00:00
..
bankman.cpp
bankman.h
command.cpp
command.h
credits.cpp
credits.h
cutaway.cpp
cutaway.h
debug.cpp
debug.h
defs.h
display.cpp
display.h
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
grid.h
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
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
midiadlib.cpp QUEEN sound settings work with the GMM 2008-07-18 01:46:33 +00:00
module.mk
music.cpp
music.h
musicdata.cpp
queen.cpp Moved check for shouldRTL() from engines to scummvm_main 2008-09-03 16:56:40 +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 Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; added a new alternate SeekableReadStream::readLine() instead 2008-09-03 17:53:25 +00:00
resource.h
restables.cpp
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
state.h
structs.h
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
walk.cpp
walk.h
xref.txt