Results 56 comments of Hielke Morsink

> So apparently I have to look at every open issue to see which strings still need updating in my language. I find this very time-consuming. One idea that comes...

The problem is that removing track elements with the tile inspector simply deletes the element, but the ride still thinks there is one. I'm not sure if it's sensible to...

For plug-in developers this can be really confusing, since they don't set a minimal or maximum size anywhere. Wouldn't it be better to simply set the min to zero and...

Issue happened likely because `linenoise::refreshMultiLine` is called before linenoise is properly initialized. This was triggered by a plug-in getting loaded. The number of columns is 0, and that's used for...

> There's trash on the path in/under the Haunted House "No entrance"-styled exit. He never removes it. There's the problem. The handyman tries to get to the trash, but bumps...

@beam41 Of course, please create a pull request with your fix.

There are three locations where headingToRideId is set: https://github.com/OpenRCT2/OpenRCT2/blob/3f19d6f7d7c148737793f81c7f57d203cb7a7ce7/src/openrct2/management/Marketing.cpp#L146-L147 https://github.com/OpenRCT2/OpenRCT2/blob/3f19d6f7d7c148737793f81c7f57d203cb7a7ce7/test/tests/Pathfinding.cpp#L82 https://github.com/OpenRCT2/OpenRCT2/blob/cbf922f33c0ae439aa87bb5a49f97306546f4c01/src/openrct2/peep/Guest.cpp#L1818-L1820 Only `GuestIsLostCountdown` seems to be also set when changed, and `ResetPathfindGoal` gets called. May be enough doing that too,...

In the future, you can rewrite the git history and force-push to your branch to update the PR. No need to close one and open the next one. Opening multiple...

Some other windows have this same issue where the right side is outside the screen. It might be simply because the width is not correct on spawning these windows, or...

Yes, some changes are perfectly backwards-compatible, so then an older version of the game can load newer .park file versions. It would indeed make more sense to show the minimum...