X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=CHANGES;h=7a0013b82223057a3e28e091d0f8a25c4ab8ca1f;hp=e47948747dcb3ab1110f638d5bd5868e6a9ce3f1;hb=d45853f5fedc64ae493253b37ee2ba51a9b870bf;hpb=87ff481abffb79150974b4d460c3bd96c3399be2 diff --git a/CHANGES b/CHANGES index e479487..7a0013b 100644 --- a/CHANGES +++ b/CHANGES @@ -20,10 +20,15 @@ Release v0.2.4 expressions. Eg: (3 * v).y - Type restricted variadict parameters: ie: void print(string...); + - Accessing varargs from QC via: ...(index, type) * Compilation: - Various optimizations and progs-size reductions. - A new spell-checking algorithm tries to hint you at existing variables on error. + - Some problems with VM related vector-instructions issues + have been solved in both DP and our own executor. A new + compatbility option (enabled by default) has been added for + now: -flegacy-vector-maths * qcvm: - Improved commandline argument handling. - More builtins: sqrt(), normalize()