Commit Graph
27 Commits
Author SHA1 Message Date
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Eugene Sandulenko 28e4e46707 SLUDGE: Reduce header dependencies 2021-05-07 01:29:53 +02:00
Eugene Sandulenko 5c15a99fb8 SLUDGE: Reduced header dependecy. No nested includes 2021-05-07 01:29:53 +02:00
Eugene Sandulenko e3da6f47b5 SLUDGE: Remove unused files and redundant header 2021-05-07 01:29:52 +02:00
Vladimir Serbinenko 4b6bda0831 SLUDGE: Remove UTF8 code (#2592)
This is basically a duplicate of UTF8 from common.
So just use common code instead
2020-11-10 17:19:23 +01:00
Filippos Karapetis f4e8eed13d SLUDGE: Fix MSVC warnings
- Fix invalid check with empty()
- Change float suffixes to uppercase
- Fix potentially uninitialized variables
2019-05-27 14:53:43 +03:00
Simei Yin 2ea4855799 SLUDGE: Move global variable pastePalette to TextManager and refactor a little 2018-04-01 18:02:14 +02:00
Simei Yin fe9968a074 SLUDGE: Arrange include order 2017-12-19 22:16:21 +01:00
Simei Yin 867b8dbb92 SLUDGE: Reset engine when launching a new game data file 2017-08-22 16:20:15 +02:00
Simei Yin cae614a4dc SLUDGE: Use common hashmap instead of array table 2017-08-21 10:19:19 +02:00
Simei Yin 4a54a02760 SLUDGE: Objectify text manager 2017-07-21 11:21:45 +02:00
Simei Yin e617a53608 SLUDGE: Objectify graphic classes 2017-07-20 00:43:16 +02:00
Simei Yin 8c8e5c44d8 SLUDGE: Remove openGl-related function fixFont 2017-07-15 17:51:57 +02:00
yinsimei 800987ab95 SLUDGE: replace char *by Common::String 2017-07-13 18:27:45 +02:00
yinsimei 076f841526 SLUDGE: fix u32string saving error 2017-07-13 18:27:45 +02:00
yinsimei f8e1fe0064 SLUDGE: replace int types to scummvm defined ones 2017-07-13 18:27:45 +02:00
yinsimei 08304b848a SLUDGE: use Common/debug instead of sludge debug 2017-07-13 18:27:45 +02:00
yinsimei ed09887e84 SLUDGE: remove an unused .h 2017-07-13 18:27:45 +02:00
yinsimei 302c946279 SLUDGE: use U32String to replace sludge utf8 library 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 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 10ff6994ae SLUDGE: format code and remove oneliners 2017-07-13 18:27:45 +02:00
yinsimei cd42e483de SLUDGE: complete sprite loading 2017-07-13 18:27:45 +02:00
yinsimei ca2ee02496 SLUDGE: code formatting 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