Module name: twilight
Repository: twilight/qw-server/
Changes by: knghtbrd 15 Aug 2001 12:35:36 UTC
Log message:
A little prettying of the boilerplate for .h files to match what I did for
.c files the other day. Every file is $Id$'d now and may be included more
than once safely. No promises that there aren't things in the headers that
shouldn't be like variable declarations, I didn't even check for that kind
of thing.
Modified files:
twilight/include/:
TGL_defines.h TGL_funcs.h TGL_funcs_list.h TGL_types.h
compat.h cvar.h qtypes.h win32conf.h
twilight/nq/:
anorm_dots.h anorms.h bspfile.h cdaudio.h client.h cmd.h
common.h conproc.h console.h crc.h draw.h gl_model.h
gl_warp_sin.h glquake.h input.h keys.h mathlib.h menu.h
modelgen.h net.h net_dgrm.h net_loop.h net_udp.h
pr_comp.h progdefs.h progs.h protocol.h quakedef.h
render.h sbar.h screen.h server.h sound.h spritegn.h
sys.h vid.h view.h wad.h winquake.h world.h zone.h
twilight/qw/:
anorm_dots.h anorms.h bothdefs.h bspfile.h cdaudio.h
client.h cmd.h common.h console.h crc.h draw.h gl_model.h
gl_warp_sin.h glquake.h hash.h input.h keys.h mathlib.h
mdfour.h menu.h modelgen.h net.h pmove.h protocol.h
quakedef.h render.h sbar.h screen.h sound.h spritegn.h
sys.h vid.h view.h wad.h winquake.h zone.h
twilight/qw-server/:
bothdefs.h bspfile.h cmd.h common.h crc.h mathlib.h
mdfour.h model.h modelgen.h net.h pmove.h pr_comp.h
progdefs.h progs.h protocol.h qwsvdef.h server.h
spritegn.h sys.h world.h zone.h
Revision Changes Path
1.2 +22 -8 twilight/include/TGL_defines.h
1.5 +20 -5 twilight/include/TGL_funcs.h
1.4 +20 -7 twilight/include/TGL_funcs_list.h
1.3 +23 -8 twilight/include/TGL_types.h
1.2 +12 -4 twilight/include/compat.h
1.2 +3 -1 twilight/include/cvar.h
1.2 +30 -3 twilight/include/qtypes.h
1.7 +8 -3 twilight/include/win32conf.h
1.4 +42 -36 twilight/nq/anorm_dots.h
1.4 +186 -180 twilight/nq/anorms.h
1.4 +26 -15 twilight/nq/bspfile.h
1.3 +27 -15 twilight/nq/cdaudio.h
1.4 +27 -15 twilight/nq/client.h
1.3 +28 -17 twilight/nq/cmd.h
1.8 +24 -18 twilight/nq/common.h
1.3 +27 -15 twilight/nq/conproc.h
1.3 +27 -15 twilight/nq/console.h
1.4 +27 -15 twilight/nq/crc.h
1.5 +27 -16 twilight/nq/draw.h
1.8 +22 -15 twilight/nq/gl_model.h
1.5 +21 -17 twilight/nq/gl_warp_sin.h
1.14 +28 -15 twilight/nq/glquake.h
1.3 +27 -15 twilight/nq/input.h
1.3 +27 -15 twilight/nq/keys.h
1.8 +27 -15 twilight/nq/mathlib.h
1.4 +27 -15 twilight/nq/menu.h
1.4 +27 -15 twilight/nq/modelgen.h
1.6 +27 -15 twilight/nq/net.h
1.3 +26 -15 twilight/nq/net_dgrm.h
1.3 +27 -15 twilight/nq/net_loop.h
1.3 +27 -15 twilight/nq/net_udp.h
1.3 +27 -15 twilight/nq/pr_comp.h
1.2 +30 -17 twilight/nq/progdefs.h
1.3 +27 -15 twilight/nq/progs.h
1.3 +29 -17 twilight/nq/protocol.h
1.16 +25 -16 twilight/nq/quakedef.h
1.5 +27 -16 twilight/nq/render.h
1.3 +27 -15 twilight/nq/sbar.h
1.4 +27 -15 twilight/nq/screen.h
1.4 +27 -15 twilight/nq/server.h
1.5 +25 -18 twilight/nq/sound.h
1.4 +27 -15 twilight/nq/spritegn.h
1.5 +26 -15 twilight/nq/sys.h
1.6 +27 -15 twilight/nq/vid.h
1.4 +27 -15 twilight/nq/view.h
1.3 +27 -15 twilight/nq/wad.h
1.6 +27 -15 twilight/nq/winquake.h
1.4 +27 -15 twilight/nq/world.h
1.3 +28 -15 twilight/nq/zone.h
1.5 +44 -36 twilight/qw/anorm_dots.h
1.5 +188 -180 twilight/qw/anorms.h
1.6 +25 -19 twilight/qw/bothdefs.h
1.5 +26 -15 twilight/qw/bspfile.h
1.3 +27 -15 twilight/qw/cdaudio.h
1.7 +26 -15 twilight/qw/client.h
1.4 +27 -16 twilight/qw/cmd.h
1.9 +24 -18 twilight/qw/common.h
1.4 +27 -16 twilight/qw/console.h
1.3 +27 -15 twilight/qw/crc.h
1.3 +27 -16 twilight/qw/draw.h
1.7 +19 -13 twilight/qw/gl_model.h
1.6 +22 -17 twilight/qw/gl_warp_sin.h
1.11 +23 -13 twilight/qw/glquake.h
1.2 +22 -15 twilight/qw/hash.h
1.3 +27 -15 twilight/qw/input.h
1.10 +24 -18 twilight/qw/keys.h
1.4 +27 -15 twilight/qw/mathlib.h
1.2 +11 -10 twilight/qw/mdfour.h
1.3 +27 -15 twilight/qw/menu.h
1.4 +27 -15 twilight/qw/modelgen.h
1.5 +27 -15 twilight/qw/net.h
1.4 +27 -15 twilight/qw/pmove.h
1.4 +27 -15 twilight/qw/protocol.h
1.14 +27 -15 twilight/qw/quakedef.h
1.6 +24 -14 twilight/qw/render.h
1.3 +27 -15 twilight/qw/sbar.h
1.6 +27 -15 twilight/qw/screen.h
1.6 +25 -18 twilight/qw/sound.h
1.4 +27 -15 twilight/qw/spritegn.h
1.4 +27 -15 twilight/qw/sys.h
1.5 +27 -15 twilight/qw/vid.h
1.4 +27 -15 twilight/qw/view.h
1.3 +27 -15 twilight/qw/wad.h
1.5 +27 -16 twilight/qw/winquake.h
1.3 +28 -15 twilight/qw/zone.h
1.5 +26 -15 twilight/qw-server/bothdefs.h
1.5 +26 -15 twilight/qw-server/bspfile.h
1.4 +27 -16 twilight/qw-server/cmd.h
1.7 +24 -18 twilight/qw-server/common.h
1.3 +27 -15 twilight/qw-server/crc.h
1.4 +27 -15 twilight/qw-server/mathlib.h
1.2 +11 -10 twilight/qw-server/mdfour.h
1.5 +22 -15 twilight/qw-server/model.h
1.4 +27 -15 twilight/qw-server/modelgen.h
1.5 +27 -15 twilight/qw-server/net.h
1.4 +27 -15 twilight/qw-server/pmove.h
1.5 +27 -15 twilight/qw-server/pr_comp.h
1.4 +27 -15 twilight/qw-server/progdefs.h
1.4 +27 -15 twilight/qw-server/progs.h
1.4 +27 -15 twilight/qw-server/protocol.h
1.11 +27 -15 twilight/qw-server/qwsvdef.h
1.7 +27 -15 twilight/qw-server/server.h
1.4 +26 -15 twilight/qw-server/spritegn.h
1.5 +26 -15 twilight/qw-server/sys.h
1.5 +27 -15 twilight/qw-server/world.h
1.3 +28 -15 twilight/qw-server/zone.h
_______________________________________________
twilight-commits mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/twilight-commits