87 Commits (40041e30eb0dd93b6484c2b0057b21e3b70c15e3)

Author SHA1 Message Date
Alibek Omarov a311923d4e engine: imagelib: apply texgamma to palette (ideally should be applied only to BSP/WAD textures) 6 months ago
Alibek Omarov a675806c91 engine: imagelib: img_ktx2: don't allow to load images with no mip levels 7 months ago
mittorn b949da291e engine: fix strict aliasing issues found by an old armv7hf compiler 9 months ago
Ivan Avdeev a251600c8a
engine: common: imagelib: add KTX2 support (#1455) 9 months ago
Alibek Omarov 8f207362a5 public: remove Q_sprintf, and patch all code that used it to use Q_snprintf instead 1 year ago
Alibek Omarov 824a34ee1e engine: common: imgelib: fix declaration after statement in test code 1 year ago
Alibek Omarov 1caa276531 engine: common: imagelib: fix loading cubemaps 1 year ago
Andrey Akhmichin 9e9703e6de engine: common: imagelib: replace va function calls. 1 year ago
fgsfds 25a1cb8ce7 Nintendo Switch support (again) 1 year ago
Alibek Omarov aac0be1ab3 engine: imagelib: img_bmp: fully initialize local palette array 1 year ago
Alibek Omarov 49a65edfc3 engine: imagelib: img_quant: fix a bug in quantizer (thanks, @SNMetamorph for fix) 2 years ago
Alibek Omarov ea3bfd969c engine: imagelib: img_wad: dirty hack to fix black holes in console background images 2 years ago
Alibek Omarov 0e9106685b engine: imagelib: img_png: fix Mem_Free on null ptr 2 years ago
Alibek Omarov 9b001987e9 engine: imagelib: fix crash when chunk length is more than file size 2 years ago
Alibek Omarov 21c898d796 engine: imagelib: validate player decal image size (max 512x512) 2 years ago
Alibek Omarov e48b708fa6 engine: imagelib: img_png: validate image size through common engine function 2 years ago
Alibek Omarov ccf7619ae5 engine: imagelib: refactor image loading function 2 years ago
Andrey Akhmichin 7bb994f7bc engine: common: imagelib: img_png.c: fix wrong palette decoding. 2 years ago
Alibek Omarov c61442e960 engine: imagelib: simplify string operation 2 years ago
SNMetamorph 49fc6143ab engine: common: imagelib: fixed loading 32 bits per pixel BMP files 2 years ago
SNMetamorph 8717843333 engine: common: imagelib: fixed BMP files estimate size calculation with NPOT textures 2 years ago
SNMetamorph f6d8996968 engine: common: imagelib: added missed BMP compression type macros 2 years ago
Andrey Akhmichin d237114962 engine: common: imagelib: img_png.c: unroll loops. 2 years ago
Andrey Akhmichin fd152e82e8 engine: common: imagelib: img_png.c: add support for indexed and grayscale PNG images. 2 years ago
Alibek Omarov 5e4fc64430 filesystem: introduce new module, based on engine filesystem. 2 years ago
Andrey Akhmichin 87ce35b32d engine: common: imagelib: img_utils.c: change formats priority. 2 years ago
Alibek Omarov 36cec298c2 Revert "engine: common: imagelib: img_tga.c: fix broken tga flip." 2 years ago
Alibek Omarov 6199426e5e Revert "engine: common: imagelib: img_tga.c: fix broken tga flip again." 2 years ago
Andrey Akhmichin e5720cf8b9 engine: common: imagelib: img_tga.c: fix broken tga flip again. 2 years ago
Andrey Akhmichin 99de598ea4 engine: common: imagelib: img_tga.c: fix broken tga flip. 2 years ago
SNMetamorph cd2720ba81 engine: common: imagelib: fixed loading BMP files with v4/v5 headers 2 years ago
SNMetamorph 6473efa995 engine: added support for BC7 and BC6H compression formats of DDS textures 2 years ago
Alibek Omarov 5aa6bfee85 engine: first attempts on fuzzing the engine 3 years ago
Alibek Omarov 4f89288ccf common: cleanup port.h 3 years ago
Alibek Omarov e0efe0aa23 engine: remove emboss filter. There seems no real use for it. 3 years ago
Alibek Omarov fe0da74e75 engine: fix build with tests on 3 years ago
Alibek Omarov 91ee9bd32a engine: merge tests for imagelib 3 years ago
Alibek Omarov 9c8059ea96 engine: imagelib: add BGRA saving for PNG 3 years ago
Gleb Mazovetskiy 5e0a0765ce Trim all trailing whitespace 4 years ago
Alibek Omarov 61fe9fd1fe engine: fix some left shifts on signed integers 4 years ago
Andrey Akhmichin c53985c0bc engine: common: imagelib: img_tga.c: refactor Targa encoder. 4 years ago
Andrey Akhmichin e69956c9ea engine: common: imagelib: img_png.c: set IMAGE_HAS_ALPHA flag only for RGBA images. 4 years ago
Alibek Omarov 0db1a7743d engine: try to fix -Wmaybe-uninitialized that may be enabled with -Wuninitialized. Diagnostic is prone to false-positives, as compiler don't have enough data for this 4 years ago
Alibek Omarov a641488b98 engine: imagelib: img_bmp: add paranoid checks for estimated file size to not exceed real buffer. Needs proper testing. 4 years ago
Alibek Omarov 46b0590e4e engine: imagelib: refactor to use stdint.h definitions, use spaces for alignment instead of tabs 4 years ago
lewa_j deb7591d1e Fix SaveBMP 4 years ago
Andrey Akhmichin 248c8a745c engine: common: imagelib: split imagelib.h. 4 years ago
Andrey Akhmichin e96ea719d5 engine: common: imagelib: use rgba_t as RGBA palette type. 4 years ago
nillerusr 4021d7bf5c imagelib: fix unaligned access 4 years ago
Andrey Akhmichin e3b547c8a9 public: rename mathlib to xash3d_mathlib. 4 years ago