Module name:    twilight
Repository:     twilight/src/renderer/
Changes by:     mercury 26 Oct 2001 03:03:42 UTC

Log message:
  10:47P <Mercury> Oh, yes, CVS commit needs to happen!
  10:48P <Knghtbrd> uhoh.
  10:48P <Knghtbrd> Mercury: what'd you do?  =)
  10:50P <Mercury> Knghtbrd: Lets see, vertex arrays, particle code,
     8tofloattable, -conwidth and -conheight.
  10:50P <Mercury> Knghtbrd: Uhm, lets see what else.
  10:51P <Mercury> Minor lightmap change optimizations.
  10:52P <Mercury> Knghtbrd: Mouse wheel/button changes.
  10:53P <Mercury> Better keypad binding support.
  10:53P <Mercury> Key numbers are now an enum and not #defines.
  10:55P <Mercury> Oh yes, also backtrace under linux when we do Sys_Error.
  10:56P <Mercury> Changing the v_hwgamma cvar will update gamma for the rare
     cases.
  10:58P <Mercury> The death of scr_width and scr_height, we now just set the
     items in the vid. structure.
  10:58P <Mercury> I think thats the full list.
  10:59P <Knghtbrd> cool
  10:59P <Mercury> Just a few small things, really!
  10:59P <Knghtbrd> heh

Modified files:
      ./:
        configure.in 
      twilight/include/:
        mathlib.h vid.h 
      twilight/qw/:
        cl_input.c console.c gl_draw.c gl_ngraph.c gl_rlight.c 
        gl_rmain.c gl_rmisc.c gl_rsurf.c gl_screen.c gl_warp.c 
        glquake.h keys.c keys.h r_part.c sbar.c sys.c vid_sdl.c 
      twilight/src/renderer/:
        oglfuncs.h 
  
  Revision      Changes    Path
  1.31          +3 -3      twilight/configure.in
  1.11          +4 -1      twilight/include/mathlib.h
  1.3           +3 -2      twilight/include/vid.h
  1.24          +2 -2      twilight/qw/cl_input.c
  1.24          +4 -4      twilight/qw/console.c
  1.43          +159 -153  twilight/qw/gl_draw.c
  1.17          +10 -11    twilight/qw/gl_ngraph.c
  1.34          +15 -10    twilight/qw/gl_rlight.c
  1.48          +16 -20    twilight/qw/gl_rmain.c
  1.40          +12 -1     twilight/qw/gl_rmisc.c
  1.44          +32 -29    twilight/qw/gl_rsurf.c
  1.31          +11 -11    twilight/qw/gl_screen.c
  1.35          +2 -2      twilight/qw/gl_warp.c
  1.40          +12 -1     twilight/qw/glquake.h
  1.29          +38 -44    twilight/qw/keys.c
  1.12          +83 -97    twilight/qw/keys.h
  1.27          +189 -252  twilight/qw/r_part.c
  1.18          +29 -29    twilight/qw/sbar.c
  1.11          +16 -1     twilight/qw/sys.c
  1.68          +156 -202  twilight/qw/vid_sdl.c
  1.2           +12 -12    twilight/src/renderer/oglfuncs.h


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

Reply via email to