aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/people.cpp
AgeCommit message (Expand)Author
2017-08-12SLUDGE: Fix uninitialised valueSimei Yin
2017-07-21SLUDGE: Move sprite bank to graphics managerSimei Yin
2017-07-21SLUDGE: Objectify sound managerSimei Yin
2017-07-20SLUDGE: Change all structure names to UppercaseSimei Yin
2017-07-20SLUDGE: Fix backdrop loading for images not of the window sizeSimei Yin
2017-07-20SLUDGE: Objectify graphic classesSimei Yin
2017-07-20SLUDGE: Objectify object managerSimei Yin
2017-07-15SLUDGE: Clean unused extern variablesSimei Yin
2017-07-13SLUDGE: remove CommonCode directory to have a flat structureyinsimei
2017-07-13SLUDGE: remove debug codeyinsimei
2017-07-13SLUDGE: replace char *by Common::Stringyinsimei
2017-07-13SLUDGE: replace abs() by scummvm ABS()yinsimei
2017-07-13SLUDGE: code formatting for **yinsimei
2017-07-13SLUDGE: use write/readFloatLB instead of Sludge get/putFloatyinsimei
2017-07-13SLUDGE: use read/writeSint16LE instead of get/putSignedyinsimei
2017-07-13SLUDGE: remove math functions defined in sludgeyinsimei
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: align increment operatoryinsimei
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