]> icculus.org git repositories - divverent/darkplaces.git/commit
-Added support for 10 hostcache masks, which will be at the same time.
authorblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 27 Dec 2004 16:54:32 +0000 (16:54 +0000)
committerblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 27 Dec 2004 16:54:32 +0000 (16:54 +0000)
commitbdee526adfc38dc52821f14d1c76544bc6673dcb
tree9efdb0d990dcbfe1144d72c2e255fe1751df27fb
parent8ea8ee92cdbbeb593e424ae3985ac8de766bafa4
-Added support for 10 hostcache masks, which will be at the same time.
 5 will be concatenated with AND and the other 5 with OR, so you'll have
 plenty of possibilities to mask whatever you want.
-Changed the mask structure and function to be a bit more generic.
-Added 3 new comparison operators (NOTEQUAL, CONTAINS and NOTCONTAIN - the
 latter two for strings)
-Adapted the builtins to work with multiple masks.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4890 d7cf8633-e32d-0410-b094-e92efae38249
netconn.c
netconn.h
prvm_cmds.c