No description
Find a file
myT 8ef496d22b reverting to old code for .tga image decoding, but with tweaks and fixes
the problem is that stb_image can and will allocate much more than it needs to
e.g. for a 2048x2048 BGR image:
it allocates an unnecessary intermediate 12 MB buffer to decode the image
instead of decoding it directly into the final 16 MB RGBA buffer

the old CNQ3 code didn't decode greyscale properly because of a missing macro call
it also didn't range-check memory accesses at all
2020-02-18 04:42:28 +01:00
code reverting to old code for .tga image decoding, but with tweaks and fixes 2020-02-18 04:42:28 +01:00
makefiles added FreeBSD support 2020-01-06 01:04:16 +01:00
packaging tweaked the changelog and added a readme for download archive 2018-01-07 11:57:36 +01:00
.gitignore added FreeBSD support 2020-01-06 01:04:16 +01:00
build.md added FreeBSD support 2020-01-06 01:04:16 +01:00
changelog.txt reverting to old code for .tga image decoding, but with tweaks and fixes 2020-02-18 04:42:28 +01:00
COPYING.txt import from cnq3 1.47 2016-12-17 20:43:04 -08:00
id-readme.txt import from cnq3 1.47 2016-12-17 20:43:04 -08:00
ioq3-changelog.txt import from cnq3 1.47 2016-12-17 20:43:04 -08:00
Makefile added FreeBSD support 2020-01-06 01:04:16 +01:00