81520 Commits

Author SHA1 Message Date
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
yinsimei
45dcfdfc0b SLUDGE: Replace standard file reading functions by Common functions 2017-07-13 18:27:45 +02:00
yinsimei
f5b4cf6803 SLUDGE: Remove inner include of vorbis library 2017-07-13 18:27:45 +02:00
yinsimei
1aa64b5b0f SLUDGE: Add namespace for file version.h 2017-07-13 18:27:45 +02:00
yinsimei
f2d81f6f5d SLUDGE: Add new debug channels 2017-07-13 18:27:45 +02:00
yinsimei
c4a5af22ea SLUDGE: Add namespace 2017-07-13 18:27:45 +02:00
yinsimei
219044abf9 SLUDGE: Add sludge files and make it compile 2017-07-13 18:27:45 +02:00
yinsimei
94439e2ce3 SLUDGE: Add first classes in scummvm to detect .slg game file 2017-07-13 18:27:45 +02:00
wreednumero2
b9358b92b8 I18N: Update translation (German)
Currently translated at 100.0% (964 of 964 strings)
2017-07-13 09:14:59 +02:00
Paul Gilbert
906c6de3d1 TITANIC: Fix daffine.h includes 2017-07-12 19:52:25 -04:00