Commit Graph
257 Commits
Author SHA1 Message Date
yinsimei 43ffa3bcc8 SLUDGE: give a 0.5 opacity for mixOverlay image 2017-07-13 18:27:45 +02:00
yinsimei 9418891237 SLUDGE: get freeze and unfreeze scene work 2017-07-13 18:27:45 +02:00
yinsimei e52dbca7fd SLUDGE: remove unused variable in parallaxLayer 2017-07-13 18:27:45 +02:00
yinsimei 536ddf7e89 SLUDGE: change struct texture to Surface 2017-07-13 18:27:45 +02:00
yinsimei 0eb18c2627 SLUDGE: set to right delay time 2017-07-13 18:27:45 +02:00
yinsimei bbde5f4bf4 SLUDGE: remove #ifndef of cursor display and formatting code 2017-07-13 18:27:45 +02:00
yinsimei 5baae657fd SLUDGE: cache of ended sound in playlist won't be used before handled 2017-07-13 18:27:45 +02:00
yinsimei 15c7958d57 SLUDGE: add sound loop for wav and ogg 2017-07-13 18:27:45 +02:00
yinsimei 36d078cfe4 SLUDGE: add sound loop test game
game links: https://github.com/yinsimei/sludge-test-games
2017-07-13 18:27:45 +02:00
yinsimei 747820bbed SLUDGE: get loop sound work for wav and ogg 2017-07-13 18:27:45 +02:00
yinsimei 7b2a2123f4 SLUDGE: add new game for testing 2017-07-13 18:27:45 +02:00
yinsimei 51a20af064 SLUDGE: leave MOD sound loading aside 2017-07-13 18:27:45 +02:00
yinsimei ef9438065f SLUDGE: play game wav sound in a rough way 2017-07-13 18:27:45 +02:00
yinsimei da842ee14e SLUDGE: remove unused sound files and rename cpp 2017-07-13 18:27:45 +02:00
yinsimei 09b4a0675e SLUDGE: remove value setting loop by memset 2017-07-13 18:27:45 +02:00
yinsimei 78cba75570 SLUDGE: change pixel formats to pointers and fix seg fault 2017-07-13 18:27:45 +02:00
yinsimei 839e7fb4d2 SLUDGE: fix unmatched delete[] leaks 2017-07-13 18:27:45 +02:00
yinsimei 77d5c7235d SLUDGE: replace sludge colours by pixelformat 2017-07-13 18:27:45 +02:00
yinsimei d5379c212c SLUDGE: add game file name getter in detection 2017-07-13 18:27:45 +02:00
yinsimei 2ca6845962 SLUDGE: use AD_ENTRY1s instead of AD_ENTRY1 2017-07-13 18:27:45 +02:00
yinsimei 3975fd7215 SLUDGE: remove showSetupWindow 2017-07-13 18:27:45 +02:00
yinsimei 83ab05630c SLUDGE: replace int type by scummvm types in utf8 2017-07-13 18:27:45 +02:00
yinsimei 90ea9d0177 SLUDGE: spelling correction in define 2017-07-13 18:27:45 +02:00
yinsimei 4773aff468 SLUDGE: correct int type 2017-07-13 18:27:45 +02:00
yinsimei bee42dc52f SLUDGE: remove platform dependent defines 2017-07-13 18:27:45 +02:00
yinsimei 7430ebe883 SLUDGE: use scummvm int type instead of uint16/32_t 2017-07-13 18:27:45 +02:00
yinsimei a8ccd05315 SLUDGE: header formatting 2017-07-13 18:27:45 +02:00
yinsimei c44b4f3128 SLUDGE: remove implementation of tga.h 2017-07-13 18:27:45 +02:00
yinsimei dc380b4ba4 SLUDGE: align increment operator 2017-07-13 18:27:45 +02:00
yinsimei 39c1223856 SLUDGE: add copyright information 2017-07-13 18:27:45 +02:00
yinsimei 10ff6994ae SLUDGE: format code and remove oneliners 2017-07-13 18:27:45 +02:00
yinsimei 414b3c4714 SLUDGE: text display 2017-07-13 18:27:45 +02:00
yinsimei a589fac895 SLUDGE: fix sprite flickering by using a full screen surface 2017-07-13 18:27:45 +02:00
yinsimei 30eef2568c SLUDGE: display sprites with TransparentSurface 2017-07-13 18:27:45 +02:00
yinsimei 54ad266157 SLUDGE: fix sprite loading error 2017-07-13 18:27:45 +02:00
yinsimei 00b64e01d4 SLUDGE: Add debug channel for fatal msg 2017-07-13 18:27:45 +02:00
yinsimei 733e758fcb SLUDGE: move backdrop display code to backdrop.cpp 2017-07-13 18:27:45 +02:00
yinsimei cd42e483de SLUDGE: complete sprite loading 2017-07-13 18:27:45 +02:00
yinsimei cfe2e63793 SLUDGE: refactor HSIDecoder out of Imgloader 2017-07-13 18:27:45 +02:00
yinsimei 786e4c3dc3 SLUDGE: Refactor image loading function and apply in backdrop 2017-07-13 18:27:45 +02:00
yinsimei 8c59f8deac SLUDGE: Replace sludge stream reading functions by scummvm ones 2017-07-13 18:27:45 +02:00
yinsimei b920f61a11 SLUDGE: Add the slusge specific image decoder 2017-07-13 18:27:45 +02:00
yinsimei 3ae270f709 SLUDGE: Correct ifdef position in backdrop.h 2017-07-13 18:27:45 +02:00
Tobia Tesan c0822cbc8d SLUDGE: Fix configure.engine
It doesn't work with create_project.exe otherwise
2017-07-13 18:27:45 +02:00
yinsimei 6e5dec3137 SLUDGE: Fix png displaying 2017-07-13 18:27:45 +02:00
yinsimei ca2ee02496 SLUDGE: code formatting 2017-07-13 18:27:45 +02:00
yinsimei 2dddb900c9 SLUDGE: Use PNGDecoder to read backdrop 2017-07-13 18:27:45 +02:00
yinsimei 6808650f3e SLUDGE: Refactor png specific functions in backdrop 2017-07-13 18:27:45 +02:00
yinsimei 9f7d301ef4 SLUDGE: Refactor background loading code 2017-07-13 18:27:45 +02:00
yinsimei f8ca5d14c4 SLUDGE: Replace stream writing functions id backdrop and formatting 2017-07-13 18:27:45 +02:00