Descent3/bitmap
Jan Engelhardt a23c6a42a3 mem_malloc type triviality checks (7/8)
```
git grep -l mem_malloc | xargs perl -i -lpe 's{\((char) \*\)mem_malloc\((\S+)\)}{mem_rmalloc<$1>($2)}'
```
2024-09-16 22:12:14 +02:00
..
bitmain.cpp mem_malloc type triviality checks (4/8) 2024-09-16 22:12:13 +02:00
bumpmap.cpp Convert bitmap to use new logging facility 2024-09-10 03:00:25 +03:00
CMakeLists.txt Convert bitmap to use new logging facility 2024-09-10 03:00:25 +03:00
iff.cpp Convert bitmap to use new logging facility 2024-09-10 03:00:25 +03:00
iff.h [Cleanup] Removed function declarations that are not implemented. 2024-08-20 20:03:02 +02:00
lightmap.cpp Convert bitmap to use new logging facility 2024-09-10 03:00:25 +03: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 Convert bitmap to use new logging facility 2024-09-10 03:00:25 +03:00
tga.cpp mem_malloc type triviality checks (7/8) 2024-09-16 22:12:14 +02:00