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
/
tucker
/
saveload.cpp
Age
Commit message (
Expand
)
Author
2018-04-21
TUCKER: Improve autosave error handling
Adrian Frühwirth
2018-04-21
TUCKER: Try autosaving only once per autosave interval
Adrian Frühwirth
2018-04-07
TUCKER: Do not assign negative value to unsigned int
Adrian Frühwirth
2018-04-07
ALL: Load savegame thumbnail only when necessary
Adrian Frühwirth
2018-03-28
TUCKER: Follow code formatting convention for switch statements
Adrian Frühwirth
2018-03-21
TUCKER: Add Location enum
Adrian Frühwirth
2018-03-20
TUCKER: Reset panel type to normal after loading a savegame
Adrian Frühwirth
2018-03-16
TUCKER: Remove trailing comma from enum list
Adrian Frühwirth
2018-03-16
TUCKER: Added missing check for minimum supported savegame version
Adrian Frühwirth
2018-03-16
TUCKER: Add savegame metadata and autosave support
Adrian Frühwirth
2018-03-02
TUCKER: Add CursorStyle and CursorState enums
Adrian Frühwirth
2018-02-11
TUCKER: Remove superfluous arguments in loadBudSpr et al
Adrian Frühwirth
2018-01-31
TUCKER: Print infobar string if no savegame exists
Adrian Frühwirth
2014-03-09
TUCKER: Some more renaming
Strangerke
2014-02-18
TUCKER: Make GPL headers consistent in themselves.
Johannes Schickel
2012-02-10
JANITORIAL: Fix template definition whitespace
Tarek Soliman
2011-06-02
TUCKER: Replace snprintf() usage with Common::String::format()
D G Turner
2011-06-02
ENGINES: Change 2nd param of Engine::saveGameState to Common::String
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2009-07-14
Got rid of some more ioFailed uses (also fixed a potential leak in graphics/f...
Max Horn
2009-05-29
Changed SaveFileManager methods to take Common::String params (instead of cha...
Max Horn
2009-05-19
COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...
Max Horn
2009-05-11
some cleanup :
Gregory Montoir
2009-02-21
force inventory redraw after a game state load (inventory should now be ok wh...
Gregory Montoir
2008-11-28
added support for kSupportsLoadingDuringRuntime & kSupportsSavingDuringRuntim...
Gregory Montoir
2008-11-10
add initial support for 'Bud Tucker in Double Trouble'
Gregory Montoir