]> 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)
committerRudolf Polzer <divverent@xonotic.org>
Sat, 12 Oct 2013 02:32:29 +0000 (04:32 +0200)
commite8f88ec58b7f1f8a6dbf56ab776acdcde0449e2a
tree282d88a2e9a26b46c6dd3eb14f6969feb33ba45b
parentf5be383dee6805d62672198c4c587869b3ebeb66
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
::stable-branch::merge=d93b11b3f40d1ca94ed20e70c7a2fcf95670df73
cvar.c
dpdefs/menudefs.qc
menu.c
menu.h
mvm_cmds.c
netconn.c
netconn.h
prvm_offsets.h