From 2590f3db4d8e00280696a60b3b093a84ef2bd287 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 16 Oct 2002 17:36:21 +0000 Subject: [PATCH] comment on @args etc --- NEWS | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 942352413..0488ac329 100644 --- a/NEWS +++ b/NEWS @@ -6,10 +6,18 @@ Changes from 0.5.2 o General enhancements. * MVD playback in the qw clients. * MVD recording in the qw server. - * sv_maxrate changes now take effect immediately rathern than when + * sv_maxrate changes now take effect immediately rathern than when clients (re)connect or change their rate * segfault when using "snd_output null" fixed + o qfcc enhancements. + * @argc and @argv deprecated in favor of @args.count and @args.list + (@args is a struct with type @va_list) + * structure copy + + o Progs engine enhancements. + * arbitrary size data copying + Changes from 0.3.0 o General enhancements.