Aaron van Geffen
Aaron van Geffen
We've been able to use the mouse scroll wheel to manipulate spinner widgets for years (#7627). However, the function that was added in to support this had not been updated...
Backport from https://github.com/OpenRCT2/OpenRCT2/pull/22060. Hasn't caused any issues in OpenLoco, as far as I'm aware. However, the code was clearly not using the right variable.
Following up on #22099. To do: - [x] Add script interface for new flags - [x] Fine-tune split of static animation/position flags - [ ] Discuss terminology (static/stationary? frozen/fixed?) -...
Split off from #22210. Changes are grouped logically by commit.
New strings from PR OpenRCT2/OpenRCT2#22065. ``` STR_6641 :Loading/progress window STR_6642 :{STRING} ({COMMA32} / {COMMA32}) STR_6643 :{STRING} ({COMMA32} / {COMMA32} KiB) ``` NB: STR_6641 is used in the 'Edit Theme' window....
New strings from PR OpenRCT2/OpenRCT2#22088. ``` STR_6640 :Edit asset packs… ``` Updated in: - [ ] ar-EG - [x] ca-ES - [ ] cs-CZ - [ ] da-DK - [x]...
New strings from PR OpenRCT2/OpenRCT2#21893. ``` STR_6631 :Loading… STR_6632 :Checking object files… STR_6633 :Checking scenario files… STR_6634 :Checking track design files… STR_6635 :Checking asset packs… STR_6636 :Checking title sequences… STR_6637...
The macOS 12 image we currently use has been [deprecated](https://github.blog/changelog/2024-08-19-notice-of-upcoming-deprecations-and-breaking-changes-in-github-actions-runners/) by GitHub. This moves us to macOS 14 ahead of the upcoming macOS 15 release. Depends on https://github.com/OpenRCT2/Dependencies/pull/41/
Implements the `S5::drawScenarioPreviewImage` function. At the moment, I'm running this implementation and the vanilla function side-by-side to ensure a correct result. This still needs a little cleaning before this is...
Fixes the selective blinking issues with the following: - Vehicles: - Hovering 'Trains' blinks all vehicles - None of the other vehicle types blink - Transport Routes: - Railroad track...