Module name: twilight
Repository: twilight/qw-server/
Changes by: knghtbrd 23 Aug 2001 19:20:43 UTC
Log message:
-qwsv has been de-quakedef'd (or de-qwsvdef'd in this case..) Moved a few
things around to accomplish this. Got rid of quakeparms_t in the server.
Created a preliminary console.h for -qwsv, mostly for the Con_* prototypes
which live in one of the sv_* files for now. Removed host_initialized
stuff from Cmd_AddCommand. Fixed a few Q_* functions that were not Q_*'d
but should have been, even though I intend to make the Q_ prefixes go away
forever sooner or later. Removed much cruft from the top of SV_Init. I
haven't really done anything on the win32 side (sorry Vic) but will be
setting up a cross compiler next to try and do a sys.c merge. Forest, you
may have to do some stuff in order to get VC++4 to work properly again.
Modified files:
twilight/include/:
cvar.h qtypes.h
twilight/nq/:
mathlib.h
twilight/qw/:
mathlib.h sys_linux.c zone.c
twilight/qw-server/:
bothdefs.h cmd.c common.c common.h crc.c cvar.c mathlib.c
mathlib.h model.c model.h net_chan.c net_udp.c pmove.c
pmove.h pmovetst.c pr_cmds.c pr_edict.c pr_exec.c progs.h
server.h strlib.c sv_ccmds.c sv_ents.c sv_init.c
sv_main.c sv_move.c sv_nchan.c sv_phys.c sv_send.c
sv_user.c sys.h sys_unix.c sys_win.c world.c zone.c
zone.h
Added files:
twilight/qw-server/:
console.h
Removed files:
twilight/qw-server/:
qwsvdef.h
Revision Changes Path
1.4 +3 -1 twilight/include/cvar.h
1.3 +6 -2 twilight/include/qtypes.h
1.9 +2 -6 twilight/nq/mathlib.h
1.5 +2 -6 twilight/qw/mathlib.h
1.14 +3 -2 twilight/qw/sys_linux.c
1.7 +2 -1 twilight/qw/zone.c
1.6 +14 -2 twilight/qw-server/bothdefs.h
1.10 +10 -6 twilight/qw-server/cmd.c
1.18 +12 -2 twilight/qw-server/common.c
1.10 +1 -3 twilight/qw-server/common.h
1.4 +3 -3 twilight/qw-server/crc.c
1.10 +8 -2 twilight/qw-server/cvar.c
1.11 +4 -2 twilight/qw-server/mathlib.c
1.5 +2 -6 twilight/qw-server/mathlib.h
1.11 +10 -2 twilight/qw-server/model.c
1.7 +3 -1 twilight/qw-server/model.h
1.9 +7 -2 twilight/qw-server/net_chan.c
1.8 +12 -5 twilight/qw-server/net_udp.c
1.7 +4 -2 twilight/qw-server/pmove.c
1.6 +3 -1 twilight/qw-server/pmove.h
1.7 +6 -2 twilight/qw-server/pmovetst.c
1.12 +10 -4 twilight/qw-server/pr_cmds.c
1.10 +12 -5 twilight/qw-server/pr_edict.c
1.7 +8 -2 twilight/qw-server/pr_exec.c
1.5 +3 -2 twilight/qw-server/progs.h
1.9 +4 -1 twilight/qw-server/server.h
1.2 +7 -4 twilight/qw-server/strlib.c
1.12 +16 -9 twilight/qw-server/sv_ccmds.c
1.6 +10 -2 twilight/qw-server/sv_ents.c
1.9 +9 -2 twilight/qw-server/sv_init.c
1.17 +24 -30 twilight/qw-server/sv_main.c
1.7 +7 -2 twilight/qw-server/sv_move.c
1.6 +6 -2 twilight/qw-server/sv_nchan.c
1.9 +8 -2 twilight/qw-server/sv_phys.c
1.11 +10 -2 twilight/qw-server/sv_send.c
1.17 +26 -17 twilight/qw-server/sv_user.c
1.6 +6 -2 twilight/qw-server/sys.h
1.14 +26 -12 twilight/qw-server/sys_unix.c
1.14 +2 -2 twilight/qw-server/sys_win.c
1.8 +7 -2 twilight/qw-server/world.c
1.7 +12 -4 twilight/qw-server/zone.c
1.4 +3 -3 twilight/qw-server/zone.h
_______________________________________________
twilight-commits mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/twilight-commits