mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +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 | ||
exp.c | ||
gib_buffer.c | ||
gib_builtin.c | ||
gib_execute.c | ||
gib_function.c | ||
gib_handle.c | ||
gib_init.c | ||
gib_parse.c | ||
gib_process.c | ||
gib_regex.c | ||
gib_semantics.c | ||
gib_thread.c | ||
gib_tree.c | ||
gib_vars.c | ||
Makefile.am | ||
ops.c | ||
regex.c |