ddnet/src
Robert Müller bcae7da6b4 Handle all color channel counts in image loader
Greyscale images with alpha channel (i.e. channel count = 2) were incorrectly handled as RGBA images, causing the client to crash when loading such images. Now the images can successfully be loaded with the image loader, but the client still only supports loading RGB and RGBA images like before.
2023-11-20 21:58:29 +01:00
..
android Add tests for overloaded hash operators, use operator instead 2022-11-12 20:36:38 +01:00
antibot Allow antibot to kick people 2023-11-19 14:59:14 +01:00
base Add missing <cstring> include for memset to system.h 2023-11-19 13:04:04 +01:00
engine Handle all color channel counts in image loader 2023-11-20 21:58:29 +01:00
game Merge pull request #7511 from furo321/telecursor-fixes 2023-11-20 12:25:54 +00:00
macos Huge variable naming format 2022-07-08 18:01:29 +02:00
masterping Add tool to manually ping the mastersrv 2022-12-29 12:50:24 +01:00
mastersrv mastersrv: Go to RawValue directly 2023-09-08 11:03:07 +02:00
rust-bridge Fix being run from rust-analyzer with a clean environment 2022-11-09 15:09:42 +01:00
steam Replace all usages of C standard headers with C++ headers 2023-03-01 19:26:51 +01:00
test Don't use Mersenne Twister 2023-11-18 22:55:17 +01:00
tools Use bool instead of int 2023-11-20 21:58:29 +01:00