This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-01-14 13:58:01 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
engines
/
drascula
History
Johannes Schickel
56181a475c
Change "=" to ":=" in some module.mk files for consistency.
...
svn-id: r45364
2009-10-24 21:55:53 +00:00
..
actors.cpp
…
animation.cpp
Replace verb numbers with constants in selectVerb() call
2009-05-12 10:02:18 +00:00
converse.cpp
78 bytes isn't enough for some of the longer conversation options. 128 might
2009-07-26 10:10:08 +00:00
detection.cpp
Added game GUI options to advancedDetector and updated all engines
2009-06-06 17:56:41 +00:00
drascula.cpp
Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD audio playback on engine quit. (This only problem affected playback from CD, not from ripped audio files)
2009-08-18 15:31:26 +00:00
drascula.h
Removed the superfluous VGA buffer, replacing it with direct writes to the video buffer
2009-08-04 17:22:18 +00:00
graphics.cpp
Cleanup
2009-08-04 21:56:59 +00:00
interface.cpp
Normalized types for several variables. Formatting
2009-05-13 11:59:49 +00:00
module.mk
Change "=" to ":=" in some module.mk files for consistency.
2009-10-24 21:55:53 +00:00
objects.cpp
Normalized types for several variables. Formatting
2009-05-13 11:59:49 +00:00
palette.cpp
…
rooms.cpp
Cleanup
2009-08-04 21:56:59 +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
Make sure that "buf" is properly terminated. Actually, we could probably get
2009-07-25 17:48:51 +00:00