quakeforge/libs/gamecode/builtins
Bill Currie c2c3a62956 nuke Qexpand_squiggle. instead, expand ~ to $HOME on qfs initialization and
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 :)
2003-05-23 17:17:01 +00:00
..
.gitignore - add libs/gamecode/builtins subdir, with libQFgamecode_builtins.la 2001-08-21 22:34:20 +00:00
bi_cbuf.c remove all references to OFS_* from the C code. only the macros in progs.h 2003-04-22 18:20:15 +00:00
bi_cmd.c remove all references to OFS_* from the C code. only the macros in progs.h 2003-04-22 18:20:15 +00:00
bi_cvar.c remove all references to OFS_* from the C code. only the macros in progs.h 2003-04-22 18:20:15 +00:00
bi_file.c nuke Qexpand_squiggle. instead, expand ~ to $HOME on qfs initialization and 2003-05-23 17:17:01 +00:00
bi_gib.c Applied taniwha's mem leak fix. 2003-05-15 21:59:19 +00:00
bi_hash.c remove all references to OFS_* from the C code. only the macros in progs.h 2003-04-22 18:20:15 +00:00
bi_init.c make qf gcc 3.3 clean 2003-04-17 00:01:48 +00:00
bi_inputline.c remove all references to OFS_* from the C code. only the macros in progs.h 2003-04-22 18:20:15 +00:00
bi_plist.c remove all references to OFS_* from the C code. only the macros in progs.h 2003-04-22 18:20:15 +00:00
bi_qfile.c PR_SetString doesn't like null pointers, it seems. While fixing 2003-04-24 04:57:30 +00:00
bi_qfs.c nuke Qexpand_squiggle. instead, expand ~ to $HOME on qfs initialization and 2003-05-23 17:17:01 +00:00
Makefile.am Added the beginnings of an interface between Ruamoko and GIB. Although the 2003-04-13 20:43:52 +00:00
pr_cmds.c can now handle > vector sized parameters 2003-04-22 20:11:16 +00:00