]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Implemented >< (vector cross product operator). Currently support for constants only.
authorDale Weiler <killfieldengine@gmail.com>
Sat, 31 Aug 2013 17:41:25 +0000 (13:41 -0400)
committerDale Weiler <killfieldengine@gmail.com>
Sat, 31 Aug 2013 17:41:25 +0000 (13:41 -0400)
commit64661f54ea4b13657301a975db10aeff6245610f
tree8c127312a272e2e74e6e5d28b0a4fdd57dc8fad7
parent69252071ba7de94acba4c994ed8c537d03bd937a
Implemented >< (vector cross product operator). Currently support for constants only.
fold.c
lexer.c
lexer.h
parser.c
tests/vec_ops.qc
tests/vec_ops.tmpl