scummvm/engines/sword2
2008-09-13 16:51:46 +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
anims.cpp
console.cpp
console.h
controls.cpp SWORD2 works with the new GMM implementation 2008-07-13 22:00:39 +00:00
controls.h
debug.cpp
debug.h
defs.h
events.cpp
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
interpreter.cpp
interpreter.h
layers.cpp
logic.cpp
logic.h
maketext.cpp
maketext.h
memory.cpp
memory.h
menu.cpp
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
render.cpp
resman.cpp Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; added a new alternate SeekableReadStream::readLine() instead 2008-09-03 17:53:25 +00:00
resman.h
router.cpp
router.h
saveload.cpp
saveload.h
screen.cpp Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; added a new alternate SeekableReadStream::readLine() instead 2008-09-03 17:53:25 +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
sound.cpp
sound.h Big patch changing the signature of various Stream methods (some ports may need to be slightly tweaked to fix overloading errors/warnings) 2008-09-13 16:51:46 +00:00
speech.cpp
sprite.cpp
startup.cpp Use readLine() instead of readLine_OLD(). 2008-09-04 21:40:32 +00:00
sword2.cpp Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState". 2008-09-11 19:47:45 +00:00
sword2.h SWORD2 works with the new GMM implementation 2008-07-13 22:00:39 +00:00
sync.cpp
walker.cpp