Module name:    twilight
Repository:     twilight/qw-server/
Changes by:     raineth 29 Sep 2001 10:00:54 UTC

Log message:
  Moved many of the common headers into include/, the beginning of
  The Great Merge that is to come.  (Note that there are still a few
  headers that could be combined and thrown into include/ with a
  little bit of work).  Also added defines so that you can tell in
  the source what you're compiling (TWILIGHT_NQ, TWILIGHT_QW, and
  TWILIGHT_QWSV).  The Win32 bits of the code compile with a *IX
  build system, so they should compile in MSVC when the .dsp files
  are changed (I don't have MSVC to do this myself.)

Modified files:
      twilight/include/:
        Makefile.am 
      twilight/nq/:
        Makefile.am gl_draw.c gl_model.c gl_screen.c host.c 
        menu.c sbar.c sys_win.c sys_wind.c 
      twilight/qw/:
        Makefile.am cl_cam.c cl_input.c cl_main.c cl_pred.c 
        gl_draw.c gl_model.c glquake.h menu.c net_chan.c 
        snd_dma.c snd_mix.c view.c 
      twilight/qw-server/:
        Makefile.am 
Added files:
      twilight/include/:
        anorm_dots.h anorms.h bothdefs.h cdaudio.h common.h crc.h 
        draw.h gl_model.h host.h input.h mdfour.h menu.h 
        modelgen.h pmove.h pr_comp.h sbar.h sound.h spritegn.h 
        vid.h view.h wad.h zone.h 
Removed files:
      twilight/nq/:
        anorm_dots.h anorms.h cdaudio.h common.h crc.h draw.h 
        gl_model.h host.h input.h menu.h modelgen.h pr_comp.h 
        sbar.h sound.h spritegn.h vid.h view.h wad.h winquake.h 
        zone.h 
      twilight/qw/:
        anorm_dots.h anorms.h bothdefs.h cdaudio.h common.h crc.h 
        draw.h 
      twilight/qw-server/:
        bothdefs.h common.h crc.h mdfour.h modelgen.h pmove.h 
        pr_comp.h spritegn.h zone.h 
  
  Revision      Changes    Path
  1.6           +6 -2      twilight/include/Makefile.am
  1.16          +15 -16    twilight/nq/Makefile.am
  1.44          +2 -1      twilight/nq/gl_draw.c
  1.39          +2 -2      twilight/nq/gl_model.c
  1.28          +7 -6      twilight/nq/gl_screen.c
  1.29          +3 -1      twilight/nq/host.c
  1.38          +2 -5      twilight/nq/menu.c
  1.15          +2 -1      twilight/nq/sbar.c
  1.28          +3 -2      twilight/nq/sys_win.c
  1.9           +3 -4      twilight/nq/sys_wind.c
  1.19          +14 -20    twilight/qw/Makefile.am
  1.19          +1 -5      twilight/qw/cl_cam.c
  1.21          +1 -5      twilight/qw/cl_input.c
  1.44          +1 -2      twilight/qw/cl_main.c
  1.19          +1 -5      twilight/qw/cl_pred.c
  1.41          +3 -3      twilight/qw/gl_draw.c
  1.30          +2 -2      twilight/qw/gl_model.c
  1.34          +1 -11     twilight/qw/glquake.h
  1.38          +1 -6      twilight/qw/menu.c
  1.16          +5 -5      twilight/qw/net_chan.c
  1.18          +1 -6      twilight/qw/snd_dma.c
  1.13          +2 -2      twilight/qw/snd_mix.c
  1.19          +1 -5      twilight/qw/view.c
  1.13          +10 -11    twilight/qw-server/Makefile.am


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

Reply via email to