1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00
Commit Graph

28649 Commits

Author SHA1 Message Date
Aaron van Geffen
681a489d15 Move .guest(ChangeModifier|GenerationProbability) into ParkData struct 2025-08-13 23:18:29 +02:00
Aaron van Geffen
51f17c5754 Move .bankLoanInterestRate into ParkData struct 2025-08-13 23:15:24 +02:00
Aaron van Geffen
b9481305ba Move .marketingCampaigns into ParkData struct 2025-08-13 23:06:51 +02:00
Aaron van Geffen
ee37cb1411 Move .currentAwards into ParkData struct 2025-08-13 23:05:14 +02:00
Aaron van Geffen
21504650d3 Move .total(IncomeFrom|)Admissions into ParkData struct 2025-08-13 23:02:11 +02:00
Aaron van Geffen
1c361dd508 Move .samePriceThroughoutPark into ParkData struct 2025-08-13 22:34:13 +02:00
Aaron van Geffen
e300ca8277 Move .maxBankLoan into ParkData struct 2025-08-13 22:29:25 +02:00
Aaron van Geffen
e6c0de0382 Move .numGuests(HeadingForPark|InParkLastWeek) into ParkData struct 2025-08-13 22:28:18 +02:00
Aaron van Geffen
84ec1cc209 Move .staff(Handyman|Mechanic|Security)Colour into ParkData struct 2025-08-13 22:06:01 +02:00
Aaron van Geffen
5d9de6292f Move .weeklyProfit* into ParkData struct 2025-08-13 22:03:14 +02:00
Aaron van Geffen
68a4991971 Move .bankLoan into ParkData struct 2025-08-13 21:24:06 +02:00
Aaron van Geffen
e5ead99c83 Move .numGuestsInPark, .guestsInParkHistory into ParkData struct 2025-08-13 21:20:13 +02:00
Aaron van Geffen
b8bc487f19 Move .currentProfit, .currentExpenditure into ParkData struct 2025-08-13 21:17:14 +02:00
Aaron van Geffen
0162b09236 Move .expenditureTable into ParkData struct 2025-08-13 21:14:23 +02:00
Aaron van Geffen
7b161c74ff Move .historicalProfit into ParkData struct 2025-08-13 21:10:51 +02:00
Aaron van Geffen
94f40e46ef Move .companyValue into ParkData struct 2025-08-13 21:08:00 +02:00
Aaron van Geffen
b842537616 Move .cash, .cashHistory into ParkData struct 2025-08-13 20:23:14 +02:00
Aaron van Geffen
24fa5b0794 Extract ParkData::IsOpen member into Park namespace 2025-08-13 20:05:45 +02:00
Aaron van Geffen
3f9352b511 Split off ParkData.h from Park.h 2025-08-13 19:55:58 +02:00
Max
86788fc3b1 Close #24606: Double misc entity limit (#24957)
* 24606 - Raise entity limit 10x

* 24606 - MiscEntityLimit to 3200

* 24606 - Increase network version and add changelog
2025-08-14 06:57:25 -03:00
Michał Janiszewski
fd1a2c943b Run tests on macos amd64 (#24964)
We can't run aarch64 tests on amd64, but we can run amd64 on aarch64
using rosetta
2025-08-14 11:12:07 +03:00
Matt
378bf44825 Merge pull request #24962 from OpenRCT2/janisozaur-patch-2
Update changelog for #24958
2025-08-13 15:33:12 +03:00
Michał Janiszewski
cda2bba2b2 Update changelog.txt 2025-08-13 12:17:47 +02:00
Michał Janiszewski
c1ee8aee24 Android: fix crash when device is offline (#24958)
When processing response, we unconditionally reference a value in `headers` field, but it is null.

0f956ef910/src/openrct2/core/Http.Android.cpp (L110-L113)
2025-08-13 01:55:51 +03:00
Matt
0f956ef910 Merge pull request #24954 from ZehMatt/fix-24745
Fix #24745: Do not create a paint session when rendering is inhibited
2025-08-12 15:46:41 +03:00
mix
b43e3e6727 Add option to draw bounding boxes to command line screenshot command (#24949) 2025-08-12 05:57:20 -03:00
OpenRCT2 git bot
d42e4bdf9b Merge Localisation/master into OpenRCT2/develop 2025-08-12 04:06:58 +00:00
ζeh Matt
57d6cdd9cb Update changelog.txt 2025-08-12 01:19:30 +03:00
ζeh Matt
d20ecc119c Fix spelling 2025-08-12 01:17:05 +03:00
ζeh Matt
a192980db9 Cleanup the code a bit 2025-08-12 01:05:54 +03:00
ζeh Matt
c4f7e0a1fb Fix #24745: Do not create a paint session when rendering is inhibited 2025-08-12 00:49:04 +03:00
Matt
d26252c883 Index and load objects after the editor scene is initialized not before (#24953)
* Index and load objects after the editor scene is initialized not before

* Remove pointless calls and cleanup

* Display the progress window when loading the editor

* Update changelog.txt
2025-08-11 20:51:39 +00:00
Michał Janiszewski
81e956bbfd Add Trixie (#24950)
* Use CI images v23, add trixie

* Use per-linux-release cache key
2025-08-11 12:21:45 +00:00
Michał Janiszewski
bdf81280a5 Format Objective-C source (#24945)
* Reformat Objective-C source

* clang-format Objective-C code

Format objective-c code as well.

I think way back in the past clang-format failed to parse objective-c code, but it works ok now.
2025-08-10 13:58:22 +02:00
Tulio Leao
c66cfefc83 Update to objects v1.7.3 (#24944) 2025-08-10 07:56:59 -03:00
Michał Janiszewski
85b23c5ae9 Upgrade gradle to 9.0.0 (#24910) 2025-08-10 07:24:39 -03:00
mix
0c90bbc15c Fix lim, corkscrew and twister coasters inline twist tunnels (#24915) 2025-08-10 06:36:08 -03:00
Aaron van Geffen
147eb89883 Keep ride list sorted (#24943) 2025-08-10 11:26:40 +02:00
OpenRCT2 git bot
eff76240ff Merge Localisation/master into OpenRCT2/develop 2025-08-10 04:16:05 +00:00
Michał Janiszewski
c54466ec28 Fix #24904: gracefully handle incomplete CSS files (#24923)
* Fix #24904: gracefully handle incomplete CSS files

Some CSS files are truncated, possibly due to users overwriting RCT2
assets with parts of RCT1. This causes incorrect access to freed memory
and potential double frees.

This change verifies CSS data has expected samples and if not, informs
user about incorrect assets. The samples that exist are still loaded and
available for use.

There was no backtrace report generated for this on Windows.

* Skip reading of unused variables
2025-08-09 21:56:12 +00:00
Matt
0fee079931 Initialize some members in PaintSessionCore (#24932) 2025-08-09 14:05:55 +02:00
73
367f797978 Fix typo in Compression.cpp (#24934)
spelling error for Decompress
2025-08-09 07:24:08 -03:00
mix
f7f4ae8c59 Print the object image table entry after sprite build command (#24921)
Co-authored-by: ZeeMaji <42477864+ZeeMaji@users.noreply.github.com>
2025-08-09 06:03:02 -03:00
Michał Janiszewski
91ba8c893e Use CI images v22: Jammy for AppImage now uses clang-20 (#24926)
* Use CI images v22: Jammy for AppImage now uses clang-20

* Use clang-20
2025-08-09 05:34:47 -03:00
mix
0d64899fd3 Remove null TunnelType and refactor paint code accordingly (#24924) 2025-08-09 06:32:20 +02:00
LRFLEW
5d34752424 Change [De]Compress Asserts to Exceptions (#24933) 2025-08-09 06:30:10 +02:00
OpenRCT2 git bot
188b1d8a59 Merge Localisation/master into OpenRCT2/develop 2025-08-09 04:07:59 +00:00
Aaron van Geffen
de44ce948e Rename register variables in CentreMapOnViewPoint (#24905) 2025-08-08 15:20:24 +02:00
Michał Janiszewski
e118b4d9b8 CI: Use macOS 15 (#24925) 2025-08-08 13:58:24 +02:00
73
c3a388a8b4 make member plural in readme (#24922)
grammar mistake, member should say members
2025-08-08 07:16:56 -03:00