quakeforge/libs
Bill Currie b99a72e876 pr_obj.c:
call obj_find_message with super instead of class when doing a super
	lookup
client_menu.[ch]:
	use the InputLine object instead of directly using the api
InputLine.r:
	builint functions are = #0, not = 0 :P
function.[ch]:
	provide copy_params
method.[ch]
	provide copy_keywordargs
expr.c:
	call inc_users for the parm temp if it's a bind expression
	revers a copy of the selector when building the selector name so the
	selector doesn't get mangled
qc-parse.y:
	catch erronous func = const inintializers (should be func = #const)
2002-08-20 02:09:34 +00:00
..
audio Enable compiling the null plugin by default. 2002-08-14 05:16:11 +00:00
console Make the cbuf api use a supplied cbuf rather than allocating its own. Kills 2002-08-14 18:45:09 +00:00
gamecode pr_obj.c: 2002-08-20 02:09:34 +00:00
models Clipping cleanups. 2002-08-20 00:48:59 +00:00
util change the value type for MSG_Write(Byte|Short|Long) from unsigned int to 2002-08-19 01:58:01 +00:00
video Clipping cleanups. 2002-08-20 00:48:59 +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