quakeforge-old/qw_client
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
cl_demo.c Synced some code between UQ/QW. 2000-02-19 15:43:42 +00:00
cl_parse.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
cl_pred.c This SHOULD allow Mega2K to work whenever it gets released. View offsets 2000-03-11 21:29:48 +00:00
Makefile.in Use ASM_ARCH instead of NO_ASMOPT to figure out if we are on an x86 platform 2000-03-11 05:36:18 +00:00
menu.c new cvar: gl_conalpha, defaults to 0.6, guess what it does? 2000-03-05 15:48:23 +00:00
menu.h new cvar: gl_conalpha, defaults to 0.6, guess what it does? 2000-03-05 15:48:23 +00:00
qw_client.dsp Updated MVSC project files. 2000-03-11 10:17:05 +00:00
sw_cl_parse.c uquake has the beginning of netchan support, netchan.message works fine 2000-02-04 13:40:04 +00:00
sys_win.c Mostly whitespace cleanups while checking out the SERVERONLY defines in 2000-03-11 12:34:11 +00:00
view.c This SHOULD allow Mega2K to work whenever it gets released. View offsets 2000-03-11 21:29:48 +00:00
winquake.aps Initial revision 1999-12-25 05:22:39 +00:00