quakeforge/ruamoko/cl_menu
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
..
.gitignore prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
client_menu.h pr_obj.c: 2002-08-20 02:09:34 +00:00
client_menu.qc pr_obj.c: 2002-08-20 02:09:34 +00:00
console.qc prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
controls_o.h prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
controls_o.qc prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
inputline_util.qc prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
Makefile.am prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
menu.h prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
menu.r prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
options.h prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
options.qc Okay, this might or might not work (but it should). It's the beginning of the 2002-08-17 05:27:34 +00:00
options_util.h prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
options_util.qc prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
servlist.h prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
servlist.qc Okay, this might or might not work (but it should). It's the beginning of the 2002-08-17 05:27:34 +00:00
string.h prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
string.r prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
stringh.h prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
stringh.r prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00