]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Make ^ legal for vector ^ vector, and vector ^ float (read the huge comment that...
authorDale Weiler <killfieldengine@gmail.com>
Sun, 16 Jun 2013 02:17:29 +0000 (02:17 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Sun, 16 Jun 2013 02:17:29 +0000 (02:17 +0000)
commit17ae2dbe4d5fa315d83e6a95f8969801f3d4c1c5
treeefa07072c50cf92197deff126574d016a992d1d0
parenta27b7ee6a5a84312a6281cda868503a00bbd4519
Make ^ legal for vector ^ vector, and vector ^ float (read the huge comment that explains why and what this does). Currently only works for constants (don't know how to do expression for multiple vector components yet).
parser.c
tests/xor.qc
tests/xor.tmpl