mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-26 20:21:19 +00:00
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. |
||
---|---|---|
.. | ||
cl_cam.h | ||
cl_chat.h | ||
cl_demo.h | ||
cl_ents.h | ||
cl_http.h | ||
cl_input.h | ||
cl_main.h | ||
cl_parse.h | ||
cl_pred.h | ||
cl_skin.h | ||
cl_slist.h | ||
client.h | ||
crudefile.h | ||
game.h | ||
host.h | ||
Makemodule.am | ||
map_cfg.h | ||
server.h | ||
sv_demo.h | ||
sv_gib.h | ||
sv_pr_cmds.h | ||
sv_pr_cpqw.h | ||
sv_pr_qwe.h | ||
sv_progs.h | ||
sv_qtv.h | ||
sv_recorder.h |