]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Thanks to Elric for adding dpmaster support!
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 24 Sep 2002 12:16:28 +0000 (12:16 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 24 Sep 2002 12:16:28 +0000 (12:16 +0000)
commit04826446c325116c03990a9faf04d6439816a6e2
tree990765d8a87b8f45a2e10a06acf252ea7ecabec8
parentd7e1d37852fbe0a364d85f0543790048a162b0d5
Thanks to Elric for adding dpmaster support!
slist command renamed to net_slist, net_inetslist command added
"heartbeat" command notifies master server(s) of your server's presence (this is automatic, but you can force a heartbeat)
sv_master1 through sv_master4 cvars contain master server addresses, they all default to "" (none), this may change if someone hosts a darkplaces master server and wants it added to the defaults...  (note: these cvars ARE saved to config)
com_modname contains the currently running mod directory name (for example id1, darkplaces, transfusion, etc)
some Con_DPrintf's have been added to the server query code, so if you want to know if people are checking out your server, it should tell you about it now (I think?)
some Con_DPrintf's exist in the inetslist code so you can watch the packet flow

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2432 d7cf8633-e32d-0410-b094-e92efae38249
23 files changed:
common.c
common.h
darkplaces.dsp
host.c
makefile
menu.c
net.h
net_bsd.c
net_dgrm.c
net_dgrm.h
net_loop.c
net_loop.h
net_main.c
net_master.c [new file with mode: 0644]
net_master.h [new file with mode: 0644]
net_udp.c
net_udp.h
net_win.c
net_wins.c
net_wins.h
net_wipx.c
net_wipx.h
sv_main.c