index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
drascula
/
saveload.cpp
Age
Commit message (
Expand
)
Author
2011-06-02
DRASCULA: Replace snprintf() usage with Common::String::format()
D G Turner
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-01-28
DRASCULA: Fixed Code to allow Quit/RTL Function and avoid Memory Leakage.
David Turner
2010-10-15
DRASCULA: Fix some code analysis warnings (bug #3087830)
Eugene Sandulenko
2010-09-21
DRASCULA: Fix invalid memory access on inventory screen
Torbjörn Andersson
2009-05-19
COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...
Max Horn
2009-05-13
Normalized types for several variables. Formatting
Eugene Sandulenko
2009-05-12
Replace verb numbers with constants in selectVerb() call
Eugene Sandulenko
2008-12-03
Make sure that savegame names are 0-terminated
Filippos Karapetis
2008-12-03
Simplify line reading with the simpler readLine(), instead of readLine_NEW
Filippos Karapetis
2008-12-03
readLine_OLD -> readLine_NEW
Filippos Karapetis
2008-09-16
Removed the confirmation speech when a game is saved - it's "99.als" instead ...
Filippos Karapetis
2008-09-11
- The game's cursor is now handled via ScummVM's cursor manager, instead of t...
Filippos Karapetis
2008-09-03
Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add...
Max Horn
2008-08-26
Simplified several calls to copyBackground()
Filippos Karapetis
2008-08-10
hint the backend to show the VK
Kostas Nakos
2008-06-10
Pressing enter when entering the name of a save game should save that game
Filippos Karapetis
2008-06-10
drawSurface1 -> bgSurface
Filippos Karapetis
2008-06-07
Shuffled around more code. Now the files look more manageable.
Eugene Sandulenko