scummvm/engines/sword2
2008-08-16 02:53:16 +00:00
..
animation.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
animation.h The dummy ("narration only") cutscene player misbehaved a bit if the cutscene 2008-01-12 20:18:41 +00:00
anims.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
console.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
console.h Re-added Revolution Software copyright to BS2 engine 2007-05-31 20:28:29 +00:00
controls.cpp SWORD2 works with the new GMM implementation 2008-07-13 22:00:39 +00:00
controls.h Re-added Revolution Software copyright to BS2 engine 2007-05-31 20:28:29 +00:00
debug.cpp Fixed the spaces before tabs. 2008-01-28 00:14:17 +00:00
debug.h Re-added Revolution Software copyright to BS2 engine 2007-05-31 20:28:29 +00:00
defs.h Re-added Revolution Software copyright to BS2 engine 2007-05-31 20:28:29 +00:00
events.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
function.cpp SWORD2 works with the new GMM implementation 2008-07-13 22:00:39 +00:00
header.h - Removed -Wconversion from compiler options for g++ 4.3, it's behavior has fundamently changed in g++ 4.3 2008-06-04 17:20:25 +00:00
icons.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
interpreter.cpp Workaround for bug #1487382 ("SWORD2: Game freezes"). It appears to be a script 2007-12-16 00:41:30 +00:00
interpreter.h Re-added Revolution Software copyright to BS2 engine 2007-05-31 20:28:29 +00:00
layers.cpp Fixed the spaces before tabs. 2008-01-28 00:14:17 +00:00
logic.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
logic.h Re-added Revolution Software copyright to BS2 engine 2007-05-31 20:28:29 +00:00
maketext.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
maketext.h Re-added Revolution Software copyright to BS2 engine 2007-05-31 20:28:29 +00:00
memory.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
memory.h Re-added Revolution Software copyright to BS2 engine 2007-05-31 20:28:29 +00:00
menu.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
module.mk Allow static and dynamic plugins to be used at the same time 2008-05-06 03:00:26 +00:00
mouse.cpp Initial implementation of pauseEngineIntern(). There are issues, though, since 2008-05-23 17:54:47 +00:00
mouse.h Initial implementation of pauseEngineIntern(). There are issues, though, since 2008-05-23 17:54:47 +00:00
music.cpp Don't crash if you try to use music file #2 as music file #1. When the music 2008-07-18 04:16:00 +00:00
object.h - Removed -Wconversion from compiler options for g++ 4.3, it's behavior has fundamently changed in g++ 4.3 2008-06-04 17:20:25 +00:00
palette.cpp SWORD2 works with the new GMM implementation 2008-07-13 22:00:39 +00:00
protocol.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
render.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
resman.cpp 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
resman.h Re-added Revolution Software copyright to BS2 engine 2007-05-31 20:28:29 +00:00
router.cpp Fixed the spaces before tabs. 2008-01-28 00:14:17 +00:00
router.h Fixed the spaces before tabs. 2008-01-28 00:14:17 +00:00
saveload.cpp Fixed the spaces before tabs. 2008-01-28 00:14:17 +00:00
saveload.h Re-added Revolution Software copyright to BS2 engine 2007-05-31 20:28:29 +00:00
screen.cpp SWORD2 works with the new GMM implementation 2008-07-13 22:00:39 +00:00
screen.h - Removed -Wconversion from compiler options for g++ 4.3, it's behavior has fundamently changed in g++ 4.3 2008-06-04 17:20:25 +00:00
scroll.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
sound.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
sound.h Don't crash if you try to use music file #2 as music file #1. When the music 2008-07-18 04:16:00 +00:00
speech.cpp Fixed the spaces before tabs. 2008-01-28 00:14:17 +00:00
sprite.cpp Fixed the spaces before tabs. 2008-01-28 00:14:17 +00:00
startup.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
sword2.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
sword2.h SWORD2 works with the new GMM implementation 2008-07-13 22:00:39 +00:00
sync.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
walker.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00