aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/savedata.cpp
AgeCommit message (Expand)Author
2017-07-20SLUDGE: Change all structure names to UppercaseSimei Yin
2017-07-13SLUDGE: Make UTF-8 code portableEugene Sandulenko
2017-07-13SLUDGE: int32_t -> int32Eugene Sandulenko
2017-07-13SLUDGE: change global Common::String to public var of SludgeEngineyinsimei
2017-07-13SLUDGE: replace utf8 chars by codeyinsimei
2017-07-13SLUDGE: remove debug codeyinsimei
2017-07-13SLUDGE: replace char *by Common::Stringyinsimei
2017-07-13SLUDGE: replace int types to scummvm defined onesyinsimei
2017-07-13SLUDGE: use Common/debug instead of sludge debugyinsimei
2017-07-13SLUDGE: use scummvm int type instead of uint16/32_tyinsimei
2017-07-13SLUDGE: header formattingyinsimei
2017-07-13SLUDGE: format code and remove onelinersyinsimei
2017-07-13SLUDGE: Replace sludge stream reading functions by scummvm onesyinsimei
2017-07-13SLUDGE: code formattingyinsimei
2017-07-13SLUDGE: Replace standard file reading functions by Common functionsyinsimei
2017-07-13SLUDGE: Add namespaceyinsimei
2017-07-13SLUDGE: Add sludge files and make it compileyinsimei