1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00
Commit Graph

2529 Commits

Author SHA1 Message Date
OpenRCT2 git bot
4ef9dd4c84 Merge Localisation/master into OpenRCT2/develop 2025-07-05 13:10:36 +02:00
Gymnasiast
e6cc1e1aae Merge Localisation 2025-07-05 13:09:51 +02:00
OpenRCT2 git bot
e8d9663eed Merge Localisation/master into OpenRCT2/develop 2025-07-04 04:07:59 +00:00
Michał Janiszewski
763242b14d Add ability to scroll the map with gamepad stick 2025-07-03 22:48:59 +02:00
OpenRCT2 git bot
0c01475ce4 Merge Localisation/master into OpenRCT2/develop 2025-07-03 04:09:47 +00:00
OpenRCT2 git bot
62418a9588 Merge Localisation/master into OpenRCT2/develop 2025-07-02 04:08:18 +00:00
OpenRCT2 git bot
1826c8bcd2 Merge Localisation/master into OpenRCT2/develop 2025-06-30 04:10:46 +00:00
OpenRCT2 git bot
118f23aa1c Merge Localisation/master into OpenRCT2/develop 2025-06-27 04:07:37 +00:00
OpenRCT2 git bot
e5d3633677 Merge Localisation/master into OpenRCT2/develop 2025-06-26 04:07:30 +00:00
Tulio Leao
eb07bd3e18 Make en-GB consistent with #24628 localisation changes
#24628 removed STR_5553 from all languages but en-GB, which was making the localisation report missing translations on OpenRCT2/Localisation PRs.

Additionally, it added this line break after STR_5816 which seemed unintentional to me.
2025-06-25 19:10:38 +02:00
OpenRCT2 git bot
e17dccae44 Merge Localisation/master into OpenRCT2/develop 2025-06-25 04:08:32 +00:00
Michael Steenbeek
f9b132e24d Remove sorting by difficulty in the scenario selector
This is barely used, complicates the scenario selector and Options window, and will get in the way when adding RCTC and custom campaign support. Time to remove it.
2025-06-24 10:53:26 +00:00
OpenRCT2 git bot
d3dcfb6e1a Merge Localisation/master into OpenRCT2/develop 2025-06-24 04:07:59 +00:00
OpenRCT2 git bot
d130e0dcc8 Merge Localisation/master into OpenRCT2/develop 2025-06-23 04:11:22 +00:00
Michał Janiszewski
0e9982d6ca Drop "Pause game when Steam overlay is open" feature
As shown in https://github.com/OpenRCT2/OpenRCT2/pull/24618, the steam
overlay feature doesn't work well and can cause jarring user experience
in some scenarios. It is only supported in the software renderer and
with code moving steadily to OpenGL, the time has come to remove a
broken feature.
2025-06-16 21:57:56 +02:00
OpenRCT2 git bot
829d146765 Merge Localisation/master into OpenRCT2/develop 2025-06-12 04:06:26 +00:00
OpenRCT2 git bot
0595086f5b Merge Localisation/master into OpenRCT2/develop 2025-06-11 04:07:03 +00:00
Aaron van Geffen
dac097ce64 Rework news options into one tab in the news window 2025-06-10 21:13:05 +00:00
Aaron van Geffen
ec3f9d1272 Disable scenario options rather than hiding them (#24559) 2025-06-10 20:05:06 +00:00
Aaron van Geffen
0f59d6dd02 Optionally allow scenario previews to use screenshots 2025-05-21 18:07:19 +02:00
OpenRCT2 git bot
b596703fea Merge Localisation/master into OpenRCT2/develop 2025-06-07 04:03:20 +00:00
OpenRCT2 git bot
e6ea31b7e9 Merge Localisation/master into OpenRCT2/develop 2025-05-30 04:03:39 +00:00
ZeeMaji
62cb4afd42 Fix #20095: UCES Cemetery Ridge swapped entrance/exit. (#24532)
* Fix UCES Halloween swapped ride huts

* Add cemetery ridge to scenario_to_hash

* Update changelog.txt

* Update data/scenario_patches/scenario_to_hash

Co-authored-by: Tulio Leao <tupaschoal@gmail.com>

---------

Co-authored-by: Tulio Leao <tupaschoal@gmail.com>
2025-05-29 12:09:48 -03:00
OpenRCT2 git bot
dbe42bd9ce Merge Localisation/master into OpenRCT2/develop 2025-05-28 04:03:51 +00:00
OpenRCT2 git bot
c934280589 Merge Localisation/master into OpenRCT2/develop 2025-05-23 04:03:10 +00:00
Matt
01b577fa58 Improve performance of panning the viewport with OpenGL renderer (#24413)
* Improve performance of panning the viewport with OpenGL renderer

* Use a shader to perform the copy rect operation

* Clear the frame buffer after its initialized

* Handle Y flip in shader, be explicit about FBO draw state

* Target 330 core, remove the y flip handling

* Explicitly use GL_RGB8 and not GL_RGB

* Add more error handling, clear depth when depth is created

* Lets try this

* Make sure blend and depth are disabled

* Bind the source fbo for reading

* Try this alternative approach

* Set read and draw buffer before glBlitFramebuffer

* Apple is forcing my hand

* Update changelog.txt
2025-05-21 18:35:05 +03:00
OpenRCT2 git bot
508b7a638a Merge Localisation/master into OpenRCT2/develop 2025-05-19 04:06:41 +00:00
Andrew
736d9448af Close #22476: Add time since last inspection to Rides List window (#24080)
* Add time since last inspection to ride window

* Changelog

* Add missing entry to ride_info_type_money_mapping
Make dropdown wider

* Consistent formatting

* Update distribution/changelog.txt

---------

Co-authored-by: Tulio Leao <tupaschoal@gmail.com>
2025-05-18 09:56:44 +00:00
OpenRCT2 git bot
208480f005 Merge Localisation/master into OpenRCT2/develop 2025-05-18 04:05:55 +00:00
OpenRCT2 git bot
16bcca5f5f Merge Localisation/master into OpenRCT2/develop 2025-05-17 04:02:20 +00:00
Aaron van Geffen
bcb6c40c59 Rework display tab in options window (#24385)
* Divide display options into three group boxes

* Turn frame rate limit options into dropdown
2025-05-15 22:40:04 +02:00
OpenRCT2 git bot
c2e042e5e1 Merge Localisation/master into OpenRCT2/develop 2025-05-15 04:02:41 +00:00
OpenRCT2 git bot
67be9614e3 Merge Localisation/master into OpenRCT2/develop 2025-05-14 04:03:01 +00:00
OpenRCT2 git bot
40f6829dd1 Merge Localisation/master into OpenRCT2/develop 2025-05-13 04:03:15 +00:00
Aaron van Geffen
f949e17f09 Add dedicated 'clear' string for clear button (#24387) 2025-05-12 15:53:46 +00:00
OpenRCT2 git bot
982e7e898c Merge Localisation/master into OpenRCT2/develop 2025-05-06 04:02:21 +00:00
OpenRCT2 git bot
78fc6053c7 Merge Localisation/master into OpenRCT2/develop 2025-05-05 04:03:20 +00:00
Aaron van Geffen
93ae8a3553 Rework 'advanced options' tab to use group boxes (#24194)
* Turn RCT1 path button into label widget

* Rename WIDX_EXPORT_CUSTOM_OBJECTS_CHECKBOX

* Draw RCT1 path in black text

* Rework advanced tab into groupboxes

* Adjust clear/browse button width based on current language

* Tweak labels a little so desync label _just_ fits

* Let Emscripten buttons be offset to title bar height

* Tweak emscripten import/export button positions

* Amend changelog
2025-05-04 13:30:49 +00:00
OpenRCT2 git bot
29f30fb997 Merge Localisation/master into OpenRCT2/develop 2025-05-04 04:03:56 +00:00
OpenRCT2 git bot
c1a724a9f1 Merge Localisation/master into OpenRCT2/develop 2025-05-03 04:02:15 +00:00
Aaron van Geffen
ae16743b52 Split 'controls and interface' tab into two tabs 2025-04-21 12:34:42 +02:00
OpenRCT2 git bot
d8526f3d7e Merge Localisation/master into OpenRCT2/develop 2025-04-29 04:02:22 +00:00
OpenRCT2 git bot
21dfeaa993 Merge Localisation/master into OpenRCT2/develop 2025-04-24 04:02:16 +00:00
OpenRCT2 git bot
48b8e95f38 Merge Localisation/master into OpenRCT2/develop 2025-04-22 04:02:15 +00:00
OpenRCT2 git bot
599ad6a08a Merge Localisation/master into OpenRCT2/develop 2025-04-19 04:02:14 +00:00
OpenRCT2 git bot
7912a97ffe Merge Localisation/master into OpenRCT2/develop 2025-04-18 04:02:09 +00:00
Aaron van Geffen
b0b050d42f Add extra editor step for entering scenario details 2025-03-20 16:37:47 +01:00
Aaron van Geffen
eca3b4bddd Rework financial options tab with groupboxes 2025-03-13 17:36:41 +01:00
Aaron van Geffen
c2c598e4c2 Add new window titles and tooltips 2025-03-13 16:25:25 +01:00
OpenRCT2 git bot
88407ff5df Merge Localisation/master into OpenRCT2/develop 2025-04-17 04:02:09 +00:00