]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Support darkplaces.opt from local files too.
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 25 Apr 2016 13:01:25 +0000 (13:01 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 25 Apr 2016 13:01:25 +0000 (13:01 +0000)
commitc15a08f6df5a7f2a4784d6ff946caa70845667c7
tree8eee9ac761ccd34cef82f088707d9b6926e94f5e
parent405615a2dfc40a4cdb151467c37e87cac13f333e
Support darkplaces.opt from local files too.

If both are present, flags from both get prepended; the execution order is:
[attached darkplaces.opt] [local darkplaces.opt] [command-line flags]

Also added flags -noopt (don't parse darkplaces.opt) and -noselfpack (don't read attached pack).

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12256 d7cf8633-e32d-0410-b094-e92efae38249
fs.c