Module name:    twilight
Repository:     twilight/qw/
Changes by:     eviltypeguy     19 Aug 2001 07:19:04 UTC

Log message:
  Reorganized host_init for nq so that initialization of subsystems is now
  split up as such:
  
  Subsystem_Init_Cvars();         // initialize all subsystem related cvars
  Subsystem_Init();               // setup subsystem, add related commands

Modified files:
      twilight/nq/:
        cd_sdl.c cdaudio.h chase.c cl_main.c client.h cmd.h 
        common.c common.h console.c console.h draw.h gl_draw.c 
        gl_model.c gl_model.h gl_rmisc.c gl_screen.c host.c 
        input.h keys.c keys.h menu.c menu.h net.h net_main.c 
        pr_edict.c progs.h quakedef.h render.h sbar.c sbar.h 
        screen.h snd_dma.c sound.h vid.h vid_sdl.c view.c view.h 
      twilight/qw/:
        screen.h 
  
  Revision      Changes    Path
  1.11          +7 -2      twilight/nq/cd_sdl.c
  1.4           +10 -9     twilight/nq/cdaudio.h
  1.7           +8 -3      twilight/nq/chase.c
  1.10          +22 -13    twilight/nq/cl_main.c
  1.5           +3 -2      twilight/nq/client.h
  1.4           +21 -18    twilight/nq/cmd.h
  1.18          +16 -5     twilight/nq/common.c
  1.9           +4 -3      twilight/nq/common.h
  1.13          +17 -9     twilight/nq/console.c
  1.4           +24 -23    twilight/nq/console.h
  1.6           +3 -2      twilight/nq/draw.h
  1.21          +18 -9     twilight/nq/gl_draw.c
  1.19          +12 -3     twilight/nq/gl_model.c
  1.9           +12 -11    twilight/nq/gl_model.h
  1.14          +16 -7     twilight/nq/gl_rmisc.c
  1.12          +6 -6      twilight/nq/gl_screen.c
  1.13          +56 -26    twilight/nq/host.c
  1.4           +3 -2      twilight/nq/input.h
  1.9           +12 -2     twilight/nq/keys.c
  1.4           +3 -2      twilight/nq/keys.h
  1.19          +5 -1      twilight/nq/menu.c
  1.5           +3 -2      twilight/nq/menu.h
  1.7           +3 -2      twilight/nq/net.h
  1.10          +23 -18    twilight/nq/net_main.c
  1.9           +17 -10    twilight/nq/pr_edict.c
  1.4           +29 -28    twilight/nq/progs.h
  1.18          +29 -28    twilight/nq/quakedef.h
  1.6           +3 -2      twilight/nq/render.h
  1.10          +12 -2     twilight/nq/sbar.c
  1.4           +3 -2      twilight/nq/sbar.h
  1.5           +5 -6      twilight/nq/screen.h
  1.10          +28 -22    twilight/nq/snd_dma.c
  1.6           +3 -2      twilight/nq/sound.h
  1.7           +3 -2      twilight/nq/vid.h
  1.25          +18 -10    twilight/nq/vid_sdl.c
  1.11          +17 -8     twilight/nq/view.c
  1.5           +3 -2      twilight/nq/view.h
  1.8           +2 -3      twilight/qw/screen.h


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

Reply via email to