IntegratedQuantum
IntegratedQuantum
Alright, now that we have the design decision, we should probably implement at least the first prototype of this soon.
The ideas label is meant for lists of ideas, not individual proposals. Apart from that I think icons would be better than text.
By blueprint assets you mean structures?
Maybe a new set of similar commands would make sense? `/sbb ` It should of course have more restrictions on who can run those, in case of multiplayer.
Hmm right. At least you can only access `.blp` files through these commands, otherwise it would be a security issue. To be on the safe side I would suggest to...
I think Option 1 **Make them non-short-circuit** is the best option. I personally think of vector instructions like this: ```zig z = x() + y(); // is conceptually equivalent to...
> `and` and `or` are not operators, they're control flow keywords. `and` and `or` are listed in [the table of operators](https://ziglang.org/documentation/master/#Table-of-Operators), so I would assume that they are operators.
Also another possible idea, that might be better for your use-case: What if the menu only closes if you press the key of the window that's currently on top? Then...
Since this PR is stale and many people are requesting a shortcut to open chat, I decided to close this and move the chat shortcut into its own commit f9079be9cafedb4bd8ab6288049b5b51c86b3154.
More generally it should be possible to tweak all terrain generator settings on world creation. It seems that I haven't made an issue for this, so I hope you don't...