mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-16 17:01:53 +00:00
comment on @args etc
This commit is contained in:
parent
378931412d
commit
2590f3db4d
1 changed files with 9 additions and 1 deletions
10
NEWS
10
NEWS
|
@ -6,10 +6,18 @@ Changes from 0.5.2
|
||||||
o General enhancements.
|
o General enhancements.
|
||||||
* MVD playback in the qw clients.
|
* MVD playback in the qw clients.
|
||||||
* MVD recording in the qw server.
|
* 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
|
clients (re)connect or change their rate
|
||||||
* segfault when using "snd_output null" fixed
|
* 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
|
Changes from 0.3.0
|
||||||
|
|
||||||
o General enhancements.
|
o General enhancements.
|
||||||
|
|
Loading…
Reference in a new issue