Commit Graph

2028 Commits

Author SHA1 Message Date
Ted John a2e6691ac2 Add new audio objects for loading sounds 2022-05-23 22:24:56 +01:00
OpenRCT2 git bot 697fa7c436 Merge Localisation/master into OpenRCT2/develop 2022-05-23 04:10:52 +00:00
OpenRCT2 git bot e061845321 Merge Localisation/master into OpenRCT2/develop 2022-05-22 04:02:39 +00:00
OpenRCT2 git bot acada46232 Merge Localisation/master into OpenRCT2/develop 2022-05-20 04:07:00 +00:00
OpenRCT2 git bot 9e5942104e Merge Localisation/master into OpenRCT2/develop 2022-05-16 04:03:00 +00:00
OpenRCT2 git bot 563a893dfe Merge Localisation/master into OpenRCT2/develop 2022-05-15 04:04:45 +00:00
OpenRCT2 git bot 01a0f0feab Merge Localisation/master into OpenRCT2/develop 2022-05-11 04:11:52 +00:00
Hielke Morsink 5f2bde9375
Show Tile Inspector hint when nothing is selected 2022-05-07 13:42:24 +00:00
OpenRCT2 git bot d551e590e1 Merge Localisation/master into OpenRCT2/develop 2022-05-06 04:02:09 +00:00
Olivier Wervers 593be7ef28
Add option to show ride vehicles separately 2022-05-03 22:49:47 +02:00
OpenRCT2 git bot 90d3914a01 Merge Localisation/master into OpenRCT2/develop 2022-05-03 04:09:36 +00:00
Hielke Morsink 0c34e7b269
Use eye glyph in column header 2022-05-02 22:07:09 +02:00
OpenRCT2 git bot e273364b53 Merge Localisation/master into OpenRCT2/develop 2022-05-02 04:21:05 +00:00
OpenRCT2 git bot c7a26a5921 Merge Localisation/master into OpenRCT2/develop 2022-04-30 04:04:45 +00:00
Ted John 9f28b66eec
Remove title editor 2022-04-26 22:17:38 +02:00
Gymnasiast 0310b9efc7
Merge Localisation/master into OpenRCT2/develop 2022-04-25 18:31:55 +02:00
Ted John 3c09e60273 Add error if park version is too old 2022-04-23 15:28:13 +01:00
Ted John 65878dda81 Warn or error if incompatible park version is loaded 2022-04-23 14:45:40 +01:00
OpenRCT2 git bot 9164905189 Merge Localisation/master into OpenRCT2/develop 2022-04-21 04:15:22 +00:00
OpenRCT2 git bot ae67a3154b Merge Localisation/master into OpenRCT2/develop 2022-04-17 04:01:48 +00:00
OpenRCT2 git bot ffb302a6cf Merge Localisation/master into OpenRCT2/develop 2022-04-14 04:01:48 +00:00
OpenRCT2 git bot 18882d1ba4 Merge Localisation/master into OpenRCT2/develop 2022-04-12 04:01:51 +00:00
Michael Steenbeek b35b1e2ec9
Grammar fix in STR_6488
[ci skip]
2022-04-10 00:49:40 +02:00
Hielke Morsink c429fc329a
Add a new warning for queue length complaints 2022-04-05 19:55:48 +02:00
Hielke Morsink b66d15659f
Remove the new cheat that disable queue length limits
This partially reverts commit 0ece5d0f44.
2022-04-05 19:55:44 +02:00
Charles Machalow 0ece5d0f44
Add a new cheat to disable queue length limits 2022-04-02 20:07:06 +02:00
OpenRCT2 git bot 01fa29bb6f Merge Localisation/master into OpenRCT2/develop 2022-03-30 04:09:57 +00:00
OpenRCT2 git bot b90814369d Merge Localisation/master into OpenRCT2/develop 2022-03-22 04:01:54 +00:00
Ted John f909be7a43
Merge pull request #16797 from IntelOrca/feature/enhanced-transparency
Introduce more transparency toggles and allow each one to be set to either an invisible or ghost state which is a persisted user setting.

A new window is introduced to control these settings and is inspired by OpenTTD.
2022-03-20 17:56:08 +00:00
OpenRCT2 git bot f9c0cb1cd2 Merge Localisation/master into OpenRCT2/develop 2022-03-19 04:01:55 +00:00
Ted John 884ef6b8ac Change transparent trees to all vegetation 2022-03-19 00:07:06 +00:00
OpenRCT2 git bot b41c2f76cc Merge Localisation/master into OpenRCT2/develop 2022-03-16 04:09:44 +00:00
OpenRCT2 git bot 09fc49a9d7 Merge Localisation/master into OpenRCT2/develop 2022-03-15 04:10:46 +00:00
Ted John 52e5d48501 Update shortcuts and toolbar menu 2022-03-14 21:57:05 +00:00
Kane 5d7f7485aa Update for rebase, add window theme, fix bugs
- Along with rebasing the code it became nessecary to update various
  calls to `scenery_small_entry_has_flag` and `EntityBase`.

- Added a new window theme with default colours.

- Fixed bug with see-through supports not working.

- Removed incomplete "ride exclusions" tab

- Removed unused text string (Ride Exclusions)
2022-03-14 21:43:09 +00:00
Kane 3d3271a5ec Misc. clean ups
Define see-through paint colours in Paint.h for global use
Color staff sprite button
Change ride->is_visible bool to ignore_invisible_flag bool
Add shortcut to open transparency options (CTRL+T)
2022-03-14 21:41:49 +00:00
Kane 2e93e42a71 More finishing touches
- Changes all references of `VIEWPORT_FLAG_INVISIBLE_PEEPS` to `VIEWPORT_FLAG_INVISIBLE_GUESTS` and `VIEWPORT_FLAG_INVISIBLE_STAFF`
- Updates Invisible People menu item and shortcut.
- Added new viewport flags into the `viewport_set_visibility` function
- Invisible options only work if see-through is activated as well
- Added see-through supports

- Regression: Exclude ride from invisible no longer works (ride is still see-through)
2022-03-14 21:40:27 +00:00
Kane e134be9538 Implement more options
- Invisible guests
- Invisible staff
- See-through trees
- Invisible trees
- Strings/Ids
2022-03-14 21:38:46 +00:00
Kane 4856c3adaf Implement invisible rides, paths & scenery 2022-03-14 21:37:18 +00:00
Kane 9f78c6f0ce Add option to see-through vehicles 2022-03-14 21:36:47 +00:00
Ted John 38d36acef3 Add patrol area tool window 2022-03-12 10:43:41 +00:00
Ivan Krushkov eb423a73b7
Close #12793: Excitement/Intensity/Nausea ratings to Ride List view with sorting (#16655) 2022-03-11 11:17:14 +00:00
OpenRCT2 git bot 1838eaef30 Merge Localisation/master into OpenRCT2/develop 2022-03-08 04:10:51 +00:00
OpenRCT2 git bot d87089259e Merge Localisation/master into OpenRCT2/develop 2022-02-22 04:09:36 +00:00
OpenRCT2 git bot 88528c76c6 Merge Localisation/master into OpenRCT2/develop 2022-02-20 04:09:25 +00:00
OpenRCT2 git bot 7ead70968b Merge Localisation/master into OpenRCT2/develop 2022-02-19 04:09:15 +00:00
Gymnasiast b424682934
Refine STR_6371
[ci skip]
2022-02-18 21:56:00 +01:00
Gymnasiast 8fa150a3d7
Fix error in STR_6371 2022-02-18 18:04:23 +01:00
OpenRCT2 git bot 9322f415a9 Merge Localisation/master into OpenRCT2/develop 2022-02-16 04:09:00 +00:00
Ted John 454bfb0a8f Refactor map size to allow for rectangle maps 2022-02-14 23:15:59 +00:00
skdltmxn 9cd502a9f7 Fix staff statistics overflow 2022-02-14 07:42:18 +00:00
OpenRCT2 git bot b939bc2ac4 Merge Localisation/master into OpenRCT2/develop 2022-02-07 04:09:06 +00:00
OpenRCT2 git bot df77222390 Merge Localisation/master into OpenRCT2/develop 2022-01-29 04:08:33 +00:00
OpenRCT2 git bot 79eca16ad4 Merge Localisation/master into OpenRCT2/develop 2022-01-26 04:09:02 +00:00
Michael Steenbeek 28b10f6787
Merge pull request #16498 from Gymnasiast/remove/scaling-dropdown
Always use SNN for non-integer scaling
2022-01-25 10:55:17 +01:00
OpenRCT2 git bot 9a37b31306 Merge Localisation/master into OpenRCT2/develop 2022-01-25 04:08:57 +00:00
Gymnasiast 98cd39a375
Always use SNN for non-integer scaling 2022-01-24 17:46:22 +01:00
OpenRCT2 git bot 131763143d Merge Localisation/master into OpenRCT2/develop 2022-01-22 04:08:35 +00:00
OpenRCT2 git bot e503603018 Merge Localisation/master into OpenRCT2/develop 2022-01-21 04:09:04 +00:00
OpenRCT2 git bot 5badf735e5 Merge Localisation/master into OpenRCT2/develop 2022-01-20 04:08:43 +00:00
OpenRCT2 git bot 8e8f2be93f Merge Localisation/master into OpenRCT2/develop 2022-01-19 04:08:47 +00:00
OpenRCT2 git bot e78704f48f Merge Localisation/master into OpenRCT2/develop 2022-01-18 04:10:04 +00:00
Gymnasiast b0df7d9334
Fix TI visibility column text 2022-01-17 14:55:24 +01:00
OpenRCT2 git bot c8f037ba7d Merge Localisation/master into OpenRCT2/develop 2022-01-09 04:09:35 +00:00
OpenRCT2 git bot e4af63d3f6 Merge Localisation/master into OpenRCT2/develop 2021-12-11 04:09:03 +00:00
OpenRCT2 git bot 0879f96f96 Merge Localisation/master into OpenRCT2/develop 2021-12-10 04:09:11 +00:00
OpenRCT2 git bot a396289a7a Merge Localisation/master into OpenRCT2/develop 2021-12-09 04:09:15 +00:00
OpenRCT2 git bot bb35adc5b8 Merge Localisation/master into OpenRCT2/develop 2021-12-08 04:09:19 +00:00
OpenRCT2 git bot 8d48a82796 Merge Localisation/master into OpenRCT2/develop 2021-12-01 04:11:00 +00:00
OpenRCT2 git bot c58f96c029 Merge Localisation/master into OpenRCT2/develop 2021-11-30 04:07:43 +00:00
OpenRCT2 git bot c30d574480 Merge Localisation/master into OpenRCT2/develop 2021-11-29 04:09:27 +00:00
OpenRCT2 git bot 4ddd606d63 Merge Localisation/master into OpenRCT2/develop 2021-11-25 04:08:51 +00:00
IntelOrca 34128dc262
Add new .park save format
Co-authored-by: Gymnasiast <Gymnasiast@users.noreply.github.com>
Co-authored-by: duncanspumpkin <duncanspumpkin@users.noreply.github.com>
Co-authored-by: ZehMatt <Zehmatt@users.noreply.github.com>
Co-authored-by: Broxzier <Broxzier@users.noreply.github.com>
2021-11-21 22:43:22 +01:00
Michael Steenbeek ae164e5228
Close #14888: Change Esperanto code 2021-11-20 22:26:41 +01:00
OpenRCT2 git bot f1a5b718e3 Merge Localisation/master into OpenRCT2/develop 2021-11-20 04:08:36 +00:00
OpenRCT2 git bot 4a8af923a3 Merge Localisation/master into OpenRCT2/develop 2021-11-18 04:08:39 +00:00
hjort96 072597f080
Close #12825: Show object rotation in Tile Inspector 2021-11-16 23:16:59 +01:00
OpenRCT2 git bot eac74de3ce Merge Localisation/master into OpenRCT2/develop 2021-11-10 04:08:58 +00:00
chrhaase 4ff0022c58
Fix #15844: Tile Inspector inconsistent text colour
`COLOUR_WHITE` was being passed as the colour when drawing
any text. The Options window uses the `rct_window::colours`
array for resolving the correct theme colour.
Replacing all occurrences of `COLOUR_WHITE` with
`w->colours[1]` makes the text colours more consistent.
In the details section values are still painted in black
no matter the colour theme, which is consistent with e.g.
the park information window.
2021-11-09 09:11:48 +01:00
OpenRCT2 git bot efa40b119a Merge Localisation/master into OpenRCT2/develop 2021-11-04 04:08:47 +00:00
OpenRCT2 git bot 8b724cd998 Merge Localisation/master into OpenRCT2/develop 2021-11-03 04:08:44 +00:00
OpenRCT2 git bot 22408ee4b6 Merge Localisation/master into OpenRCT2/develop 2021-11-01 04:08:42 +00:00
OpenRCT2 git bot 86f91585d2 Merge Localisation/master into OpenRCT2/develop 2021-10-28 04:08:32 +00:00
OpenRCT2 git bot 5eeb970787 Merge Localisation/master into OpenRCT2/develop 2021-10-27 04:08:56 +00:00
OpenRCT2 git bot 2146abb17f Merge Localisation/master into OpenRCT2/develop 2021-10-26 04:08:51 +00:00
OpenRCT2 git bot 72439c28d2 Merge Localisation/master into OpenRCT2/develop 2021-10-23 04:08:27 +00:00
OpenRCT2 git bot 14c5f13b18 Merge Localisation/master into OpenRCT2/develop 2021-10-21 04:08:57 +00:00
OpenRCT2 git bot 36a0a28e3f Merge Localisation/master into OpenRCT2/develop 2021-10-05 04:08:34 +00:00
OpenRCT2 git bot b7bda6e938 Merge Localisation/master into OpenRCT2/develop 2021-10-02 04:08:15 +00:00
OpenRCT2 git bot c284aa2ce2 Merge Localisation/master into OpenRCT2/develop 2021-09-29 04:08:29 +00:00
OpenRCT2 git bot fddf009afc Merge Localisation/master into OpenRCT2/develop 2021-09-21 04:08:19 +00:00
OpenRCT2 git bot 99e3883b6e Merge Localisation/master into OpenRCT2/develop 2021-09-19 04:07:58 +00:00
OpenRCT2 git bot 16472a400f Merge Localisation/master into OpenRCT2/develop 2021-09-16 04:07:59 +00:00
OpenRCT2 git bot 3f8f78ac8f Merge Localisation/master into OpenRCT2/develop 2021-09-14 04:11:10 +00:00
Kane b35fd28c55
Feature #7682: Lock camera to vehicle in main window
Pressing the "Locate" button in the Ride window when selected on a "Vehicle/Train" will now have the main viewport track the vehicle.
2021-09-13 20:44:52 +02:00
OpenRCT2 git bot e2841477bd Merge Localisation/master into OpenRCT2/develop 2021-09-10 04:08:27 +00:00
OpenRCT2 git bot c6e4dc5ef1 Merge Localisation/master into OpenRCT2/develop 2021-09-07 04:08:07 +00:00
OpenRCT2 git bot fc189f8c7d Merge Localisation/master into OpenRCT2/develop 2021-09-06 04:08:02 +00:00
Hielke Morsink 8ae918118a
Add a bug-report item in file dropdown menu 2021-09-05 15:25:44 +02:00
OpenRCT2 git bot 91ca2e58bc Merge Localisation/master into OpenRCT2/develop 2021-09-03 04:08:05 +00:00