mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 20:02:09 +00:00
dc627d6b28
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.. |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile.in | ||
model.c | ||
move.txt | ||
newnet.txt | ||
notes.txt | ||
profile.txt | ||
progdefs.h | ||
qwsvdef.h | ||
server.h | ||
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 | ||
world.h | ||
worlda.s |