Dale Weiler
|
28cd3a3f8f
|
Forgot this one
|
2013-08-27 06:39:51 -04:00 |
|
Dale Weiler
|
f21216ecad
|
A test for that xor stuff (the same one I used to cause the bug to manifest in the first place).
|
2013-08-27 06:35:58 -04:00 |
|
Rudolf Polzer
|
e50b7a2719
|
Support vector bitor/bitand/bitxor.
Signed-off-by: Rudolf Polzer <divverent@xonotic.org>
|
2013-08-26 18:32:28 +02:00 |
|
Dale Weiler
|
5d2b57394e
|
Add the good old xor swap trick to the xor test, yes it works :P
|
2013-06-16 02:24:10 +00:00 |
|
Dale Weiler
|
17ae2dbe4d
|
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).
|
2013-06-16 02:17:29 +00:00 |
|
Dale Weiler
|
a27b7ee6a5
|
Make them tests work now
|
2013-06-15 11:05:25 +00:00 |
|
Dale Weiler
|
a8fddbb7d3
|
Implemented bitwise xor operator.
|
2013-06-15 09:48:40 +00:00 |
|