mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 07:42:18 +00:00
c2c3a62956
cache the value. don't call Qopen directly in the engine. instead call QFS_Open (generic) or QFS_WOpen (write only, zip flag). rework QFS_NextFilename to use a dstring (avoiding a potential buffer overflow), support 10000 files and work from the top-level fs_userpath directory. adjust QFS_WriteFile and QFS_WriteBuffers etc to suit. make sw32 screenshots actually get written. hopefully everything gets written to the right places :) |
||
---|---|---|
.. | ||
.gitignore | ||
bi_cbuf.c | ||
bi_cmd.c | ||
bi_cvar.c | ||
bi_file.c | ||
bi_gib.c | ||
bi_hash.c | ||
bi_init.c | ||
bi_inputline.c | ||
bi_plist.c | ||
bi_qfile.c | ||
bi_qfs.c | ||
Makefile.am | ||
pr_cmds.c |