Benjamin Sutas

Results 187 comments of Benjamin Sutas

On further investigation, a single bool is used to determine audio state, `_audioIsPaused`, and this probably needs to be split into at least 3 corresponding variables (or a flag enum),...

It's not a divergence from vanilla, in vanilla the music also stops on pausing the game, so this would be a new feature, probably something to enable/disable in the sound...

It may not be possible to successfully link and build the unit tests whilst the code is still in a partial-reverse-engineered state, it may only be possible to do after...

Whilst the current branch here builds and runs the dummy test, once you reference anything from OpenLoco there are linker errors. An example test is this: ``` #include #include namespace...

Naturally just as I write it's impossible, I figured out one way to do it by using post-build event on openloco project to make a static lib, and the linking...

I can confirm, adding and deleting a single station platform gives you +$2, regardless of inflation ![image](https://user-images.githubusercontent.com/7483209/153972535-059c85c4-4980-4feb-bda8-b5515904c79a.png)

I've also experienced this issue many times, and I also just save+reload to fix it. I haven't been able to determine the conditions that cause this issue yet, so if...

Interesting, I might give it a go then. You still need a way to manage the shared orders though, or at the very least link/unlink trains from sharing orders.

I also remember seeing a tree placement one in OpenRCT2 a few weeks ago, should we do that as well? https://github.com/OpenRCT2/OpenRCT2/pull/16978