quakeforge/libs/image
Bill Currie a29836cc2c [quakefs] Return QFile pointer from QFS_NextFile(name)
QFS_NextFilename was renamed to QFS_NextFile to reflect the fact it now
returns a QFile pointer for the newly created file (as well as the
name). This necessitated updating WritePNG to take a file pointer
instead of a file name, with the advantage that WritePNGqfs is no longer
necessary and callers have much more control over the creation of the
file.

This makes QFS_NextFile much more secure against file system race
conditions and attacks (at least in theory). If nothing else, it will
make it more robust in a multi-threaded environment.
2022-03-31 17:27:04 +09:00
..
convert.c Merge master into csqc-improvements 2021-03-25 22:01:31 +09:00
image.c [image] Add function to get image memory size 2021-04-25 08:38:13 +09:00
Makemodule.am [build] Get make distcheck working again 2021-03-29 17:35:30 +09:00
pcx.c Do an audit of hunk mark usage 2021-07-29 11:43:27 +09:00
png.c [quakefs] Return QFile pointer from QFS_NextFile(name) 2022-03-31 17:27:04 +09:00
tga.c Do an audit of hunk mark usage 2021-07-29 11:43:27 +09:00