1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00
Commit Graph

24134 Commits

Author SHA1 Message Date
Michał Janiszewski
ca91c67eeb Fix #18576: Cannot open parks with certain types of corrupt tile elements 2022-12-09 06:57:40 +00:00
OpenRCT2 git bot
88e9f07c49 Merge Localisation/master into OpenRCT2/develop 2022-12-09 04:09:59 +00:00
Michał Janiszewski
2d101a5212 Provide additional information when rejecting unknown tile element 2022-12-08 22:38:17 +01:00
Michael Steenbeek
b7bc29ee82 Add #18621 to changelog 2022-12-08 21:56:11 +01:00
ccahiggins
76d491b9a2 Improve OpenGL Rectangle SetInstances Performance
Change to use glBufferSubData instead of glBufferData

An initial buffer size is set with glBufferData.
glBufferSubData is then used to copy to the existing buffer,
rather than creating a new one for each frame.

We keep track of the buffer size, and if instances size increases
above the buffer size, a new buffer is created with glBufferData
2022-12-08 21:14:31 +01:00
Rik Smeets
9226448eb1 Fix #18552: Trains clipping through helixes 2022-12-08 19:49:54 +01:00
OpenRCT2 git bot
94a4a45e30 Merge Localisation/master into OpenRCT2/develop 2022-12-08 04:09:58 +00:00
Michael Steenbeek
6f82bdf099 en-GB: Fix typo 2022-12-07 09:35:27 +01:00
HouseholdVTuber
228a8573e2 Fix #18364: No Too High! or Too Low! error messages when attempting to raise/lower land beyond the limits 2022-12-06 23:06:06 -03:00
OpenRCT2 git bot
84b3fc9da4 Merge Localisation/master into OpenRCT2/develop 2022-12-06 04:09:15 +00:00
Michael Steenbeek
b3af9b6eb3 Set a default scenery group priority value
All custom groups I checked seem to use ‘40’ as the priority, so I went with that.
2022-12-05 07:36:10 +01:00
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