quakeforge/ruamoko/lib
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 add Makefile and Makefile.in 2002-08-15 19:09:48 +00:00
cbuf.r bring in most of the remaining api bits from cs-code (except string and 2002-08-16 20:15:10 +00:00
cmd.r bring in most of the remaining api bits from cs-code (except string and 2002-08-16 20:15:10 +00:00
crudefile.r create prototypes and linkages for all the server builtins, both nq and qw 2002-08-15 06:56:37 +00:00
cvar.r bring in most of the remaining api bits from cs-code (except string and 2002-08-16 20:15:10 +00:00
debug.r create prototypes and linkages for all the server builtins, both nq and qw 2002-08-15 06:56:37 +00:00
draw.r Okay, this might or might not work (but it should). It's the beginning of the 2002-08-17 05:27:34 +00:00
entities.r Okay, this might or might not work (but it should). It's the beginning of the 2002-08-17 05:27:34 +00:00
Entity.r Okay, this might or might not work (but it should). It's the beginning of the 2002-08-17 05:27:34 +00:00
file.r bring in most of the remaining api bits from cs-code (except string and 2002-08-16 20:15:10 +00:00
infokey.r create prototypes and linkages for all the server builtins, both nq and qw 2002-08-15 06:56:37 +00:00
InputLine.r pr_obj.c: 2002-08-20 02:09:34 +00:00
key.r bring in most of the remaining api bits from cs-code (except string and 2002-08-16 20:15:10 +00:00
Makefile.am Add $(top_srcdir)/include to ruamoko/lib's includes (to get key.h). This didn't 2002-08-18 00:30:07 +00:00
math.r get everything compiling again. there are likely still incorrect prototypes 2002-08-15 07:05:17 +00:00
message.r prototypes seem ok now and fix dependecy tracking for newer cpp 2002-08-15 07:24:56 +00:00
nq_message.r create prototypes and linkages for all the server builtins, both nq and qw 2002-08-15 06:56:37 +00:00
Object.r Okay, this might or might not work (but it should). It's the beginning of the 2002-08-17 05:27:34 +00:00
physics.r get everything compiling again. there are likely still incorrect prototypes 2002-08-15 07:05:17 +00:00
Point.r Okay, this might or might not work (but it should). It's the beginning of the 2002-08-17 05:27:34 +00:00
qw_message.r create prototypes and linkages for all the server builtins, both nq and qw 2002-08-15 06:56:37 +00:00
qw_physics.r create prototypes and linkages for all the server builtins, both nq and qw 2002-08-15 06:56:37 +00:00
qw_sys.r create prototypes and linkages for all the server builtins, both nq and qw 2002-08-15 06:56:37 +00:00
Rect.r Implement Size and Rect. 2002-08-17 06:47:03 +00:00
Size.r Implement Size and Rect. 2002-08-17 06:47:03 +00:00
sound.r get everything compiling again. there are likely still incorrect prototypes 2002-08-15 07:05:17 +00:00
string.r create prototypes and linkages for all the server builtins, both nq and qw 2002-08-15 06:56:37 +00:00
system.r missed this too, bah! 2002-08-16 22:00:54 +00:00