Module name:    twilight
Repository:     twilight/qw/
Changes by:     eviltypeguy     22 Aug 2001 04:57:54 UTC

Log message:
  Wheeeee, bash-style tab completion for NQ & QW, NOT QWSV (this is an
  exercise left to the more adventerous, which is not me ;)
  
  It basically works like so:
  c<tab>
  <===============================================================>
  7 possible commands:
  color      connect    changing   cd         clear      centerview
  cmd
  
  31 possible variables:
  cl_chasecam         cl_hightrack        cl_nopred
  cl_nodelta          cl_solid_players    cl_predict_players2
  cl_predict_players  cl_maxfps           cl_hudswap
  cl_sbar             cl_shownet          cl_timeout
  cl_anglespeedkey    cl_pitchspeed       cl_yawspeed
  cl_movespeedkey     cl_sidespeed        cl_backspeed
  cl_forwardspeed     cl_upspeed          cl_warncmd
  cl_crossy           cl_crossx           crosshaircolor
  crosshair           cl_bobup            cl_bobcycle
  cl_bob              cl_rollangle        cl_rollspeed
  con_notifytime
  
  Enjoy!

Modified files:
      twilight/include/:
        cvar.h 
      twilight/nq/:
        cmd.c cmd.h console.c console.h cvar.c keys.c 
      twilight/qw/:
        cmd.c cmd.h console.c console.h cvar.c keys.c 
  
  Revision      Changes    Path
  1.3           +4 -2      twilight/include/cvar.h
  1.9           +133 -11   twilight/nq/cmd.c
  1.6           +8 -2      twilight/nq/cmd.h
  1.15          +144 -1    twilight/nq/console.c
  1.5           +26 -16    twilight/nq/console.h
  1.14          +58 -1     twilight/nq/cvar.c
  1.11          +5 -14     twilight/nq/keys.c
  1.12          +123 -1    twilight/qw/cmd.c
  1.6           +8 -1      twilight/qw/cmd.h
  1.18          +144 -1    twilight/qw/console.c
  1.6           +11 -2     twilight/qw/console.h
  1.12          +58 -1     twilight/qw/cvar.c
  1.21          +4 -4      twilight/qw/keys.c


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

Reply via email to