Jonathan Coates

Results 486 comments of Jonathan Coates

One neat [approach Phonos goes with][phonos] is to share a sound instance across all connected speakers, and then set the position of that sound to be some weighted average[^1] of...

> Could we detect that the speakers are getting the same audio source and then have the player only able to hear the nearer one? Without knowing what's causing the...

There was a similar issue in #1530 and a doc update in #1542 which I've still not merged (sorry Lupus, I entirely forgot!). I'm not thrilled about how the GPS...

> Like is there actually meaningful difference between distance that GPS host gets vs distance that GPS locate call gets? So there is potentially some delay between the original message...

I do have some concerns here about how this now requires a unique message for each requesting computer[^1], but that's probably niche enough it doesn't really matter. [^1]: In the...

Sorry, I think I missed your latest reply! This is one of those cases where I'm not actually too worried about breaking custom GPS servers - as long as protocol...

Thanks for the report! I also noticed this when trying to reproduce #1660 and then decided to ignore it :D:. The main problem is that both the Christmas model and...

Might also be nice to have some tests for `ServerComputer` lifecycle, so we can catch things like #1760. It's irritating - ideally these would be unit tests, but that code...

This is a bit of an awkward one, as we probably don't want to syntax highlight `goto` when used as an identifier (e.g. `local goto` or `goto()`). We could probably...

While a rewrite would be possible (either to Kotlin or staying in Java), it's an incredibly large task. I don't have exact numbers here, but I'd estimate there's about 25k...