Module name:    twilight
Repository:     twilight/nq/
Changes by:     knghtbrd        22 Sep 2001 18:54:02 UTC

Log message:
  quakedef.h has been stripped down to just a bunch of #define's..  The only
  include left is qtypes.h because we can't conveniently remove it.  This
  brings -nq in line with -qw and -qwsv.

Modified files:
      ./:
        TODO 
      twilight/nq/:
        cd_sdl.c chase.c cl_demo.c cl_input.c cl_main.c 
        cl_parse.c cl_tent.c client.h cmd.c common.c common.h 
        console.c cvar.c draw.h gl_draw.c gl_mesh.c gl_model.c 
        gl_model.h gl_refrag.c gl_rlight.c gl_rmain.c gl_rmisc.c 
        gl_rsurf.c gl_screen.c gl_warp.c glquake.h host.c 
        host_cmd.c input.h keys.c menu.c net.h net_bsd.c 
        net_dgrm.c net_loop.c net_main.c net_udp.c pr_cmds.c 
        pr_edict.c pr_exec.c progs.h protocol.h quakedef.h 
        r_part.c render.h sbar.c sbar.h screen.h server.h 
        snd_dma.c snd_linux.c snd_mem.c snd_mix.c sound.h 
        sv_main.c sv_move.c sv_phys.c sv_user.c sys_linux.c 
        sys_win.c vid_sdl.c view.c view.h wad.c winquake.h 
        world.c world.h zone.c 
Added files:
      twilight/nq/:
        host.h 
  
  Revision      Changes    Path
  1.38          +0 -2      twilight/TODO
  1.22          +5 -1      twilight/nq/cd_sdl.c
  1.10          +8 -1      twilight/nq/chase.c
  1.13          +8 -1      twilight/nq/cl_demo.c
  1.17          +7 -1      twilight/nq/cl_input.c
  1.25          +13 -1     twilight/nq/cl_main.c
  1.18          +13 -12    twilight/nq/cl_parse.c
  1.13          +6 -1      twilight/nq/cl_tent.c
  1.9           +26 -22    twilight/nq/client.h
  1.14          +8 -1      twilight/nq/cmd.c
  1.30          +9 -1      twilight/nq/common.c
  1.14          +1 -3      twilight/nq/common.h
  1.24          +12 -1     twilight/nq/console.c
  1.20          +5 -1      twilight/nq/cvar.c
  1.9           +3 -1      twilight/nq/draw.h
  1.43          +7 -3      twilight/nq/gl_draw.c
  1.10          +2 -1      twilight/nq/gl_mesh.c
  1.36          +5 -1      twilight/nq/gl_model.c
  1.15          +4 -1      twilight/nq/gl_model.h
  1.6           +2 -1      twilight/nq/gl_refrag.c
  1.31          +3 -1      twilight/nq/gl_rlight.c
  1.40          +6 -1      twilight/nq/gl_rmain.c
  1.31          +5 -1      twilight/nq/gl_rmisc.c
  1.34          +4 -1      twilight/nq/gl_rsurf.c
  1.24          +11 -5     twilight/nq/gl_screen.c
  1.26          +5 -2      twilight/nq/gl_warp.c
  1.29          +40 -35    twilight/nq/glquake.h
  1.26          +15 -1     twilight/nq/host.c
  1.17          +12 -1     twilight/nq/host_cmd.c
  1.5           +3 -1      twilight/nq/input.h
  1.18          +8 -1      twilight/nq/keys.c
  1.35          +11 -1     twilight/nq/menu.c
  1.9           +4 -2      twilight/nq/net.h
  1.4           +3 -3      twilight/nq/net_bsd.c
  1.13          +9 -1      twilight/nq/net_dgrm.c
  1.8           +5 -1      twilight/nq/net_loop.c
  1.14          +8 -1      twilight/nq/net_main.c
  1.14          +5 -1      twilight/nq/net_udp.c
  1.19          +10 -1     twilight/nq/pr_cmds.c
  1.14          +9 -1      twilight/nq/pr_edict.c
  1.9           +4 -1      twilight/nq/pr_exec.c
  1.6           +3 -1      twilight/nq/progs.h
  1.4           +12 -2     twilight/nq/protocol.h
  1.25          +3 -100    twilight/nq/quakedef.h
  1.19          +3 -1      twilight/nq/r_part.c
  1.9           +4 -1      twilight/nq/render.h
  1.13          +7 -11     twilight/nq/sbar.c
  1.5           +1 -3      twilight/nq/sbar.h
  1.7           +4 -4      twilight/nq/screen.h
  1.6           +10 -7     twilight/nq/server.h
  1.14          +11 -2     twilight/nq/snd_dma.c
  1.7           +3 -1      twilight/nq/snd_linux.c
  1.9           +6 -1      twilight/nq/snd_mem.c
  1.9           +3 -1      twilight/nq/snd_mix.c
  1.8           +6 -4      twilight/nq/sound.h
  1.14          +10 -1     twilight/nq/sv_main.c
  1.5           +5 -2      twilight/nq/sv_move.c
  1.17          +7 -1      twilight/nq/sv_phys.c
  1.17          +11 -1     twilight/nq/sv_user.c
  1.24          +5 -1      twilight/nq/sys_linux.c
  1.26          +6 -5      twilight/nq/sys_win.c
  1.46          +7 -1      twilight/nq/vid_sdl.c
  1.22          +8 -1      twilight/nq/view.c
  1.8           +2 -2      twilight/nq/view.h
  1.7           +4 -1      twilight/nq/wad.c
  1.8           +2 -2      twilight/nq/winquake.h
  1.13          +5 -1      twilight/nq/world.c
  1.5           +6 -2      twilight/nq/world.h
  1.10          +6 -1      twilight/nq/zone.c


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

Reply via email to