olive

Results 30 comments of olive

It's not a lot, but consider this a £5 bounty. Bountysource is missing a ton of issues including this one, has it stopped updating or something?

If I'm correct engine settings (non-mod) *do* give their default if not set? I can't think of a use for mods wanting to test if an option is set, and...

This is my first time writing C++, so for now there's quite a bit of code duplication (two functions are copies of others with small changes) and I've been avoiding...

Shoot, misclick… checks thing disappeared and placed the button right below my cursor as I clicked, thanks GitHub.

Without a filename, the client and server have no common way to identify it, no way to tell it's type (MT uses file extensions), and no way for it actually...

Any features of replacing already sent media are unrelated & waaaay outside the scope of this PR. They would go quite nicely hand-in-hand with this however.

To me `` reads as "X is relative". What's inside the angles is a label for the argument, so I think `~` would make more sense, that could read as...

I meant for all commands that accept *locations*, where it'd usually be from the players's position. `/shutdown` is already relative to the instant of invocation :P

I was wondering if there was any plans to support [`data:` URIs](https://en.wikipedia.org/wiki/Data_URI_scheme)? This could be used to embed a (very small) image or just some plain text that would appear,...

Also thought I'd mention in package.json your requiring express when that doesn't seem to be used.