quakeforge/libs
Bill Currie 4ccc9d6322 dstring.c dstring.h:
add dstring_replace. this replaces a string of lenth rlen at position
	pos with data of lenth len, growing, shrinking and shuffling data as
	appropriate. At this rate, the dstring `class' will get buffer gap
	editing capabilities :)
cmd.c:
	Cmd_TokenizeString builds cmd_active_buffer->line again.
	Cmd_Process bails out instantly if cmd_active_buffer is a legacy buffer
	and uses dstring_replace to modify the parameters in
	cmd_active_buffer->line. This last change results in drastic
	simplification (and accuracy) of the commandline reconstruction code,
	both in Cmd_TokenizeString and Cmd_Process.
2002-04-19 22:54:27 +00:00
..
audio the "two birds with one stone" commit 2002-04-19 20:08:54 +00:00
console the "two birds with one stone" commit 2002-04-19 20:08:54 +00:00
gamecode give qc access to Cmd_Return 2002-04-14 01:25:24 +00:00
models fix a missing \n 2002-04-03 18:50:36 +00:00
util dstring.c dstring.h: 2002-04-19 22:54:27 +00:00
video Moved commands from bound keys into a separate buffer, changed the syntax 2002-04-17 07:05:43 +00:00
.gitignore looks like utils is more or less complete for now, except for some fixes in 2001-02-23 23:16:13 +00:00
Makefile.am "gib" never got all that useful, and with the new command parser coming in 2002-03-05 21:47:03 +00:00