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
/
sludge
/
loadsave.cpp
Age
Commit message (
Expand
)
Author
2017-08-08
SLUDGE: Add thumbnail for save&load interface
Simei Yin
2017-07-21
SLUDGE: Objectify cursor manager
Simei Yin
2017-07-21
SLUDGE: Objectify text manager
Simei Yin
2017-07-21
SLUDGE: Objectify sound manager
Simei Yin
2017-07-20
SLUDGE: Objectify input and event handler
Simei Yin
2017-07-20
SLUDGE: Change all structure names to Uppercase
Simei Yin
2017-07-20
SLUDGE: Objectify graphic classes
Simei Yin
2017-07-20
SLUDGE: Objectify parallex and create graphics manager
Simei Yin
2017-07-18
SLUDGE: Objectify language manager
Simei Yin
2017-07-15
SLUDGE: Clean unused extern variables
Simei Yin
2017-07-15
SLUDGE: Clean useless #if 0's
Simei Yin
2017-07-13
SLUDGE: Fix Visual Studio compilation
Paul Gilbert
2017-07-13
SLUDGE: Fix more warnings
Eugene Sandulenko
2017-07-13
SLUDGE: remove CommonCode directory to have a flat structure
yinsimei
2017-07-13
SLUDGE: remove debug code
yinsimei
2017-07-13
SLUDGE: replace char *by Common::String
yinsimei
2017-07-13
SLUDGE: code formatting for **
yinsimei
2017-07-13
SLUDGE: use write/readFloatLB instead of Sludge get/putFloat
yinsimei
2017-07-13
SLUDGE: use read/writeSint16LE instead of get/putSigned
yinsimei
2017-07-13
SLUDGE: fix u32string saving error
yinsimei
2017-07-13
SLUDGE: replace int types to scummvm defined ones
yinsimei
2017-07-13
SLUDGE: use Common/debug instead of sludge debug
yinsimei
2017-07-13
SLUDGE: save&load system (without thumbnail and snapshot)
yinsimei
2017-07-13
SLUDGE: change pixel formats to pointers and fix seg fault
yinsimei
2017-07-13
SLUDGE: header formatting
yinsimei
2017-07-13
SLUDGE: align increment operator
yinsimei
2017-07-13
SLUDGE: format code and remove oneliners
yinsimei
2017-07-13
SLUDGE: Replace sludge stream reading functions by scummvm ones
yinsimei
2017-07-13
SLUDGE: code formatting
yinsimei
2017-07-13
SLUDGE: Replace standard file reading functions by Common functions
yinsimei
2017-07-13
SLUDGE: Add namespace
yinsimei
2017-07-13
SLUDGE: Add sludge files and make it compile
yinsimei