]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Allow accessing vector components via the . operator, including components
authorWolfgang Bumiller <blub@speed.at>
Thu, 10 Jan 2013 20:03:35 +0000 (21:03 +0100)
committerWolfgang Bumiller <blub@speed.at>
Thu, 10 Jan 2013 20:03:35 +0000 (21:03 +0100)
commit9c2bc7f381d29c7091c21f7ab06e73634f8ff155
treef5bf2a80b124bd7ff565c04d5f16bc8300d7d7dd
parenta474f20b84e41fe3fa8e300e311c1db89a3de535
Allow accessing vector components via the . operator, including components
of expressions, like: (3 * a_vector).y.
parser.c