quakeforge/libs/gib
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 compile fixes for alpha linux 2002-11-10 02:50:42 +00:00
exp.c make qf gcc 3.3 clean 2003-04-17 00:01:48 +00:00
gib_buffer.c Moved gib_*.h into include/ and moved the necessary declarations and struct 2003-04-13 22:07:58 +00:00
gib_builtin.c nuke Qexpand_squiggle. instead, expand ~ to $HOME on qfs initialization and 2003-05-23 17:17:01 +00:00
gib_execute.c Fixed a few GIB bugs, added the chomp builtin. 2003-05-14 21:13:41 +00:00
gib_function.c Moved gib_*.h into include/ and moved the necessary declarations and struct 2003-04-13 22:07:58 +00:00
gib_handle.c Fixed a few GIB bugs, added the chomp builtin. 2003-05-14 21:13:41 +00:00
gib_init.c Added a generic interface for using handles in GIB and made GIB threads 2003-04-14 01:17:55 +00:00
gib_parse.c Moved gib_*.h into include/ and moved the necessary declarations and struct 2003-04-13 22:07:58 +00:00
gib_process.c Moved gib_*.h into include/ and moved the necessary declarations and struct 2003-04-13 22:07:58 +00:00
gib_regex.c Moved gib_*.h into include/ and moved the necessary declarations and struct 2003-04-13 22:07:58 +00:00
gib_semantics.c Moved gib_*.h into include/ and moved the necessary declarations and struct 2003-04-13 22:07:58 +00:00
gib_thread.c Fixed a thinko that was causing events not to run under certain 2003-05-17 17:36:10 +00:00
gib_tree.c Nuke some dprintfs 2003-05-15 22:39:04 +00:00
gib_vars.c Fixed a few GIB bugs, added the chomp builtin. 2003-05-14 21:13:41 +00:00
Makefile.am Added a generic interface for using handles in GIB and made GIB threads 2003-04-14 01:17:55 +00:00
ops.c Use floor() or ceil() based on sign for 'trunc' GIB math function. 2003-02-23 22:53:36 +00:00
regex.c make qf gcc 3.3 clean 2003-04-17 00:01:48 +00:00