Module name:    twilight
Repository:     twilight/qw/
Changes by:     mercury 25 Nov 2001 03:08:20 UTC

Log message:
  gl_cva variable, true if we have the compiled vertex array extension.
  -nocva goes with it.
  
  We now have gl_mtex and gl_mtexcombine variables, note that gl_mtex is
  false when gl_mtexcombine is true, this is instead of gl_mtexable and
  gl_mtexable_combine_(arb_ext).
  
  MAX_VERTEX_INDICES is now 4x the number of vertices, instead of 3x.
  
  As LordHavoc accidently committed my new particle system this is an
  update to it, the r_particles cvar was moved to R_InitParticles,
  r_cone_particles and r_base_particles were also added as cvars.
  (NOTE: They don't actually /DO/ anything yet.)
  
  Rewrote the mtex and mtexcombine extension detection code.

Modified files:
      twilight/qw/:
        gl_rlight.c gl_rmisc.c gl_rsurf.c glquake.h r_part.c 
        vid_sdl.c 
  
  Revision      Changes    Path
  1.42          +5 -1      twilight/qw/gl_rlight.c
  1.53          +1 -3      twilight/qw/gl_rmisc.c
  1.65          +27 -40    twilight/qw/gl_rsurf.c
  1.50          +5 -5      twilight/qw/glquake.h
  1.40          +14 -20    twilight/qw/r_part.c
  1.79          +22 -17    twilight/qw/vid_sdl.c


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

Reply via email to