qzdoom/src/common
Raccoon 59fcf45222
Add Warnings for when PNG loads fail due to unsupported flags (#1302)
This was the result of an issue which stumped the entire Discord, which led to me having to debug from source to find why some relatively standard publicly available PBR materials work.  GZDoom is the ONLY program in the typical development stack (GIMP, Slade, UDB) with this narrow of support for the PNG format. As such, the average developer will have no other way to figure out what's going wrong without these: these CANNOT be allowed to fail silently.  As things like PNG-compression and 64-bit color become more common in royalty-free PBR materials, support should be an eventual target.  Even then, these warnings should remain to prevent this from being an issue the next time things change.
2021-02-12 19:37:18 +01:00
..
2d - backend update from Raze. 2021-02-12 14:40:34 +01:00
audio - fixed uninitialized global rolloff in sound engine 2021-02-08 11:50:00 +02:00
console - fixed most of implicit fallthrough compilation warnings 2020-10-31 13:37:51 +02:00
engine - removed useless x86.h #include's 2021-02-06 15:01:08 +02:00
filesystem - backend update from Raze. 2021-01-29 13:54:18 +01:00
fonts - backend update from Raze. 2020-11-23 15:45:33 +01:00
menu - fix keyboard repeat events not being sent to menus if TranslateKeyboardEvents is true 2020-12-09 16:20:42 -03:00
models - more 'override's. 2020-09-27 10:48:38 +02:00
objects - fixed incorrect extension of overridden function prototype 2021-02-12 08:42:57 +01:00
platform - removed useless x86.h #include's 2021-02-06 15:01:08 +02:00
rendering Add support for zero size buffers as the hwrenderer uses that! 2021-02-12 06:38:26 -05:00
scripting - fixed incorrect extension of overridden function prototype 2021-02-12 08:42:57 +01:00
statusbar - backend update from Raze. 2020-11-23 15:45:33 +01:00
textures Add Warnings for when PNG loads fail due to unsupported flags (#1302) 2021-02-12 19:37:18 +01:00
thirdparty - Backend update. 2020-10-16 23:25:18 +02:00
utility - backend update from Raze. 2021-02-12 14:40:34 +01:00