Kennet J
Kennet J
*= and /= cases as well, and made explicit IntVector(Vector) constructors for usability (and since Vector already has the reverse too). Ed.: Actually should probably have been two commits in...
Oh yeah sure, I just did the same one as in one of the other constructors. I'll do it tomorrow.
Yes, I noticed just earlier this morning. In the process of fixing now.
I mashed the register functions together rather than putting some of them in the other, unsure if that is the preferred way. Considering the C++ classes are defined in the...
Changing the `if (mixed) {` around line 1100 in modules/gdscript/gdscript_tokenizer.cpp to `if (mixed && !(line_continuation || multiline_mode)) {` seems to be enough to solve it.
Hope that's correct, have not contributed before.