Skip to content

Commit

Permalink
Merge pull request OpenRCT2#22592 from AaronVanGeffen/cheats-window
Browse files Browse the repository at this point in the history
Reorganise cheats window
  • Loading branch information
AaronVanGeffen committed Aug 19, 2024
2 parents e8cff5d + ed987fb commit 6278732
Show file tree
Hide file tree
Showing 4 changed files with 442 additions and 233 deletions.
14 changes: 11 additions & 3 deletions data/language/en-GB.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2602,8 +2602,8 @@ STR_5357 :{BLACK}Nausea tolerance:
STR_5358 :{BLACK}Toilet:
STR_5359 :Remove guests
STR_5360 :Removes all guests from the map
STR_5361 :Give all guests:
STR_5362 :{BLACK}Set all guests’ preferred ride intensity to:
STR_5361 :Add to guest inventory
STR_5362 :{BLACK}Preferred ride intensity:
STR_5363 :More than 1
STR_5364 :Less than 15
STR_5365 :{BLACK}Staff speed:
Expand Down Expand Up @@ -2633,7 +2633,7 @@ STR_5457 :Disable support limits
STR_5458 :Rotate clockwise
STR_5459 :Rotate anti-clockwise
STR_5460 :Rotate view anti-clockwise
STR_5461 :Set guests’ parameters
STR_5461 :Set parameters for all guests
STR_5462 :{CURRENCY}
STR_5463 :Goal: Have fun!
STR_5464 :General
Expand Down Expand Up @@ -3732,6 +3732,14 @@ STR_6659 :Guests ignore prices
STR_6660 :Guests will ignore the price of rides and stalls.
STR_6661 :Randomise all
STR_6662 :Randomise colours for every train or vehicle.
STR_6663 :Date cheats
STR_6664 :Show date cheats
STR_6665 :Nature/weather cheats
STR_6666 :Show nature/weather cheats
STR_6667 :Fauna
STR_6668 :Staff cheats
STR_6669 :Show staff cheats
STR_6670 :Guest behaviour

#############
# Scenarios #
Expand Down
1 change: 1 addition & 0 deletions distribution/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- Change: [#22490] In sandbox mode, changing land or construction rights now acts as buying or selling.
- Change: [#22491] Scrollbars are now hidden if the scrollable widget is not actually overflowing.
- Change: [#22541] In editor/sandbox mode, tool widgets now appear on the side of the map window, instead of the bottom.
- Change: [#22592] Cheats have been redistributed along three new tabs: date, staff, and nature/weather.
- Fix: [#21908] Errors showing up when placing/moving track design previews.
- Fix: [#22307] Hover tooltips in financial charts are not invalidated properly.
- Fix: [#22316] Potential crash when switching the drawing engine while the game is running.
Expand Down
8 changes: 8 additions & 0 deletions src/openrct2-ui/UiStringIds.h
Original file line number Diff line number Diff line change
Expand Up @@ -380,22 +380,28 @@ namespace OpenRCT2
STR_CHEAT_RENEW_RIDES_TIP = 5791,
STR_CHEAT_RESET_CRASH_STATUS_TIP = 5793,
STR_CHEAT_STAFF_GROUP = 5466,
STR_CHEAT_TITLE_DATE = 6663,
STR_CHEAT_TITLE_FINANCIAL = 5345,
STR_CHEAT_TITLE_GUEST = 5346,
STR_CHEAT_TITLE_PARK = 5347,
STR_CHEAT_TITLE_RIDE = 5348,
STR_CHEAT_TITLE_STAFF = 6668,
STR_CHEAT_TITLE_WEATHER = 6665,
STR_CHEAT_UNLOCK_OPERATING_LIMITS_TIP = 5585,
STR_CHEAT_WEATHER_GROUP = 5465,
STR_CREATE_DUCKS = 6331,
STR_CREATE_DUCKS_TIP = 6356,
STR_DATE_CHEATS_TIP = 6664,
STR_DATE_RESET = 6200,
STR_DATE_SET = 6199,
STR_DAY = 6198,
STR_FAST = 5367,
STR_FAUNA = 6667,
STR_FINANCIAL_CHEATS_TIP = 5178,
STR_FORMAT_MONTH = 6201,
STR_FROZEN = 6232,
STR_GUEST_CHEATS_TIP = 5179,
STR_GUEST_BEHAVIOUR = 6670,
STR_MAX = 5350,
STR_MIN = 5351,
STR_MONTH = 6197,
Expand All @@ -404,8 +410,10 @@ namespace OpenRCT2
STR_REMOVE_DUCKS = 6332,
STR_REMOVE_DUCKS_TIP = 6357,
STR_RIDE_CHEATS_TIP = 5181,
STR_STAFF_CHEATS_TIP = 6669,
STR_THIS_FEATURE_IS_CURRENTLY_UNSTABLE = 5563,
STR_WARNING_IN_CAPS = 5562,
STR_WEATHER_NATURE_CHEATS_TIP = 6666,
STR_YEAR = 6196,
STR_CHEAT_IGNORE_PRICE_TIP = 6660,

Expand Down
Loading

0 comments on commit 6278732

Please sign in to comment.