mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 11:51:17 +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.. |
||
---|---|---|
.. | ||
bothdefs.h | ||
bspfile.h | ||
client.h | ||
common.c | ||
common.h | ||
net.h | ||
net_chan.c | ||
net_udp.c | ||
net_udp6.c | ||
pmove.c | ||
pmove.h | ||
pmove_simple.h | ||
pmovetst.c | ||
protocol.h | ||
quakedef.h | ||
screen.h |