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

28754 Commits

Author SHA1 Message Date
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
mix
29386c3d4f Add changelog entry for corner connected queue incorrect sprites 2025-08-13 15:00:40 +01:00
mix
8d76071f22 Change PathPaintGetBaseImage rotatedEdgesAndCorners arg to uint8_t 2025-08-13 14:59:40 +01:00
mix
4a5f802021 Rename Sub6A3F61 to PathPaintFencesAdditionsTunnels 2025-08-13 14:59:39 +01:00
mix
fab6c70b2c Rename stru_98D804 to kPathBoundingBoxes in path paint 2025-08-13 14:59:39 +01:00
mix
6e5532ebeb Rename Byte98D6E0 to kPathEdgesAndCornersToSurfaceImageIndexOffset 2025-08-13 14:59:39 +01:00
mix
7d88571402 Ignore corner connections when painting queues 2025-08-13 14:59:39 +01: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
mix
15238bcd53 Add changelog entry for fixed offset type b metal supports 2025-08-12 14:12:55 +01:00
mix
a1a9acc6d7 Add max section height constant for metal support functions 2025-08-12 14:12:47 +01:00
mix
ef224b4933 Combine type a and b metal support paint functions to single function 2025-08-12 13:54:43 +01:00
mix
241bd81b83 Unify metal support type a and b offsetting and crossbeam drawing 2025-08-12 13:54:43 +01:00
mix
c3cd9da819 Unify metal support type a and b function start setup 2025-08-12 13:54:43 +01:00
mix
1455f7bf5e Unify metal support type a and b base drawing 2025-08-12 13:54:43 +01:00
mix
2380e151ab Unify metal support type a and b base to main segment drawing 2025-08-12 13:54:43 +01:00
mix
234631c32c Unify metal support type a and b main segment drawing 2025-08-12 13:54:43 +01:00
mix
72d7fbd81b Rename si to crossbeamHeight in metal support paint functions 2025-08-12 13:54:43 +01:00
mix
199d9893c9 Unify metal support type a and b extra height drawing 2025-08-12 13:54:43 +01:00
mix
d7282e8ab6 Rename MetalSupportsImages beamA and beamB to beamUncapped/Capped 2025-08-12 13:54:43 +01:00
mix
de630e1672 Rename baseHeight to currentHeight in MetalBSupportsPaintSetup 2025-08-12 13:54:43 +01:00
mix
8445a1bdb7 Make MetalASupportsPaintSetup height parameter const 2025-08-12 13:54:43 +01:00
mix
e794492f58 Rename unk variable to segmentHeight in metal support paint 2025-08-12 13:54:43 +01:00
mix
8bb790ae22 Add const to metal support function parameters 2025-08-12 13:54:43 +01:00
mix
29816355e7 Rename special parameter to heightExtra in metal support functions 2025-08-12 13:54:42 +01: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