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
/
savedata.cpp
Age
Commit message (
Expand
)
Author
2019-06-18
SLUDGE: fix data file handling with custom encoding setting
Sebastian Krzyszkowiak
2018-05-31
SLUDGE: Move text related functions to struct Variable
Simei Yin
2018-05-31
SLUDGE: Move SetVariable() into struct Variable
Simei Yin
2018-04-29
SLUDGE: Remove global variable saveEncoding and refactor CustomSaveData features
Simei Yin
2017-12-19
SLUDGE: Arrange include order
Simei Yin
2017-07-20
SLUDGE: Change all structure names to Uppercase
Simei Yin
2017-07-13
SLUDGE: Make UTF-8 code portable
Eugene Sandulenko
2017-07-13
SLUDGE: int32_t -> int32
Eugene Sandulenko
2017-07-13
SLUDGE: change global Common::String to public var of SludgeEngine
yinsimei
2017-07-13
SLUDGE: replace utf8 chars by code
yinsimei
2017-07-13
SLUDGE: remove debug code
yinsimei
2017-07-13
SLUDGE: replace char *by Common::String
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: use scummvm int type instead of uint16/32_t
yinsimei
2017-07-13
SLUDGE: header formatting
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