1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

22261 Commits

Author SHA1 Message Date
Gymnasiast
61c67afc66 Release v0.3.5.1
- Improved: [#12825, #12869] The Tile Inspector window’s layout has been tweaked slightly.
- Change: [#15899] Weird bonus for path 0 - likely intended as a queue bonus (original bug).
- Fix: [#15138] Sometimes small scenery stays when building through it.
- Fix: [#15620] Placing track designs at locations blocked by anything results in wrong error message.
- Fix: [#15843] Tile Inspector can be resized too small.
- Fix: [#15844] Tile Inspector has inconsistent text colours.
- Fix: [#15878] Crash when opening a ride window for a corrupted vehicle.
- Fix: [#15908] Crash when track elements have no ride assigned.
- Fix: [#15919] Research status incorrectly considered for scenery when in editor modes.
- Fix: [#15938] Track designs of some ride types are incorrectly exported to TD6.
v0.3.5.1
2021-11-21 22:06:59 +01:00
Gymnasiast
5afae08d94 Merge branch 'develop' 2021-11-21 21:58:39 +01:00
Michael Steenbeek
c9c61723b2 Refactor peep_update_ride_prepare_for_exit() 2021-11-21 13:31:03 +01:00
Michael Steenbeek
ae164e5228 Close #14888: Change Esperanto code 2021-11-20 22:26:41 +01:00
Michael Steenbeek
7cdb8f162a Fix: Track designs of some ride types incorrectly exported to TD6 2021-11-20 13:52:48 +01:00
Duncan
a60f7de103 Fix #15919: Scenery groups are missing in scenario editor 2021-11-20 11:25:27 +01:00
OpenRCT2 git bot
f1a5b718e3 Merge Localisation/master into OpenRCT2/develop 2021-11-20 04:08:36 +00:00
Hielke Morsink
0b691fa09a Fix #15928: Tile inspector hotkeys mapped incorrectly 2021-11-18 23:02:36 +01:00
OpenRCT2 git bot
4a8af923a3 Merge Localisation/master into OpenRCT2/develop 2021-11-18 04:08:39 +00:00
Romain
4e8916cff2 Fix translator username (#15926) 2021-11-17 12:39:48 +00:00
Hielke Morsink
7a867a8c31 Add github ID for tile inspector change (#15924)
Figured this is best combined with the other Tile Inspector item.
2021-11-17 09:29:09 -03:00
Hielke Morsink
8a1bd1f7d4 Fix #15138: Sometimes small scenery stays when building through it 2021-11-17 11:08:26 +01:00
hjort96
072597f080 Close #12825: Show object rotation in Tile Inspector 2021-11-16 23:16:59 +01:00
ζeh Matt
f758e82112 Fix #15908: Out of bounds access for track elements with no ride index 2021-11-16 23:15:54 +01:00
Duncan
5d2a56525f Refactor min max cars per train from nsf (#15911) 2021-11-14 20:58:44 +00:00
Duncan
f84c5616e5 Port over NSF map changes (#15912) 2021-11-14 20:58:33 +00:00
Duncan
dd9bc86e75 Minor refactor from nsf (#15910) 2021-11-14 16:31:01 +00:00
Michael Steenbeek
9134bd4788 Update RCT1 path names + British spelling for ‘grey’ 2021-11-13 23:38:04 +01:00
ζeh Matt
c0f928f51d Merge pull request #15895 from ZehMatt/refactor/gamecommands
Remove unnecessary game command ids
2021-11-13 08:21:40 -08:00
Michael Steenbeek
fc421214e6 Bump network version 2021-11-13 13:18:46 +01:00
Michael Steenbeek
e6e0b31397 Fix #15899: Odd ratings bonus for path 0 (#15905) 2021-11-13 12:28:42 +01:00
Hielke Morsink
95f2d82a8f Fix changelog order and quotation style 2021-11-12 22:49:13 +01:00
Hielke Morsink
12ffb8fa13 Make check for localisation changes more robust (#15893) 2021-11-12 09:24:12 +01:00
ζeh Matt
27e821ae52 Merge pull request #15886 from ZehMatt/refactor/gameaction-setcallback2
Refactor out DEFINE_GAME_ACTION
2021-11-11 06:48:25 -08:00
ζeh Matt
54af81450e Remove unnecessary game command ids 2021-11-11 16:44:16 +02:00
ζeh Matt
d80612dfe4 Update date 2021-11-11 16:25:46 +02:00
ζeh Matt
55af69813a Ensure registration is never out of bounds with static_assert 2021-11-11 16:23:50 +02:00
ζeh Matt
f491c97734 Refactor game action registry initialization and make it constexpr 2021-11-11 16:16:52 +02:00
ζeh Matt
c7fa1b44e9 Pass name during registration and minor cleanup 2021-11-11 15:50:01 +02:00
ζeh Matt
96e2641d0d Remove macro for registration and cleanup 2021-11-10 19:42:23 +02:00
ζeh Matt
91d6338db5 Remove unused overload of SetCallback (#15885) 2021-11-10 14:03:34 +00:00
OpenRCT2 git bot
eac74de3ce Merge Localisation/master into OpenRCT2/develop 2021-11-10 04:08:58 +00:00
Michael Steenbeek
e1a1560fd2 Fix #15878: Crash when opening ride window for corrupted vehicle 2021-11-09 18:41:33 +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
Michael Steenbeek
b78908caa2 Add #15620 to changelog, fix entry for #12869 2021-11-07 19:54:22 +01:00
Michael Steenbeek
084b752fb8 Merge pull request #15816 from ZehMatt/refactor/15630
Close #15630: Refactor TrackDesign
2021-11-07 19:53:32 +01:00
Michael Steenbeek
36bbb01352 Merge pull request #12869 from Broxzier/feature/TI-widget-code-cleanup
Refactor Tile Inspector widget definitions
2021-11-07 19:35:49 +01:00
Michael Steenbeek
c90b371e82 Merge pull request #15868 from Gymnasiast/refactor/lightlist_entry-coordsxyz
Use CoordsXYZ in lightlist_entry
2021-11-07 19:12:00 +01:00
Gymnasiast
af171d07e8 Use TitleCase in LightListEntry 2021-11-07 14:16:37 +01:00
Gymnasiast
bc3276dd43 Use CoordsXYZ in lightlist_entry 2021-11-07 14:13:08 +01:00
Gaven Rendell
463f49586c Fix #15843; Tile Inspector resizes too small. (#15860) 2021-11-07 11:24:33 +00:00
hjort96
1ac7b9227b Close #13797: Refactor window to class RideList (#15836)
Co-authored-by: hjort96 <jonathan.hjorth96@hotmail.com>
2021-11-07 08:05:14 -03:00
Hielke Morsink
936c29b261 Merge pull request #15812 2021-11-06 18:59:18 +01:00
Hielke Morsink
941c5b00b0 Use String::ToUpper in TransformPermissionKeyToInternal 2021-11-06 18:41:32 +01:00
Hielke Morsink
f03a13da82 Simplify object selection string filtering 2021-11-06 17:24:42 +01:00
Hielke Morsink
38ee1c0f93 Simplify track list filtering 2021-11-06 17:04:05 +01:00
Hielke Morsink
76b5479bbb Fix undefined use of cctype functions 2021-11-06 16:27:54 +01:00
Gymnasiast
b21643a692 Merge branch 'master' into develop 2021-11-06 13:01:43 +01:00
Gymnasiast
b9bc8d0606 Release v0.3.5
- Feature: [#3868] Initial support for using TTF in OpenGL mode (still contains bugs).
- Feature: [#7682] Follow ride/guest/staff in main window viewport.
- Feature: [#13407] Allow building chain lifts on enclosed dinghy slide pieces when cheats are on.
- Feature: [#15084] [Plugin] Add "vehicle.crash" hook.
- Feature: [#15143] Added a shortcut key for Giant Screenshot.
- Feature: [#15164] Highlight elements selected by the Tile Inspector, tracks are currently not supported.
- Feature: [#15165] [Plugin] Add the ability to create entities using "map.createEntity".
- Feature: [#15194] [Plugin] Add guest properties, ride downtime and park casualty penalty.
- Feature: [#15195] Added a bug-report item in file dropdown menu.
- Feature: [#15294] New vehicle animation type: flying animal.
- Fix: [#10614] Track Designs with missing path(s) do not use alternate pathways.
- Fix: [#12981] New vehicles do not appear in vehicle type dropdown.
- Fix: [#13465] Creating a scenario based on a won save game results in a scenario that’s instantly won.
- Fix: [#13912] “Dome park” no longer renders dome correctly.
- Fix: [#14316] Closing the Track Designs Manager window causes broken state.
- Fix: [#14482, #15258] Rides with invisibility hacks sometimes behave incorrectly.
- Fix: [#14649] ImageImporter incorrectly remaps colours outside the RCT2 palette.
- Fix: [#14667] “Extreme Hawaiian Island” has unpurchaseable land tiles (original bug).
- Fix: [#14741] Crash when exiting OpenRCT2 on macOS.
- Fix: [#15096] Crash when placing entrances in the scenario editor near the map corner.
- Fix: [#15136] Exported SV6 files cause vanilla RCT2 to hang.
- Fix: [#15142] ToonTowner's mine roofs were moved into the pirate theme scenery group instead of the mine theme scenery group.
- Fix: [#15148] Track Designs Manager delete confirmation window doesn't display properly.
- Fix: [#15170] Plugin: incorrect label text alignment.
- Fix: [#15177] Crash in lightfx_add_lights_magic_vehicle().
- Fix: [#15184] Crash when hovering over water types in Object Selection.
- Fix: [#15193] Crash when rides/stalls are demolished.
- Fix: [#15197] Cannot place flat ride after removing it in construction window.
- Fix: [#15199] Construction window is not closed when a ride gets demolished.
- Fix: [#15213] Freeze when hovering over Reverse Freefall Coaster in Russian.
- Fix: [#15227] Crash on exit after hovering over water types in the Object Selection window.
- Fix: [#15255] Tile Inspector shows banner information on walls that do not contain one.
- Fix: [#15257] Chat icon shows in scenario/track editor. Other icons don't disable when deactivated in options menu.
- Fix: [#15289] Unexpected behavior with duplicated banners which also caused desyncs in multiplayer.
- Fix: [#15322] Circus music doesn't play.
- Fix: [#15377] Entrance/exit ghost doesn't work on different stations without touching them first.
- Fix: [#15451] Guest list name filter remains after group selection.
- Fix: [#15466] Crash when opening a dropdown with 0 rows.
- Fix: [#15476] Crash when placing/clearing small scenery.
- Fix: [#15487] Map animations do not work correctly when loading an exported SV6 file in vanilla RCT2.
- Fix: [#15490] Tile inspector needlessly updates clearance height when changing surface slopes.
- Fix: [#15496] Crash in paint_swinging_inverter_ship_structure().
- Fix: [#15503] Freeze when doing specific coaster merges with block brakes.
- Fix: [#15514] Two different “quit to menu” menu items are available in track designer and track design manager.
- Fix: [#15560] Memory leak due to OpenGL Renderer not releasing a texture.
- Fix: [#15567] Litter not being counted correctly during Park rating calculation (original bug).
- Fix: [#15579] Crash in track_block_get_next().
- Fix: [#15582] [Plugin] Litter properties return incorrect values.
- Fix: [#15584] Ride income underflows when on-ride photos are making losses.
- Fix: [#15612] Crash when placing walls beside certain scenery objects.
- Fix: [#15851] Incorrect percentage chance of jumping with Katie Smith cheat.
- Fix: [#15858] Joanne Barton and Emma Garrell cheat incorrectly not applying effects to self.
- Improved: [#3417] Crash dumps are now placed in their own folder.
- Improved: [#13524] macOS arm64 native (universal) app
- Improved: [#15538] Software rendering can now draw in parallel when Multithreading is enabled.
- Change: [#8601] Revert ToonTower base block fix to re-enable support blocking.
- Change: [#15174] [Plugin] Deprecate the type "peep" and add support to target a specific scripting api version.
v0.3.5
2021-11-06 12:10:11 +01:00
Gymnasiast
196cad0302 Merge branch 'develop' 2021-11-06 11:57:29 +01:00