LoganDark

Results 699 comments of LoganDark

If you have a macOS version, can I have it then? :P Because it seems like my compiler just doesn't like the code...

Okay, well then your claim that you "cleaned up a lot of the warnings [the] compiler is giving" is completely invalid. You're not using macOS, so you can't vouch for...

I did test again with some more recent commits, still no luck. Output0 LoganDark ~/ocvm git pull origin master remote: Counting objects: 138, done. remote: Compressing objects: 100% (26/26), done....

Also, I decided to put all the mile-tall code blocks inside my posts into <details> elements :p

> I dont have a personal mac for testing/porting. I would actually be completely fine with donating my machine to you during the day when I'm usually asleep if I'm...

> There will be no autocomplete No custom autocomplete?

What about `negative` (`n..-1`), `zero` (`0`, not to be used on its own), and `positive` (`1..n`) types? Possibly a generic range type as well?

@evaera Can't you combine types? I think I've seen it in the teleport command, although I suspect the `@` just says "if you see an @ just use this other...

Maybe `negative`, `not_negative` (positive and 0), and `positive` and `not_positive` (negative and 0)?

~~Separate types for both perhaps? `position3` and `delta3` maybe?~~ No, if a command accepted _only_ relative coordinates it'd probably just use a regular `vector3`, I think a `position3`/`relative3` should accept...