]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
Add SLIF_CATEGORY for the server list, and a menu QC function to set it.
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 10 Oct 2013 17:12:47 +0000 (17:12 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 10 Oct 2013 17:12:47 +0000 (17:12 +0000)
commitd93b11b3f40d1ca94ed20e70c7a2fcf95670df73
tree282d88a2e9a26b46c6dd3eb14f6969feb33ba45b
parent686d46cd465ae8ea163d242384a4f9e2bba10e46
Add SLIF_CATEGORY for the server list, and a menu QC function to set it.

Callback:
float m_gethostcachecategory(float entry_id) {
// Is supposed to use gethostcachestring() etc. and return a
// category integer.
// The server list is sorted by this category first if
// SLSF_CATEGORIES is set in the sort flags.
}

From: Samual Lenks <samual@xonotic.org>

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12021 d7cf8633-e32d-0410-b094-e92efae38249
cvar.c
dpdefs/menudefs.qc
menu.c
menu.h
mvm_cmds.c
netconn.c
netconn.h
prvm_offsets.h