scummvm/engines/drascula
2009-05-19 11:42:14 +00:00
..
actors.cpp - Moved more animation data inside drascula.dat 2008-09-12 12:54:16 +00:00
animation.cpp Replace verb numbers with constants in selectVerb() call 2009-05-12 10:02:18 +00:00
converse.cpp Replace verb numbers with constants in selectVerb() call 2009-05-12 10:02:18 +00:00
detection.cpp Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match the meaning of the returned string, as discussed some time ago in scummvm-devel 2009-03-05 12:04:58 +00:00
drascula.cpp Normalized types for several variables. Formatting 2009-05-13 11:59:49 +00:00
drascula.h Normalized types for several variables. Formatting 2009-05-13 11:59:49 +00:00
graphics.cpp Normalized types for several variables. Formatting 2009-05-13 11:59:49 +00:00
interface.cpp Normalized types for several variables. Formatting 2009-05-13 11:59:49 +00:00
module.mk
objects.cpp Normalized types for several variables. Formatting 2009-05-13 11:59:49 +00:00
palette.cpp
rooms.cpp Normalized types for several variables. Formatting 2009-05-13 11:59:49 +00:00
saveload.cpp COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecated; however, retained ioFailed in SeekableReadStream and File for now (so for now this mainly affects WriteStream subclasses) 2009-05-19 11:42:14 +00:00
sound.cpp Replace verb numbers with constants in selectVerb() call 2009-05-12 10:02:18 +00:00
talk.cpp A ton of code formatting fixes; also fixed warnings about single line loops like 'while(cond);' by inserting newlines 2009-01-29 05:26:12 +00:00