quakeforge/libs
Adam Olsen 6414897dae got a few new operators for qc :)
<< >> % which all act like their C counterparts
+= -= *= /= &= ^= |= <<= >>= %= which just expand into the obvious,
also like the C versions.
2001-08-10 16:17:00 +00:00
..
audio Make more cvar names sane. _snd_mixahead is now snd_mixahead. 2001-08-04 18:18:33 +00:00
console make the server module's console output line buffered when curses isn't being 2001-08-09 15:33:44 +00:00
gamecode got a few new operators for qc :) 2001-08-10 16:17:00 +00:00
gib fear the mighty const correct patch 2001-07-15 07:04:17 +00:00
models should now handle any size of model. also modify the mesh file format slightly 2001-08-08 08:52:55 +00:00
util Make R_MarkLights use the vis info to speed things up. Oddly, even though 2001-08-05 04:01:45 +00:00
video Fix a severe braino, and get less excessively parenthetical in one spot. 2001-08-10 03:07:34 +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 the beginnings of the console lib (using plugins for the client/server type 2001-07-16 20:41:10 +00:00