Commit graph

24123 commits

Author SHA1 Message Date
QwertyChouskie
8438d05011
Work around more false warnings when compiling deb (#18753)
See https://github.com/OpenRCT2/OpenRCT2/issues/16691 and
https://github.com/OpenRCT2/OpenRCT2/issues/17371
2022-12-05 07:22:31 +01:00
Michael Steenbeek
6be16ed64f
Fix spelling of ‘scenery’ 2022-12-04 23:06:49 +01:00
Michał Janiszewski
5b839f7e2f
Update debian compat version to 13 (#18767)
This is done primarily to make debhelper default to parallel builds

Fixes #18741

5d1bb29841/debhelper.pod (compatibility-levels)
2022-12-04 23:06:22 +01:00
frutiemax
b7a1db6e69
Use BoundBoxXYZ for PaintAddImageAsParent (part 1) 2022-12-04 20:43:19 +01:00
Michael Steenbeek
01ac5d36e9
Add #18720 to changelog 2022-12-04 20:17:35 +01:00
GalBr
8d4979588e
Fix #18755: Ferris Wheel and Circus ghosts not coloured correctly 2022-12-04 20:11:11 +01:00
X123M3-256
3dfe1eedb6
Fix #18720: Can build upward helix on Alpine Coaster 2022-12-04 20:10:30 +01:00
QwertyChouskie
7602eb6095
Use -Wno-stringop-overflow when compiling .deb (#18731)
This warning is bugged in GCC < `11.3`, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99578

Closes https://github.com/OpenRCT2/OpenRCT2/issues/16691
2022-12-02 21:50:35 +01:00
OpenRCT2 git bot
752eec116a Merge Localisation/master into OpenRCT2/develop 2022-11-30 04:02:05 +00:00
OpenRCT2 git bot
050f3f85a4 Merge Localisation/master into OpenRCT2/develop 2022-11-28 04:01:52 +00:00
frutiemax
76faa77f6b
Part of #16152: Use BoundBoxXYZ for PaintAddImageAsChild 2022-11-27 18:33:11 +00:00
OpenRCT2 git bot
540e5d248b Merge Localisation/master into OpenRCT2/develop 2022-11-27 04:01:53 +00:00
OpenRCT2 git bot
f4a75ce217 Merge Localisation/master into OpenRCT2/develop 2022-11-26 04:01:59 +00:00
Michael Steenbeek
4281914c73
Fix #18653: Negative ratings multipliers do not appear in Vehicle tab 2022-11-24 20:42:25 +00:00
Michael Steenbeek
eeb28e5db8
Close #18591: Order RollerCoaster Tycoon 2 scenarios by difficulty 2022-11-24 13:12:27 +01:00
Michael Steenbeek
c338e2c292
Merge pull request #18657 from Gymnasiast/objects-release
Update objects to v1.3.7
2022-11-24 12:56:52 +01:00
OpenRCT2 git bot
f429717217 Merge Localisation/master into OpenRCT2/develop 2022-11-24 04:01:57 +00:00
spacek531
a617d393ed
Read and write version field of .park 2022-11-23 23:20:44 +01:00
Rik Smeets
0ea5f343af
Fix #18469: Land rights window issues (#18662)
Global variables regarding land ownership weren't initialized upon loading a .park file. This would lead to different bugs when using the 'Land rights' window, like markers remaining visible indefinitely and not being able to select the type of land rights to buy.
2022-11-23 20:02:34 +01:00
Michael Steenbeek
9855ff5cac
Fix spelling of *_COLOR_* constants 2022-11-23 18:42:14 +00:00
Michael Steenbeek
06b9dacfaf
Revert "Fix #11679: Facilities clipping issues" (#18660)
This reverts commit c9b6292b88.

Unfortunately #11679 had side effects more serious than the problem it set out to solve. So unfortunately we’ll have to revert it, unless @rik-smeets has another solution.

See here: https://github.com/OpenRCT2/OpenRCT2/pull/18358#issuecomment-1304615840
2022-11-23 18:31:37 +00:00
Michael Steenbeek
68931c75bb
Add data/assetpack to .gitignore 2022-11-23 19:21:28 +01:00
Gymnasiast
8e85c2f344
Small en-GB fixes 2022-11-23 19:04:17 +01:00
Gymnasiast
8a77d7e45f
Remove obsolete translations 2022-11-23 18:49:18 +01:00
Gymnasiast
d8205f2d60
Amend changelog 2022-11-23 18:48:36 +01:00
Ryan
f1c3ee33ff
Fix Dragon Islands not appearing in UCES tab 2022-11-23 18:26:59 +01:00
Gymnasiast
bd11230d46
Update object ID for people who used the development version 2022-11-23 18:22:22 +01:00
Gymnasiast
713a05f203
Remove obsolete object hacks 2022-11-23 18:18:20 +01:00
Gymnasiast
2ce2fd307e
Update objects to v1.3.7 2022-11-23 18:18:20 +01:00
AuraSpecs
0a7a50e2c5
Add tab for UCES scenarios
The order of the scenarios is listed in the same order listed on the UCES website. This also allows for translating the scenarios to other languages!

Co-authored-by: Gymnasiast <m.o.steenbeek@gmail.com>
2022-11-22 15:18:55 +01:00
Simon J
f4e0480cba
Fix #10932: Extensive warnings in console when placing an entrance or exit (#13114)
Co-authored-by: Simon Jarrett <mwnciau@users.noreply.github.com>
2022-11-20 09:03:08 -03:00
Basssiiie
5396368274
[Plugin] Fix crash when reading widget property on window that has both static and tab content (#18620) 2022-11-19 08:29:01 -03:00
OpenRCT2 git bot
c7da78a302 Merge Localisation/master into OpenRCT2/develop 2022-11-19 04:02:03 +00:00
Rik Smeets
9688d93e46
Open campaign tab from finished campaign news
When a marketing campaign is finished, it is likely the player wants to renew it.
This change allows the ‘Campaigns’ tab in the 'Finances' window to be opened from the news item of the finished campaign.
2022-11-18 13:26:52 +01:00
OpenRCT2 git bot
a8499f5010 Merge Localisation/master into OpenRCT2/develop 2022-11-18 04:03:36 +00:00
Michael Steenbeek
e13a2d70b3
Fix #18606: JSON objects do not take priority over DATs they supersede 2022-11-17 18:50:20 +01:00
Michael Steenbeek
b2ffcf3b8a
Changelog: fix wording 2022-11-17 17:11:09 +01:00
Haven Kim
7df08a304d
Fix #18244: Invention DragWindow's starting position is inconsistent (#18303) 2022-11-17 07:44:43 -03:00
OpenRCT2 git bot
7268633d81 Merge Localisation/master into OpenRCT2/develop 2022-11-17 04:02:39 +00:00
Duncan
75f3e82661
Provide more warnings for RideSetColourSchemeAction (#18590)
Co-authored-by: Tulio Leao <tupaschoal@gmail.com>
2022-11-16 23:45:53 -03:00
73
0d16c63f1e
Add changelog entry for colour presets as discussed in #18514 (#18524) 2022-11-16 11:19:48 +01:00
73
48ba81371f
Fix #18600: Some copyright years are not updated
this will address issue report #18600
2022-11-16 11:13:32 +01:00
OpenRCT2 git bot
51762a8bed Merge Localisation/master into OpenRCT2/develop 2022-11-16 04:05:35 +00:00
Haven Kim
69e5439484
Fix #17067: Random Staff Patrol Area clicks (#18329)
Co-authored-by: Tulio Leao <tupaschoal@gmail.com>
2022-11-16 00:13:24 +00:00
Michael Steenbeek
bde4e2400f
Fix asset pack priority tooltips 2022-11-15 12:13:31 +01:00
Michael Steenbeek
96284123e7
Reduce usage of gCommonStringFormatBuffer 2022-11-14 23:48:34 +00:00
Michał Janiszewski
8439499004
Merge pull request #18555 from janisozaur/imageid-byval
Pass ImageId by value instead by const-ref
2022-11-13 22:15:40 +01:00
Michael Steenbeek
21e88a8a33
Remove code duplication in character bitmap init 2022-11-13 15:04:49 +01:00
OpenRCT2 git bot
4d88cf1aee Merge Localisation/master into OpenRCT2/develop 2022-11-13 04:10:55 +00:00
Michał Janiszewski
237bba9e6f
Provide additional info for ImageId struct size requirements 2022-11-12 23:36:47 +01:00