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
/
kyra
/
saveload_v2.cpp
Age
Commit message (
Expand
)
Author
2008-04-06
Fixed walkspeed on save loading.
Johannes Schickel
2008-03-30
- fixed savegame description loading in kyra1
Johannes Schickel
2008-03-28
Implemented command text fadeout.
Johannes Schickel
2008-03-27
Oops added missing return, should fix crashed on trying to load non-existant ...
Johannes Schickel
2008-03-27
Removed much code duplication in Hand of Fate savefile loading with SeekableS...
Johannes Schickel
2008-03-27
Readded warning when loading HoF saves from original interpreter.
Johannes Schickel
2008-03-27
- Implemented support for --list-saves in Kyra engine
Johannes Schickel
2008-03-26
Fixed GCC warning. It warns about "if (a = b)" unless you put an extra set of
Torbjörn Andersson
2008-03-26
Added support for HoF savefile from the original interpreter.
Johannes Schickel
2008-03-20
Made sure mouse is visible after savegame loading.
Johannes Schickel
2008-03-20
Fixed cauldron/spellbook graphics on savegame load.
Johannes Schickel
2008-03-17
Implemented opcode 98: o2_setDeathHandlerFlag
Johannes Schickel
2008-03-17
Remove unsued variables.
Johannes Schickel
2008-03-17
Removed some unneeded and bug causing code.
Johannes Schickel
2008-03-17
Fix typo.
Johannes Schickel
2008-03-17
Removed unused variable.
Torbjörn Andersson
2008-03-17
Implemented quick (via hotkeys) save/load suppot for HoF.
Johannes Schickel