scummvm/engines/drascula
Nicola Mettifogo 3a1e7ccbae Moved text parsing to a new class.
svn-id: r48013
2010-02-09 01:22:24 +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 Moved text parsing to a new class. 2010-02-09 01:22:24 +00:00
detection.cpp Renamed ArjFile to ArchiveMan, and _arj to _archives. 2010-02-08 18:17:32 +00:00
drascula.cpp Moved text parsing to a new class. 2010-02-09 01:22:24 +00:00
drascula.h Moved text parsing to a new class. 2010-02-09 01:22:24 +00:00
graphics.cpp Renamed ArjFile to ArchiveMan, and _arj to _archives. 2010-02-08 18:17:32 +00:00
interface.cpp The default keycolor for mouse pointers used to be 255. 2010-01-07 15:07:36 +00:00
module.mk Moved ArjFile to drascula. 2010-02-08 17:48:35 +00:00
objects.cpp Normalized types for several variables. Formatting 2009-05-13 11:59:49 +00:00
palette.cpp Merged all the methods to assign and set default palettes 2008-09-10 12:03:42 +00:00
resource.cpp Moved text parsing to a new class. 2010-02-09 01:22:24 +00:00
rooms.cpp Moved text parsing to a new class. 2010-02-09 01:22:24 +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 Renamed variable to fix warning. 2010-02-08 19:46:25 +00:00
talk.cpp Make sure that "buf" is properly terminated. Actually, we could probably get 2009-07-25 17:48:51 +00:00