1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 03:53:07 +01:00
Commit Graph

27254 Commits

Author SHA1 Message Date
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
20fff63f05
$ 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
mix
c412cc29d4 Add large corkscrews to the Twister Roller Coaster 2024-11-10 21:12:41 +00:00
OpenRCT2 git bot
d452650aa6 Merge Localisation/master into OpenRCT2/develop 2024-11-09 04:02:12 +00:00
Michał Janiszewski
70b74389e0 Merge pull request #23022 from janisozaur/headers-check-option
Add option to skip headers check
2024-11-08 23:21:31 +01:00
Michał Janiszewski
dc052eaa03 Default headers check option to off, enable for CI 2024-11-08 23:10:58 +01:00
Michał Janiszewski
9f65e9d71b Only run docker job from develop branch
The dockerfile clones this repository with `develop` branch
2024-11-08 23:08:55 +01:00
Michał Janiszewski
05d125efbf Add option to skip headers check
In some configuration, such as our docker build, there's no need to
perform headers check, as it is handled by a different job already.
2024-11-08 23:08:54 +01:00
Aaron van Geffen
155f5ae2f5 Increase cmake_minimum_required to 3.10 (#23165) 2024-11-08 22:59:22 +01:00
ZeeMaji
d76aff39de Improve new ride menu sorting 2024-11-08 21:06:37 +00:00
OpenRCT2 git bot
8b345089b5 Merge Localisation/master into OpenRCT2/develop 2024-11-07 04:02:16 +00:00
OpenRCT2 git bot
ff12d31926 Merge Localisation/master into OpenRCT2/develop 2024-11-06 04:02:14 +00:00
Michael Steenbeek
3b0a67cf97 Fix #23126: Set correct PR for LSM LC 2024-11-05 18:28:38 +01:00
OpenRCT2 git bot
4234035402 Merge Localisation/master into OpenRCT2/develop 2024-11-05 04:02:06 +00:00
Michał Janiszewski
ab64191f89 Start v0.4.17 2024-11-03 19:54:36 +01:00
Michał Janiszewski
016928c4ef Merge branch 'master' into develop 2024-11-03 19:53:59 +01:00
Michał Janiszewski
c1082a3d6c Release v0.4.16
- Feature: [#20810] New ride type: LSM Launched Roller Coaster.
- Improved: [#22937] Add banked sloped turns and many other pieces to the Corkscrew, Hypercoaster and Lay-down Roller Coaster.
- Improved: [#22967] Add medium and large half loops to the Wooden and Classic Wooden Roller Coasters.
- Improved: [#23010] Make AppImage compatible with Ubuntu 22.04 and Debian Bookworm again.
- Change: [#20810] Giga Coaster boosters and launched lift hill track pieces are now locked behind cheats.
- Fix: [#21221] Trains use unbanked sprites on flat to gentle diagonal banked track pieces.
- Fix: [#22615] Crash when drawing Space Rings with an invalid ride entry.
- Fix: [#22633] Crash when drawing loading screen with an outdated g2.dat.
- Fix: [#22908] Crash when passing through a door from an invalid wall type.
- Fix: [#22918] Zooming with keyboard moves the view off centre.
- Fix: [#22920] Crash when sacking a staff member.
- Fix: [#22921] Wooden RollerCoaster flat to steep railings appear in front of track in front of them.
- Fix: [#22962] Fuzzy horizontal-to-vertical line transitions in charts.
- Fix: [#23009] Scenarios from RCT Classic (.sea files) are not included in the scenario index.
- Fix: [#23015] Crash when loading a save game when the construction window is still open.
- Fix: [#23018] Crash when loading a new game when the construction window is still open.
- Fix: [#23023] Large scenery clearance height interpreted as negative when greater than 127.
- Fix: [#23044] "remove_unused_objects" command causes blank peep names.
- Fix: [#23048] Map generator allows map sizes out of range through text input.
- Fix: [#23058] [Plugin] Changing window colours doesn’t trigger the window to be fully redrawn.
- Fix: [#23085] LIM Launched Roller Coaster medium half loops clip into each other when built back-to-back.
v0.4.16
2024-11-03 18:41:19 +01:00
Michał Janiszewski
42fd8b714d Merge branch 'develop' 2024-11-03 18:35:29 +01:00
AuraSpecs
9be7b89d8f Quick patch for About screen (#23117)
It seems there's a bigger issue going on atm. This fixes the problem for now, but when we add more names we will have to extend this more. Reason being that the it centers the text in the line, rather than extending it further downwards.
I personally do not know how to fix that, but this should suffice for now.
2024-11-03 10:50:25 +01:00
Michael Steenbeek
1be5d78a52 Update objects release to v0.4.10 (#23109) 2024-11-03 10:05:10 +01:00
Michał Janiszewski
0611c18bf6 Update backtrace token for upcoming release 2024-11-03 08:54:31 +01:00
Michael Steenbeek
0158c344e7 Merge pull request #22797 from karst/lsm-launch-new
Add LSM Launched Roller Coaster ride type
2024-11-02 19:52:25 +01:00
X123M3-256
80f61fca5e Add LSM Launched Roller Coaster
Co-authored-by: karst <karst@users.noreply.github.com>
2024-11-02 19:37:54 +01:00
hnsdeveloper
3eb9a03708 Replace #define with constexpr in Colour.h
Co-authored-by: Gymnasiast <Gymnasiast@users.noreply.github.com>
2024-11-02 12:54:54 +00:00
mix
4482a08024 Add new Corkscrew Roller Coaster track pieces 2024-11-02 12:24:26 +00:00
OpenRCT2 git bot
225c7ab376 Merge Localisation/master into OpenRCT2/develop 2024-10-31 04:02:22 +00:00
Aaron van Geffen
b9345a1ec8 Merge pull request #23070 from AaronVanGeffen/scenario-text-object
Re-introduce basic scenario text objects for S4/S6 scenarios
2024-10-30 23:10:32 +01:00
Gymnasiast
d722eddd90 Handle missing STEX without crashing 2024-10-30 22:58:47 +01:00
Aaron van Geffen
7c69ba3d6a Rewrite Zh-TW language test to use UTF-8 strings, dropping overrides 2024-10-30 22:58:47 +01:00
Aaron van Geffen
8aeb1d2b98 Remove broken support for object string overrides as well 2024-10-30 22:58:47 +01:00