Aaron van Geffen

Results 272 comments of Aaron van Geffen

I've rebased the PR so it is built on top of the latest master. Unfortunately, it took a bit more time than I thought it would, so I'll come back...

What's still needed for this PR?

We haven't implemented the airport placement code yet. Does this happen in vanilla Locomotion as well? If not, are earlier versions of OpenLoco unaffected? It would be helpful to find...

Hmm, I'm not too keen on using `extern` for this. Particularly because it would require the event lists themselves to not be `static`. @ZehMatt Do you have another idea for...

Bumping this one. I think we can do something similar to https://github.com/OpenRCT2/OpenRCT2/pull/12973 as suggested, right?

> Ok @AaronVanGeffen, I will do it. Ah sorry, I've almost finished the lot myself already 😅

I'm having trouble reproducing this, myself. Hopefully, one of the devs that use Windows can see what's going wrong using the dumpfile you've provided, though.

The HQ bit is actually a duplicate of #61

@LeftofZen Aside from a rebase, what's still needed for this PR? Anything you could use some help with?

I've rebased this PR to account for #2086, and reworked openUiPngBrowser to use Game::openBrowsePrompt. The previous attempt was calling the `LoadSaveGame` game command, which was not the correct entry point...