quakeforge/libs
Brian Koropoff e9ca911e34 Added the ability to use curly braces to enclose tokens. Tokens in braces
won't be processed except for escape characters, so that escaped braces
can be used within.  If an uneven number of curly braces are within a
token, it will be misparsed, so escaped braces are important if you
don't want them to be considered in the parsing of the token.  Ideally,
braces within quotes within braces should not need to be escaped, but this
would require a redesign of the parser to be recursive.  Maybe I will do
this later.
2002-03-16 21:17:01 +00:00
..
audio dstring.[ch]: 2002-03-08 23:11:42 +00:00
console 1. general menu code cleanup 2002-03-16 15:52:17 +00:00
gamecode Did further working on the menu code. 2002-03-16 20:22:01 +00:00
models the majority of raptor's sgi build patch. I'll look at the last two bits 2002-03-03 06:03:51 +00:00
util Added the ability to use curly braces to enclose tokens. Tokens in braces 2002-03-16 21:17:01 +00:00
video Did further working on the menu code. 2002-03-16 20:22:01 +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