quakeforge-old/qw_server
Joseph Carter dc627d6b28 uquake has the beginning of netchan support, netchan.message works fine
now, the rest I don't know how much of it I can do without breaking the
protocol's compatibility.

client_state_t has moved back to client.h in qw_common and uquake.  Seems
like that's a step backward, but the way it was being used while common
was far worse!  This required massive reworking of headers and such.

Speaking of using cl (the global client_state_t) badly, the sound code did
exactly that.  Mercury should be shot for not fixing that when he did the
sound_lib.a stuff.  The fix illustrates what we need to start doing to the
code to make modularization possible.  I'll be sending a message to the
list about this shortly..
2000-02-04 13:40:04 +00:00
..
.gitignore Added autoheader support. Also added ./bootstrap to go from a freshly 2000-01-01 20:45:27 +00:00
Makefile.in HUGE changes.. 2000-01-27 17:06:02 +00:00
model.c No more -DGLQUAKE!!! 2000-01-22 12:54:51 +00:00
move.txt Initial revision 1999-12-25 05:22:39 +00:00
newnet.txt Initial revision 1999-12-25 05:22:39 +00:00
notes.txt Initial revision 1999-12-25 05:22:39 +00:00
profile.txt Initial revision 1999-12-25 05:22:39 +00:00
progdefs.h added additional copyright information 2000-01-08 22:02:43 +00:00
qwsvdef.h uquake has the beginning of netchan support, netchan.message works fine 2000-02-04 13:40:04 +00:00
server.h Various changes to get build to work when zlib isn't available... 2000-02-03 08:46:52 +00:00
sv_ccmds.c Add gzip support, add -Werror to gcc CFLAGS, clean up misc warnings. 2000-02-03 00:34:12 +00:00
sv_ents.c added additional copyright information 2000-01-08 22:02:43 +00:00
sv_init.c added additional copyright information 2000-01-08 22:02:43 +00:00
sv_main.c random QW changes which should help with sbar stuff later on 2000-02-03 21:16:57 +00:00
sv_move.c added additional copyright information 2000-01-08 22:02:43 +00:00
sv_nchan.c added additional copyright information 2000-01-08 22:02:43 +00:00
sv_phys.c added additional copyright information 2000-01-08 22:02:43 +00:00
sv_send.c added additional copyright information 2000-01-08 22:02:43 +00:00
sv_user.c Add gzip support, add -Werror to gcc CFLAGS, clean up misc warnings. 2000-02-03 00:34:12 +00:00
sys.h added additional copyright information 2000-01-08 22:02:43 +00:00
sys_unix.c Various changes to get build to work when zlib isn't available... 2000-02-03 08:46:52 +00:00
sys_win.c added additional copyright information 2000-01-08 22:02:43 +00:00
world.c added additional copyright information 2000-01-08 22:02:43 +00:00
world.h added additional copyright information 2000-01-08 22:02:43 +00:00
worlda.s Initial revision 1999-12-25 05:22:39 +00:00