aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/main_loop.cpp
AgeCommit message (Expand)Author
2017-07-13SLUDGE: use Common/debug instead of sludge debugyinsimei
2017-07-13SLUDGE: remove an unused .hyinsimei
2017-07-13SLUDGE: remove #ifdef HAVE_GLES2 and clean code in graphicsyinsimei
2017-07-13SLUDGE: add game timingyinsimei
2017-07-13SLUDGE: set sludge game to 1xScale by defaultyinsimei
2017-07-13SLUDGE: move initGraphics after sludge inityinsimei
2017-07-13SLUDGE: get input work by replacing sdl event by scummvm eventyinsimei
2017-07-13SLUDGE: set to right delay timeyinsimei
2017-07-13SLUDGE: add sound loop for wav and oggyinsimei
2017-07-13SLUDGE: get loop sound work for wav and oggyinsimei
2017-07-13SLUDGE: add game file name getter in detectionyinsimei
2017-07-13SLUDGE: remove platform dependent definesyinsimei
2017-07-13SLUDGE: header formattingyinsimei
2017-07-13SLUDGE: fix sprite flickering by using a full screen surfaceyinsimei
2017-07-13SLUDGE: move backdrop display code to backdrop.cppyinsimei
2017-07-13SLUDGE: Refactor image loading function and apply in backdropyinsimei
2017-07-13SLUDGE: Add the slusge specific image decoderyinsimei
2017-07-13SLUDGE: Fix png displayingyinsimei
2017-07-13SLUDGE: code formattingyinsimei
2017-07-13SLUDGE: Use PNGDecoder to read backdropyinsimei
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