]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Leaktest: disable support for following target/targetname by default.
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 24 Nov 2015 14:57:58 +0000 (14:57 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 24 Nov 2015 14:57:58 +0000 (14:57 +0000)
commitf85803e7bc2d0612763bdb8548c7060ddb542afb
treeabcf56de33d81e6ab611f632c052bfbe6ab0f2d8
parent8367a30715017e7a497f6baf65dbaff5f72d6cf3
Leaktest: disable support for following target/targetname by default.

Instead, mark any entities created during initialization as non-leaky.
This should solve everything that the targetname support was meant to
solve (namely info_notnull entities), but is more general (e.g. would
also work with Xonotic's killtarget/target2/target3/target4 and
target0/name of Doom 3).

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12233 d7cf8633-e32d-0410-b094-e92efae38249
csprogs.c
menu.c
progsvm.h
prvm_edict.c
sv_main.c