quakeforge/libs
Brian Koropoff c3da90fce0 You can now assign to local variables with var = value. You can also
index into variables in either substitution (i.e. $bob[25]) or assignment
(i.e. bob[25] = 'q') When using assignment into an index of a var, the
current character is removed and replace with the new value.  That means
that if the new value is longer than one character, the string will grow.
A feature that may be done in the future is indexing between two values
to get a substring, ie bob[25..30] = newstr.
2002-04-14 22:35:56 +00:00
..
audio this should fix compiling snd_sun on solaris 2002-04-07 03:24:29 +00:00
console and the command api to csqc and use it to bind menu_load and menu_save. F2 2002-04-12 17:19:49 +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 You can now assign to local variables with var = value. You can also 2002-04-14 22:35:56 +00:00
video add the keyhelp command. think xev 2002-04-13 04:56:00 +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