Module name:    twilight
Repository:     twilight/qw-server/
Changes by:     knghtbrd        28 Sep 2001 09:36:20 UTC

Log message:
  cvar.c is now uniform for all targets pending a move to src/base when we
  are ready.  Still debating var->default and var->integer ala Q3A, since I
  don't really see the benefit.  Doing cvar_restart and var->modified are
  both out of the question as the former continues the incest between Cvar
  and Cmd, and the latter is lame in the face of callbacks.  Speaking of
  callbacks, Cvar_Init now takes a global one.  This is where we handle the
  info flags, nice and clean.

Modified files:
      twilight/doc/:
        cvar.txt 
      twilight/include/:
        cvar.h 
      twilight/nq/:
        common.h cvar.c host.c 
      twilight/qw/:
        cl_main.c cvar.c winquake.h 
      twilight/qw-server/:
        common.h cvar.c sv_main.c 
  
  Revision      Changes    Path
  1.3           +6 -1      twilight/doc/cvar.txt
  1.7           +3 -4      twilight/include/cvar.h
  1.17          +4 -1      twilight/nq/common.h
  1.21          +9 -12     twilight/nq/cvar.c
  1.28          +32 -21    twilight/nq/host.c
  1.43          +33 -18    twilight/qw/cl_main.c
  1.18          +18 -20    twilight/qw/cvar.c
  1.6           +2 -52     twilight/qw/winquake.h
  1.16          +4 -1      twilight/qw-server/common.h
  1.14          +71 -16    twilight/qw-server/cvar.c
  1.23          +12 -2     twilight/qw-server/sv_main.c


_______________________________________________
twilight-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/twilight-commits

Reply via email to