aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/thumbnail.cpp
AgeCommit message (Expand)Author
2019-10-03SLUDGE: Really Fix MSVC WarningsD G Turner
2019-10-03SLUDGE: Further Fixes for MSVC WarningsD G Turner
2018-04-27SLUDGE: Move global variable thumbnailWidth/Height to GraphicsManagerSimei Yin
2017-12-19SLUDGE: Arrange include orderSimei Yin
2017-08-08SLUDGE: Add thumbnail for save&load interfaceSimei Yin
2017-07-15SLUDGE: Clean useless #if 0'sSimei Yin
2017-07-15SLUDGE: Remove gl-related graphics.hSimei Yin
2017-07-13SLUDGE: remove CommonCode directory to have a flat structureyinsimei
2017-07-13SLUDGE: replace char *by Common::Stringyinsimei
2017-07-13SLUDGE: replace int types to scummvm defined onesyinsimei
2017-07-13SLUDGE: remove #ifdef HAVE_GLES2 and clean code in graphicsyinsimei
2017-07-13SLUDGE: save&load system (without thumbnail and snapshot)yinsimei
2017-07-13SLUDGE: replace sludge colours by pixelformatyinsimei
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