1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00
Commit Graph

28184 Commits

Author SHA1 Message Date
Max
5a95e5e27d Close #24313 - Add API for setting a car’s ‘isCrashed’ flag
Co-authored-by: Gymnasiast <Gymnasiast@users.noreply.github.com>
2025-05-12 21:42:46 +00:00
kysrit
3529c0be3a Part of #16033: create constants for crash particles 2025-05-12 23:09:50 +02:00
Aaron van Geffen
f949e17f09 Add dedicated 'clear' string for clear button (#24387) 2025-05-12 15:53:46 +00:00
Michael Steenbeek
991351e6a3 NSIS installer: clear old objects, add all OpenRCT2 languages (#24362)
* Clear out data dir before upgrading

* Add additional installer languages

* Update URL

* Block if user tries to install to the RCT2 folder

* Also check for the presence of RCT Classic

* Add changelog entries

* Fix wording of one string and the changelog entry

Co-authored-by: Aaron van Geffen <aaron@aaronweb.net>

---------

Co-authored-by: Aaron van Geffen <aaron@aaronweb.net>
2025-05-12 13:01:36 +02:00
Michael Steenbeek
0e5d602a7e Fix wording of one string and the changelog entry
Co-authored-by: Aaron van Geffen <aaron@aaronweb.net>
2025-05-12 12:50:43 +02:00
Gymnasiast
62bc8dfd1f Add changelog entries 2025-05-11 23:49:02 +02:00
Gymnasiast
fd5e95e29d Also check for the presence of RCT Classic 2025-05-11 23:48:48 +02:00
Gymnasiast
d5534b061a Block if user tries to install to the RCT2 folder 2025-05-11 23:10:33 +02:00
Gymnasiast
96445b1b11 Update URL 2025-05-11 23:10:32 +02:00
Gymnasiast
2155a18f4b Add additional installer languages 2025-05-11 23:10:32 +02:00
Gymnasiast
d4b6d20dd5 Clear out data dir before upgrading 2025-05-11 23:10:32 +02:00
Michael Steenbeek
1a571cd4e4 Create enum for TextColour 2025-05-11 22:37:21 +02:00
Michael Steenbeek
c17a3fed82 Close #24368: 'Update available' button should lead to openrct2.io (#24372)
* 'Update available' button should lead to openrct2.io

* Add missing issues to changelog
2025-05-10 23:45:13 +02:00
Gymnasiast
42adb068db Add missing issues to changelog 2025-05-10 23:11:13 +02:00
Gymnasiast
3641d80519 'Update available' button should lead to openrct2.io 2025-05-10 20:30:17 +02:00
Michael Steenbeek
45a408c84f Update hendrikmuhs/ccache-action to v1.2.18
v1.2.17 or higher is needed to use the new GitHub cache service - the old one was decommissioned on the 15th of April: https://github.blog/changelog/2025-03-20-notification-of-upcoming-breaking-changes-in-github-actions/#decommissioned-cache-service-brownouts

As the fix for hendrikmuhs/ccache-action#146 was merged in v1.2.17, I also removed that section.
2025-05-09 14:29:21 +02:00
Michael Steenbeek
7ddb806063 Close #24324: Split font.dat from g2.dat 2025-05-09 14:01:28 +02:00
Matt
44aebeaf26 Merge pull request #24353 from ZehMatt/fix-invalidation-debug
Fix paint debug to visualize invalidation
2025-05-08 14:46:53 +03:00
ζeh Matt
f241973585 Fix paint debug to visualize invalidation 2025-05-07 23:26:33 +03:00
Garrett Leach
099791ba76 Remove unused vClip in line shader (#24346)
The shader does not have this attribute which is why GetAttributeLocation is never called to populate it.
2025-05-06 14:23:59 +02:00
OpenRCT2 git bot
982e7e898c Merge Localisation/master into OpenRCT2/develop 2025-05-06 04:02:21 +00:00
OpenRCT2 git bot
78fc6053c7 Merge Localisation/master into OpenRCT2/develop 2025-05-05 04:03:20 +00:00
Matt
6335c31336 Rename DrawPixelInfo to RenderTarget (#24339)
* Begin backend separation, rename type DrawingPixelInfo to RenderTarget

* Rename dpi variables to rt
2025-05-04 22:06:46 +00:00
Aaron van Geffen
4035e01b38 Start v0.4.23 2025-05-04 20:23:00 +02:00
Aaron van Geffen
7d87f8a4d8 Merge branch 'master' into develop 2025-05-04 20:22:13 +02:00
Aaron van Geffen
b7199e3099 Release v0.4.22
- Feature: [#24206] [Plugin] Add APIs for breaking down rides, reading the current breakdown, and for fixing broken down rides.
- Improved: [#20073] The OpenGL drawing engine now supports screen invalidation which avoids the redrawing of unchanged regions.
- Improved: [#21767] RCT Classic for macOS can now be used as the source game.
- Improved: [#23590] Title bars are now drawn bigger when “Enlarged UI” is enabled.
- Improved: [#23626] Add small, medium and large flat and sloped turns, S-bends and diagonal track to the Go-Karts.
- Improved: [#23982] The scenario objective window has been merged into the scenario options window.
- Improved: [#24233] RCT Classic+ from Apple Arcade can now be used as the source game, and is detected automatically.
- Improved: [#24260] Better performance on parks that have a lot of Guests and Entertainers.
- Improved: [#24319] RCT Classic installs via Steam are now detected automatically on Windows.
- Change: [#23803] Lightning strikes and thunder now happen at the same frequency independently of the game speed.
- Change: [#23857] Replace display options tab with custom sprites.
- Change: [#24069] [Plugin] Plugins are now available in the scenario editor and track designer.
- Change: [#24135] Compress Emscripten js/wasm files.
- Change: [#24194] The advanced options tab has been reworked to make it easier to find the RCT1 path setting.
- Change: [#24235] Small changes to RCT1 theme.
- Change: [#24236] Controls and Interface options now both have their own tabs in the Options window.
- Change: [#24308] “Software” and “Software (hardware display)” renderers have been merged into a single “Software” renderer.
- Change: [#24317] The scenery window now shows at least one row of scenery objects, even if there are multiple rows of tabs.
- Fix: [#18479] Tile elements ordered beneath water do not draw correctly.
- Fix: [#19782] Game stops counting inversions and golf holes after 31 (original bug).
- Fix: [#21207] Track List window gets positioned incorrectly.
- Fix: [#21919] Non-recolourable cars still show colour picker (original bug).
- Fix: [#22182] [Plugin] Crash when using map.getAllEntities("car").
- Fix: [#22634] Asset packs with sound effect overrides are not loaded correctly at startup.
- Fix: [#23108] Missing pieces on Hypercoaster and Hyper-Twister, even with the ‘all drawable track pieces’ cheat enabled.
- Fix: [#24013] Failure to load a scenario preview image (minimap) could lead to an uncaught exception error message.
- Fix: [#24045] [Plugin] Data storage is not cleared when converting save game to scenario.
- Fix: [#24121] Checkbox labels run beyond the edge of the window if they’re too long to fit.
- Fix: [#24142] [Plugin] Track origin is miscalculated on downward slopes.
- Fix: [#24220] Narrow station platforms have missing sides on certain rotations.
- Fix: [#24286] Steam installs of RCT1 and RCT2 are not autodetected on macOS.
- Fix: [#24310] [Plugin] Missing invalidation on various plugin api setters for entities.
v0.4.22
2025-05-04 19:17:54 +02:00
Aaron van Geffen
62c713f9b1 Merge branch 'develop' 2025-05-04 19:09:10 +02:00
Aaron van Geffen
93ae8a3553 Rework 'advanced options' tab to use group boxes (#24194)
* Turn RCT1 path button into label widget

* Rename WIDX_EXPORT_CUSTOM_OBJECTS_CHECKBOX

* Draw RCT1 path in black text

* Rework advanced tab into groupboxes

* Adjust clear/browse button width based on current language

* Tweak labels a little so desync label _just_ fits

* Let Emscripten buttons be offset to title bar height

* Tweak emscripten import/export button positions

* Amend changelog
2025-05-04 13:30:49 +00:00
Michael Steenbeek
a69f4f5d0f Close #24319: Autodetect Steam RCT Classic on Windows 2025-05-04 14:34:55 +02:00
OpenRCT2 git bot
29f30fb997 Merge Localisation/master into OpenRCT2/develop 2025-05-04 04:03:56 +00:00
Michael Steenbeek
dd423de4a8 Add two PRs to changelog 2025-05-03 22:26:27 +02:00
mix
c9a80f7c2b Fix #18479: Tile elements ordered beneath water do not draw correctly (#24306) 2025-05-03 14:57:33 +02:00
Aaron van Geffen
ca4535fa24 Android CI: enable native build (cmake) output (#24337) 2025-05-03 14:50:53 +02:00
Aaron van Geffen
4d1b829495 Update Backtrace token for upcoming release (#24331) 2025-05-03 12:42:00 +02:00
Michael Steenbeek
d74f262b1d Fix SOFTWARE_HWD config enum name 2025-05-03 11:07:06 +02:00
OpenRCT2 git bot
c1a724a9f1 Merge Localisation/master into OpenRCT2/develop 2025-05-03 04:02:15 +00:00
Aaron van Geffen
a23bf8695a Improve scenery window (minimum) height (#24317)
* Add constant for max scenery window height

* Let scenery window minimum height depend on number of tab strips

* Hide eyedropper and cluster buttons if window is too small

* Amend changelog
2025-05-02 20:56:56 +00:00
Aaron van Geffen
42dd8f48e8 Merge pull request #24236 from AaronVanGeffen/options-controls-interface
Split 'controls and interface' tab into two tabs
2025-05-02 22:22:06 +02:00
Matt
323c616982 Rename config SOFTWARE to SOFTWARE_HW so it works on older versions (#24325) 2025-05-02 15:25:53 +00:00
Aaron van Geffen
846352e186 Fix park window frame after resize (#24299) 2025-05-02 13:55:43 +02:00
Matt
a34f1925df Fix LightFX crashing due to operation order (#24315) 2025-05-02 09:47:28 +02:00
Matt
e5d515b6fb Merge pull request #24308 from ZehMatt/renderer-gutting
Remove Software renderer
2025-05-02 01:40:10 +03:00
Michael Steenbeek
98775a513f Support RCT Classic+, look in /Applications for installs 2025-05-02 00:12:43 +02:00
ζeh Matt
367fe23fcd Fix some bad logic 2025-05-02 01:11:24 +03:00
ζeh Matt
e5744076fc Disable LightFX for OpenGL 2025-05-02 01:03:15 +03:00
ζeh Matt
dc8a911152 Remove pointless removal of disabled_widgets bits, they are never set 2025-05-02 00:42:29 +03:00
Aaron van Geffen
653826ba99 Clear plugin storage when converting save game for scenario (#24069) 2025-05-01 23:25:15 +02:00
ζeh Matt
47d10cfa70 Update changelog.txt 2025-05-01 15:10:40 +03:00
ζeh Matt
78491aec26 Apply review comments 2025-05-01 15:10:39 +03:00
Michael Steenbeek
3e691cc17f Update macOS Steam path (for download_depot) 2025-05-01 12:07:16 +02:00