27657 Commits

Author SHA1 Message Date
Michał Janiszewski
38a59d9831 Make MSVC ARM64 build download g2.dat 2024-11-20 08:45:04 +01:00
Michał Janiszewski
a88ea7a399 Sign Windows executables and installers with SignPath 2024-11-20 08:45:04 +01:00
Aaron van Geffen
290b39ade2 Refactor CarEntrySetImageMaxSizes to use constants (#23234)
* Use designated initialisers in CarEntrySetImageMaxSizes

* Add named constants to CarEntrySetImageMaxSizes
2024-11-20 16:25:59 +09:00
ZeeMaji
4f93448606 Close #23210: Add boosters to classic wooden coaster (cheats only)
The classic wooden roller coaster can draw boosters from the RCT2 wooden coaster and it also has booster settings set, so the pieces are fully functional and they can be built with ride type changing. This just simply adds them to the extra track pieces so you can use them without ride type switching.
2024-11-18 21:49:27 +01:00
OpenRCT2 git bot
0e7bcf6e53 Merge Localisation/master into OpenRCT2/develop 2024-11-18 04:02:10 +00:00
Michał Janiszewski
1a93c9855a Enable _itScanForward64 for ARM64 MSVC target (#23220) 2024-11-17 21:39:03 +01:00
Matt
4a78062f54 Fix #23206: Desyncs when using uncapped FPS
Because the position is one tick behind the spatial mapping was incorrect, it's not allowed to modify that during interpolation.
2024-11-17 18:49:47 +01:00
OpenRCT2 git bot
09adb2bf81 Merge Localisation/master into OpenRCT2/develop 2024-11-16 04:02:15 +00:00
Michał Janiszewski
850f35f4b8 Explicitly use tags for describing version in CI (#23190)
While we use annotated tags for releases, apparently GitHub Actions
Workers do some peculiar steps for fetching the repository, resulting in
incomplete(?) tag being checked out. The lightweight version of tag is
present, but annotation lives on a different git object, which is not
currently checked out in the CI job. To resolve the issue where GitHub
Actions would try creating a release for a previous tag instead of
current, make sure lightweight tags are considered as well.

You can validate the difference between the two with following commands:
```
$ git rev-parse v0.4.16
20fff63f05dd5508c24bcd2eaf9f34845c7dd472
$ git --no-pager log -1 --oneline v0.4.16
c1082a3d6c (tag: v0.4.16, origin/master) Release v0.4.16
```
2024-11-14 19:10:38 +01:00
OpenRCT2 git bot
3e2e8ceb3a Merge Localisation/master into OpenRCT2/develop 2024-11-14 04:02:18 +00:00
Michael Steenbeek
5397c816e2 Add Galician 2024-11-11 21:23:06 +01:00
AuraSpecs
e6ae0a9bc0 Hotfix: Disappearing large half loops on BM track 2024-11-11 21:16:53 +01:00
Michael Steenbeek
fd90afeb46 Merge pull request #23051 from mixiate/extended-twister-roller-coaster
Add new track pieces to the Twister, Hyper Twister and Vertical Drop Roller Coasters
2024-11-11 20:17:59 +01:00
OpenRCT2 git bot
936d89bdbb Merge Localisation/master into OpenRCT2/develop 2024-11-11 04:02:13 +00:00
mix
2e591a7382 Make corkscrews and zero g rolls available to Vertical Drop RC 2024-11-10 21:13:28 +00:00
mix
a56d2eec2c Add large corkscrews to Vertical Drop RC extra track piece list 2024-11-10 21:13:28 +00:00
mix
b95e1bbf6b Make Twister RC zero g rolls available if trains have sprites 2024-11-10 21:13:28 +00:00
mix
c0810ed159 Make large sloped turns available to the Flying Roller Coaster 2024-11-10 21:13:28 +00:00
mix
0e9a64d20b Add new Twister Roller Coaster track pieces to changelog 2024-11-10 21:13:23 +00:00
mix
1dcb05f072 Make pre-existing new Twister RC track pieces invisible 2024-11-10 21:12:42 +00:00
mix
e2ccc159cc Add large zero g rolls to the Twister Roller Coaster 2024-11-10 21:12:42 +00:00
mix
2c3b3ee34e Add zero g rolls to the Twister Roller Coaster 2024-11-10 21:12:42 +00:00
mix
16d5fd74a2 Add large bank slope turns to Twister, Hyper Twister and Vertical RC 2024-11-10 21:12:42 +00:00
mix
95bc00d7f9 Add large sloped turns to Twister, Hyper Twister and Vertical Drop RC 2024-11-10 21:12:42 +00:00
mix
0a94311ea9 Add medium half loops to the Twister and Vertical Drop Roller Coaster 2024-11-10 21:12:41 +00:00