quakeforge-old/qw_server
Joseph Carter e818226c34 This SHOULD allow Mega2K to work whenever it gets released. View offsets
are done (sorry if this steps on your toes with the view.c merge Deek) and
I'm almost positive flymode will now work.  Even though view offset is
done, it won't.

The reason for this is that cl.stats[STAT_FLYMODE] is pretty much going to
ALWAYS be 0 on a standard server.  Since 0 tells us that we're not flying,
this is fine.  cl.stats[STAT_VIEWHEIGHT] is also going to be 0, but it
should be 22 for normal views.  I could always assume this value is an
offset from 22, but that just seems lame to me.  I'll either do it anyway
or we'll have to find a good opportunity in the connect cycle to set the
cl.qfserver qboolean to true.

I'm thinking about using an info key value for this, but we'd be better
served I think by coordinating with QSG to up the protocol version across
all engines.
2000-03-11 21:29:48 +00:00
..
.gitignore Added autoheader support. Also added ./bootstrap to go from a freshly 2000-01-01 20:45:27 +00:00
Makefile.in Made the Makefiles work. 2000-03-07 23:13:00 +00:00
progdefs.h added additional copyright information 2000-01-08 22:02:43 +00:00
qw_server.dsp Updated MVSC project files. 2000-03-11 10:17:05 +00:00
sv_ccmds.c Non functional cvar code. Compiles, but won't run. 2000-02-27 07:13:32 +00:00
sv_ents.c qw-server now compiles and links 2000-02-11 04:55:11 +00:00
sv_init.c A couple small fixes thanks to Dan Nelson 2000-02-29 00:00:51 +00:00
sv_main.c common/common.c common/common.h qw_client/cl_parse.c qw_server/sv_main.c: 2000-03-08 04:17:12 +00:00
sv_move.c qw-server now compiles and links 2000-02-11 04:55:11 +00:00
sv_nchan.c qw-server now compiles and links 2000-02-11 04:55:11 +00:00
sv_phys.c Non functional cvar code. Compiles, but won't run. 2000-02-27 07:13:32 +00:00
sv_send.c This SHOULD allow Mega2K to work whenever it gets released. View offsets 2000-03-11 21:29:48 +00:00
sv_user.c Someone must have forgotten the pause/unpause typo thing, fixed. 2000-03-05 19:18:33 +00:00
sys_unix.c Non functional cvar code. Compiles, but won't run. 2000-02-27 07:13:32 +00:00
sys_win.c This is kinda experimental stuff --- Win32 priority control. Well, i've been testing it for about a month now, and it didn't give me any trouble. 2000-03-06 20:07:49 +00:00