Descent3/bitmap
Jan Engelhardt 59a6daa2fc Ensure aligned copy in tga_read_short
ASAN says:

bitmap/tga.cpp:191:5: runtime error: load of misaligned address 0x51e000003081 for type 'int16_t', which requires 2 byte alignment
2024-08-30 05:21:07 +02:00
..
bitmain.cpp Quiet warnings about uninitialized values. 2024-07-31 15:40:16 -06:00
bumpmap.cpp Properly format/use variadic macros 2024-05-24 20:57:17 -04:00
CMakeLists.txt CMake: add all headers to target sources 2024-08-09 17:09:14 +02:00
iff.cpp Create an overloaded cf_ReadInt and cf_ReadShort that takes a bool to indicate little endian reads. 2024-07-02 18:34:45 -06:00
iff.h [Cleanup] Removed function declarations that are not implemented. 2024-08-20 20:03:02 +02:00
lightmap.cpp Programmatically replace all __LINUX__ with POSIX 2024-07-12 18:11:54 -05:00
NewBitmap.cpp save screenshots as PNG 2024-05-09 22:46:17 +01:00
NewBitmap.h save screenshots as PNG 2024-05-09 22:46:17 +01:00
pcx.cpp Properly format/use variadic macros 2024-05-24 20:57:17 -04:00
tga.cpp Ensure aligned copy in tga_read_short 2024-08-30 05:21:07 +02:00