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-23 19:16:21 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
engines
/
drascula
History
Jordi Vilalta Prat
047f116515
Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match the meaning of the returned string, as discussed some time ago in scummvm-devel
...
svn-id: r39132
2009-03-05 12:04:58 +00:00
..
actors.cpp
- Moved more animation data inside drascula.dat
2008-09-12 12:54:16 +00:00
animation.cpp
Got rid of updateAnim2()
2009-01-05 20:17:33 +00:00
converse.cpp
Whoa! Removing trailing spaces.
2009-01-01 15:06:43 +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
Engines: Fused several init&go methods into a single run method
2009-03-01 04:42:46 +00:00
drascula.h
Engines: Fused several init&go methods into a single run method
2009-03-01 04:42:46 +00:00
graphics.cpp
Whoa! Removing trailing spaces.
2009-01-01 15:06:43 +00:00
interface.cpp
Removed unused variable.
2008-12-03 19:20:59 +00:00
module.mk
…
objects.cpp
Whoa! Removing trailing spaces.
2009-01-01 15:06:43 +00:00
palette.cpp
Merged all the methods to assign and set default palettes
2008-09-10 12:03:42 +00:00
rooms.cpp
- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.
2009-02-15 21:20:21 +00:00
saveload.cpp
Make sure that savegame names are 0-terminated
2008-12-03 16:44:46 +00:00
sound.cpp
ignore any keypresses in the volume control dialog
2009-02-14 22:46:54 +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