Harry Hopkinson
Harry Hopkinson
Created a Global Prettier File and Linted Files According to this Prettier Configuration to remove inconsistent formatting options.
### Proposed change(s) Linted Files According to the .editorconfig I have self reviewed and no changes will change the behaviour of the code. ### Types of change(s) - [x] Code...
For https://github.com/OpenRCT2/OpenRCT2/issues/21317
Devised in https://github.com/OpenRCT2/OpenRCT2/issues/19080. Still a work in progress... This PR does the following: - Adds a dropdown for selecting various FPS limits. 30, 40, 60, 75, 100, 120, 144, 165,...
For https://github.com/OpenRCT2/OpenRCT2/issues/21193
Move the MapBaseZ gamestate variable to a constant as it's value never gets changed. For https://github.com/OpenRCT2/OpenRCT2/issues/21379
Fix for https://github.com/OpenRCT2/OpenRCT2/issues/21175 - [x] Pausing game - [x] Build pathways - [ ] Scenery build menu.
Rename constants to follow the new notation. Move `extern consts` to `constexpr`.
As devised in https://github.com/OpenRCT2/OpenRCT2/issues/20157 - this change hides the FPS counter when the Top Toolbar has been toggled off in game or the widgets have been hidden in the Title...