]> git.xonotic.org Git - xonotic/xonotic.git/commit
in .options files, change syntax to allow settings on different lines. Syntax rules...
authorRudolf Polzer <divverent@alientrap.org>
Thu, 24 Jun 2010 13:53:02 +0000 (15:53 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Thu, 24 Jun 2010 13:53:02 +0000 (15:53 +0200)
commit316e76ac8216bc8eafdbd0224d497c994c1434b5
tree4c34852cb43fb65fd79255ca333c274655046110
parent9fa81db68661140629c5f0227b070d98ccd36c67
in .options files, change syntax to allow settings on different lines. Syntax rules now are:

any line starting with - specifies options
any other line is a comment
anything from a # in a line to the end of the line is a comment

(Bad) Example:

-bsp -samplesize 16 # do not use default options
-light + -fast # this looks good too, default options are still used
-vis +
-minimap +
Version: 1
misc/tools/xonotic-map-compiler-autobuild