Commit Graph
46 Commits
Author SHA1 Message Date
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
D G Turner f898546f71 GNAP: Improve Error Output When Bitmap Loading Fails
Users are reporting failure, but it is not clear which bitmap resource
is causing this, hence this change.
2020-09-30 20:56:30 +01:00
Strangerke c084e987d8 GNAP: Fix a warning in the PSP port 2017-03-22 21:44:21 +01:00
Strangerke 26199eba38 GNAP: Split font description array in two 2017-03-22 21:35:22 +01:00
Strangerke c1e39b8bd6 GNAP: (Hopefully) fix a FCC warning 2016-06-08 08:03:38 +02:00
Strangerke 32f9b92431 GNAP: Fix potential out of bound write 2016-06-08 07:46:35 +02:00
Thierry Crozat a7bd346f2d GNAP: Simplify transparency handling on BE systems 2016-05-30 22:51:45 +01:00
Thierry Crozat 39cbfbb03f GNAP: Fix sprites display on big endian systems 2016-05-30 22:21:49 +01:00
sylvaintv 05ebbd88a6 GNAP: Fix waitForUpdate behavior 2016-05-29 23:16:28 +02:00
Strangerke d035e96014 GNAP: Use enums for sequence flags in GameSys 2016-05-26 07:55:10 +02:00
Strangerke 454bcdc51c GNAP: Strengthen sanity checks in drawBitmap 2016-05-25 07:17:20 +02:00
Strangerke afbf1133d3 GNAP: Fix code alignment 2016-05-24 07:46:23 +02:00
Strangerke d70e3dd0d6 GNAP: Fix out of bound access in alternate font code 2016-05-24 07:46:21 +02:00
Strangerke a923745973 GNAP: Fix some uninitialized variables 2016-05-24 07:46:19 +02:00
Torbjörn Andersson 4cac7d1511 GNAP: Fix memory leaks, reported by Valgrind 2016-05-24 07:09:35 +02:00
Strangerke bd2008f985 GNAP: Remove some obsolete comments, take better advantage of the possible values of gfxItem._flags (0 and 1) 2016-05-20 22:04:10 +02:00
Strangerke bd4ef7ffb4 GNAP: Rework gfxItem, remove the code related to impossible flag values 2016-05-20 21:56:12 +02:00
Strangerke 3981d8514e GNAP: Remove erroneous comments, simplify a call to blitSprite32 2016-05-20 21:46:19 +02:00
Eugene Sandulenko 3f2fcec10b GNAP: Fix sprite transparency 2016-05-20 20:59:33 +02:00
Eugene Sandulenko 7da6d99371 GNAP: Fix transparency 2016-05-20 20:56:32 +02:00
Strangerke a2fb71928b GNAP: Remove some unused variables in resources 2016-05-20 08:04:56 +02:00
Strangerke 72d46655ff GNAP: Remove TODOs, add safeguard checks 2016-05-20 07:59:19 +02:00
Strangerke 931846182b GNAP: Change pixel format - Courtesy of _sev 2016-05-18 22:38:54 +02:00
Strangerke 0a8e552c6d GNAP: Fix the coding style of a couple of casts 2016-05-17 22:21:27 +02:00
Strangerke 4c37381a8e GNAP: Add missing stars in header, change include guard name in gnap.h 2016-05-17 22:05:35 +02:00
Strangerke e024a26ccd GNAP: Replace memcpy on overlapping memory area by memmove. Thanks to eriktorbjorn for suggesting it 2016-05-17 06:50:43 +02:00
Strangerke e280c833c7 GNAP: Enforce the use of nullptr in function calls 2016-05-16 23:34:58 +02:00
Strangerke 52374bfe7b GNAP: Load TTF from the executable (optional) 2016-05-16 20:43:55 +02:00
Strangerke aee3842163 GNAP: Some renaming 2016-05-10 12:14:49 +02:00
Strangerke 99580a1b08 GNAP: Remove 3 CHECKMEs 2016-05-10 12:14:49 +02:00
Strangerke 25fc9c0a13 GNAP: Janitorial - Remove trailing spaces and tabs 2016-05-10 12:14:47 +02:00
Strangerke de17d92199 GNAP: Remove unused variable in fatUpdateFrame 2016-05-10 09:54:21 +02:00
Strangerke 43c65df526 GNAP: Use debug channels 2016-05-10 09:54:21 +02:00
Strangerke f1738f457f GNAP: Add savegames (not fully working yet) 2016-05-10 09:54:21 +02:00
Strangerke 29d989ac0e GNAP: Change the initial values of backGroundImageValue2&4, change transparent to boolean, use nullptr in several places 2016-05-10 09:54:21 +02:00
Strangerke dca374efcd GNAP: Change another variable to boolean 2016-05-10 09:54:21 +02:00
Strangerke 5ecf008260 GNAP: Use nullptr instead of 0 for some pointers 2016-05-10 09:54:21 +02:00
Strangerke c4f5dd0209 GNAP: Fix compilation 2016-05-10 09:54:21 +02:00
Strangerke d546847b5a GNAP: More renaming in resource.h 2016-05-10 09:54:21 +02:00
Strangerke deb1199c1d GNAP: Rename SequenceFrame members 2016-05-10 09:54:21 +02:00
Strangerke 83bc85713b GNAP: More renaming. Remove unused variable in MouseButtonState and Hotspot 2016-05-10 09:54:21 +02:00
Strangerke da2cb981d2 GNAP: Some renaming, remove useless variables in GfxItem 2016-05-10 09:54:21 +02:00
Strangerke ccadc0ab20 GNAP: Some renaming, change some function parameters to boolean 2016-05-10 09:54:21 +02:00
Strangerke 37f84d0bc5 GNAP: change 3rd parameter of removeSequence to boolean, adapt calls accordingly 2016-05-10 09:54:21 +02:00
Strangerke c18c5b047d GNAP: Reduce variable scope in fatUpdateFrame, change variable type to boolean 2016-05-10 09:54:21 +02:00
johndoe123 d80c7605a0 GNAP: Initial commit 2016-05-10 09:54:21 +02:00