Module name:    twilight
Repository:     twilight/src/base/
Changes by:     knghtbrd        27 Nov 2001 23:00:54 UTC

Log message:
  A little progress on merging, not much.  glquake.h is basically the same
  for both engines now, with a minor exception or two.  This involves a few
  externs at the top of files that will go away as more merging happens.  I
  also fixed bugs with extension checking and made other small changes.

Modified files:
      twilight/include/:
        view.h 
      twilight/nq/:
        cl_model.c gl_draw.c gl_refrag.c gl_rlight.c gl_rmain.c 
        gl_rmisc.c gl_rsurf.c gl_screen.c gl_warp.c glquake.h 
        menu.c r_part.c render.h vid_sdl.c 
      twilight/qw/:
        client.h gl_draw.c gl_ngraph.c gl_rmain.c gl_rmisc.c 
        glquake.h r_part.c vid_sdl.c 
      twilight/src/base/:
        mathlib.c 
Removed files:
      twilight/qw/:
        gl_poly.h transform.h 
  
  Revision      Changes    Path
  1.3           +2 -1      twilight/include/view.h
  1.9           +4 -1      twilight/nq/cl_model.c
  1.60          +20 -13    twilight/nq/gl_draw.c
  1.7           +3 -1      twilight/nq/gl_refrag.c
  1.38          +3 -1      twilight/nq/gl_rlight.c
  1.63          +33 -68    twilight/nq/gl_rmain.c
  1.46          +5 -14     twilight/nq/gl_rmisc.c
  1.51          +144 -15   twilight/nq/gl_rsurf.c
  1.34          +3 -1      twilight/nq/gl_screen.c
  1.36          +7 -3      twilight/nq/gl_warp.c
  1.47          +81 -126   twilight/nq/glquake.h
  1.47          +3 -1      twilight/nq/menu.c
  1.38          +2 -1      twilight/nq/r_part.c
  1.15          +6 -1      twilight/nq/render.h
  1.72          +33 -30    twilight/nq/vid_sdl.c
  1.25          +1 -2      twilight/qw/client.h
  1.58          +2 -4      twilight/qw/gl_draw.c
  1.20          +2 -1      twilight/qw/gl_ngraph.c
  1.64          +4 -5      twilight/qw/gl_rmain.c
  1.55          +2 -1      twilight/qw/gl_rmisc.c
  1.51          +9 -11     twilight/qw/glquake.h
  1.51          +2 -1      twilight/qw/r_part.c
  1.80          +22 -24    twilight/qw/vid_sdl.c
  1.8           +2 -2      twilight/src/base/mathlib.c


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

Reply via email to