quakeforge-old/uquake
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
..
wins Replaced every single fscking FILE and gzFile (except in quakeio.*) with QFile 2000-02-08 07:23:09 +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 Demo pause should work now. 2000-03-09 22:16:25 +00:00
cl_parse.c DEATH TO cl.items! 2000-03-06 14:28:53 +00:00
cl_pred.c Non functional cvar code. Compiles, but won't run. 2000-02-27 07:13:32 +00:00
conproc.c Include ctype.h for is*() functions. 2000-01-04 23:02:02 +00:00
conproc.h Moved resource.h and conproc.h from uquake/do_not_include to uquake. 2000-01-05 01:41:36 +00:00
dos_v2.c Merged render.h, to fix compile warnings.. 2000-01-19 11:01:04 +00:00
host_cmd.c Demo pause should work now. 2000-03-09 22:16:25 +00:00
Makefile.in Made the Makefiles work. 2000-03-07 23:13:00 +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
mplib.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
mplpc.c readded a copyright notice that somehow got removed 2000-01-08 04:50:26 +00:00
net_bsd.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net_bw.c readded a copyright notice that somehow got removed 2000-01-08 04:50:26 +00:00
net_bw.h Moved some do_not_include stuff where it belongs...Thanks go to Thad Ward 2000-01-18 04:10:34 +00:00
net_comx.c Non functional cvar code. Compiles, but won't run. 2000-02-27 07:13:32 +00:00
net_dgrm.c Non functional cvar code. Compiles, but won't run. 2000-02-27 07:13:32 +00:00
net_dgrm.h uquake now works! All targets I can test! 2000-01-29 18:46:26 +00:00
net_dos.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net_ipx.c readded a copyright notice that somehow got removed 2000-01-08 04:50:26 +00:00
net_ipx.h Moved some do_not_include stuff where it belongs...Thanks go to Thad Ward 2000-01-18 04:10:34 +00:00
net_loop.c Non functional cvar code. Compiles, but won't run. 2000-02-27 07:13:32 +00:00
net_loop.h uquake now works! All targets I can test! 2000-01-29 18:46:26 +00:00
net_main.c Header file cleanup, so we can build more stuff which is completely common! 2000-03-08 01:12:26 +00:00
net_mp.c Non functional cvar code. Compiles, but won't run. 2000-02-27 07:13:32 +00:00
net_mp.h Moved some do_not_include stuff where it belongs...Thanks go to Thad Ward 2000-01-18 04:10:34 +00:00
net_none.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net_ser.c readded a copyright notice that somehow got removed 2000-01-08 04:50:26 +00:00
net_ser.h Moved some do_not_include stuff where it belongs...Thanks go to Thad Ward 2000-01-18 04:10:34 +00:00
net_udp.c Non functional cvar code. Compiles, but won't run. 2000-02-27 07:13:32 +00:00
net_udp.h Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net_vcr.c uquake has the beginning of netchan support, netchan.message works fine 2000-02-04 13:40:04 +00:00
net_vcr.h uquake now works! All targets I can test! 2000-01-29 18:46:26 +00:00
net_win.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00
net_wins.c Fixed one line 2000-03-08 20:01:36 +00:00
net_wipx.c Fixed one line 2000-03-08 20:01:36 +00:00
progdefs.h uquake compile updates.. 2000-01-28 01:03:09 +00:00
sv_main.c Non functional cvar code. Compiles, but won't run. 2000-02-27 07:13:32 +00:00
sv_move.c getting closer to haveing a compiling uq 2000-02-11 05:47:57 +00:00
sv_phys.c Non functional cvar code. Compiles, but won't run. 2000-02-27 07:13:32 +00:00
sv_user.c Non functional cvar code. Compiles, but won't run. 2000-02-27 07:13:32 +00:00
sw_cl_parse.c merge qw_client/cl_main.c and uquake/cl_main.c into common/cl_main.c 2000-02-08 05:06:58 +00:00
sys_dos.c Non functional cvar code. Compiles, but won't run. 2000-02-27 07:13:32 +00:00
sys_unix.c Small changes to compile (not link) under Solaris, AIX, & Irix 2000-02-10 06:18:57 +00:00
sys_win.c Non functional cvar code. Compiles, but won't run. 2000-02-27 07:13:32 +00:00
sys_wind.c Non functional cvar code. Compiles, but won't run. 2000-02-27 07:13:32 +00:00
uquake.dsp Updated MVSC project files. 2000-03-11 10:17:05 +00:00
view.c This SHOULD allow Mega2K to work whenever it gets released. View offsets 2000-03-11 21:29:48 +00:00
vregset.c Created new subdir: uquake. Pick your favorite U word for the meaning -- 1999-12-26 13:51:52 +00:00