quakeforge/libs/net
Bill Currie d4ae231f34 sezero's NET_SendToAll fix
Here's a patch to NET_SendToAll() which was always
broken: it never skipped non-connected clients.
Depending on the compiler, it would wait the whole
5 seconds of its blocktime before it gave up.
While there, changed its blocktime argument to
double (the comparison is against a double.)
2010-11-21 14:27:43 +09:00
..
nc ignore stuff 2010-08-07 10:42:09 +00:00
nm ignore stuff 2010-08-07 10:42:09 +00:00
Makefile.am the big dso visibility patch :). Sure, we have to have unique names for static builds, but with controlled visibitly we should get faster program loads (although this isn't C++, so it's not as bad) and complex plugins are cleaner. 2007-03-10 12:00:59 +00:00
net_chan.c Progress on map changing with qtv clients 2010-01-13 06:45:43 +00:00
net_main.c sezero's NET_SendToAll fix 2010-11-21 14:27:43 +09:00