Module name: twilight
Repository: twilight/nq/
Changes by: knghtbrd 04 Aug 2001 14:09:12 UTC
Log message:
NQ now uses the new Cvar system, mostly. Will probably need a little bit
of tweaking on the win32 side, mostly in the sound code. Fixed a few of
the little buglets while I was at it.
Note, this code still uses an unsorted list just like the old code. It
also does not yet use callbacks even for the obvious cases. IOW, this is
a speed hit somewhere between slight and slightly annoying at the moment,
depending on your CPU's cache size. I'll fix both later, please bang on
it in the meantime in case I missed some bugs.
Modified files:
./:
TODO
twilight/nq/:
cd_sdl.c chase.c cl_input.c cl_main.c cl_parse.c client.h
cmd.c common.c common.h console.c cvar.c cvar.h gl_draw.c
gl_model.c gl_rlight.c gl_rmain.c gl_rmisc.c gl_rsurf.c
gl_screen.c gl_warp.c glquake.h host.c host_cmd.c keys.c
menu.c net.h net_dgrm.c net_loop.c net_main.c net_udp.c
pr_cmds.c pr_edict.c quakedef.h r_part.c sbar.c screen.h
server.h snd_dma.c snd_mem.c snd_mix.c sound.h sv_main.c
sv_phys.c sv_user.c sys_linux.c vid_sdl.c view.c view.h
winquake.h
Revision Changes Path
1.2 +6 -0 twilight/TODO
1.5 +6 -6 twilight/nq/cd_sdl.c
1.3 +11 -10 twilight/nq/chase.c
1.4 +36 -27 twilight/nq/cl_input.c
1.5 +34 -39 twilight/nq/cl_main.c
1.5 +3 -3 twilight/nq/cl_parse.c
1.3 +21 -21 twilight/nq/client.h
1.5 +10 -6 twilight/nq/cmd.c
1.12 +6 -8 twilight/nq/common.c
1.4 +2 -1 twilight/nq/common.h
1.7 +5 -4 twilight/nq/console.c
1.6 +230 -167 twilight/nq/cvar.c
1.4 +52 -80 twilight/nq/cvar.h
1.10 +20 -20 twilight/nq/gl_draw.c
1.6 +3 -2 twilight/nq/gl_model.c
1.4 +2 -2 twilight/nq/gl_rlight.c
1.5 +65 -64 twilight/nq/gl_rmain.c
1.5 +32 -33 twilight/nq/gl_rmisc.c
1.5 +22 -22 twilight/nq/gl_rsurf.c
1.6 +55 -47 twilight/nq/gl_screen.c
1.5 +3 -2 twilight/nq/gl_warp.c
1.5 +29 -28 twilight/nq/glquake.h
1.7 +48 -43 twilight/nq/host.c
1.8 +12 -11 twilight/nq/host_cmd.c
1.6 +1 -1 twilight/nq/keys.c
1.9 +89 -83 twilight/nq/menu.c
1.4 +1 -1 twilight/nq/net.h
1.6 +10 -9 twilight/nq/net_dgrm.c
1.3 +2 -2 twilight/nq/net_loop.c
1.6 +37 -30 twilight/nq/net_main.c
1.7 +7 -7 twilight/nq/net_udp.c
1.5 +13 -7 twilight/nq/pr_cmds.c
1.5 +24 -23 twilight/nq/pr_edict.c
1.10 +4 -4 twilight/nq/quakedef.h
1.5 +2 -2 twilight/nq/r_part.c
1.6 +2 -1 twilight/nq/sbar.c
1.3 +2 -3 twilight/nq/screen.h
1.3 +6 -6 twilight/nq/server.h
1.5 +35 -34 twilight/nq/snd_dma.c
1.4 +1 -1 twilight/nq/snd_mem.c
1.3 +2 -2 twilight/nq/snd_mix.c
1.3 +3 -3 twilight/nq/sound.h
1.6 +34 -31 twilight/nq/sv_main.c
1.3 +12 -12 twilight/nq/sv_phys.c
1.3 +20 -21 twilight/nq/sv_user.c
1.9 +4 -4 twilight/nq/sys_linux.c
1.11 +22 -21 twilight/nq/vid_sdl.c
1.5 +129 -120 twilight/nq/view.c
1.3 +2 -2 twilight/nq/view.h
1.4 +1 -1 twilight/nq/winquake.h
_______________________________________________
twilight-commits mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/twilight-commits