Module name: twilight
Repository: twilight/qw/
Changes by: mercury 04 Oct 2001 01:46:33 UTC
Log message:
For the draw set, created Draw_String_Len, like Draw_String except it
will also stop if it hits a predefined length.
Made the console use this instead of a lot of separate Draw_Characters.
Trimmed the hell out of the various headers and structs in the headers.
Removed the remains of the surf cache.
Removed a lot of unused code and variables which are set but never read.
Fixed the logic on fullbright models, things like torches should only be
drawn at full brightness if we DON'T have fullbright pixel support,
instead of only when we DO.
Rewrote SCR_CalcRefdef, uses callbacks now, MUCH simpler, no longer
supports scr_viewsize under 100.
That seems to be about it.
Modified files:
twilight/include/:
draw.h vid.h
twilight/qw/:
cl_main.c console.c gl_draw.c gl_model.c gl_refrag.c
gl_rlight.c gl_rmain.c gl_rmisc.c gl_screen.c gl_warp.c
glquake.h render.h sbar.c vid_sdl.c view.c
Revision Changes Path
1.2 +3 -1 twilight/include/draw.h
1.2 +1 -2 twilight/include/vid.h
1.45 +1 -2 twilight/qw/cl_main.c
1.23 +6 -10 twilight/qw/console.c
1.42 +19 -35 twilight/qw/gl_draw.c
1.31 +1 -5 twilight/qw/gl_model.c
1.6 +1 -16 twilight/qw/gl_refrag.c
1.32 +2 -2 twilight/qw/gl_rlight.c
1.45 +23 -54 twilight/qw/gl_rmain.c
1.34 +1 -12 twilight/qw/gl_rmisc.c
1.29 +52 -137 twilight/qw/gl_screen.c
1.31 +2 -2 twilight/qw/gl_warp.c
1.35 +2 -81 twilight/qw/glquake.h
1.12 +5 -60 twilight/qw/render.h
1.17 +4 -6 twilight/qw/sbar.c
1.65 +1 -24 twilight/qw/vid_sdl.c
1.20 +2 -9 twilight/qw/view.c
_______________________________________________
twilight-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/twilight-commits