From aadf9161e23c411c662d808307f61ffd307cdf80 Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Sat, 30 Dec 2023 21:08:38 +0100 Subject: [PATCH 1/2] Use curly quotes in changelog --- distribution/changelog.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/distribution/changelog.txt b/distribution/changelog.txt index 15974c23f9..abb08490b9 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -18,8 +18,8 @@ - Fix: [#16453] Tile inspector invisibility shortcut does not use a game action. - Fix: [#16926] When multiple vehicles are grouped in research, only one of them is unlocked. - Fix: [#17774] Misplaced/missing land and construction rights tiles in RCT1 & RCT2 scenarios. -- Fix: [#18199] Dots in the game save's name no longer get truncated. -- Fix: [#19722] “Forbid tree removal” restriction doesn't forbid removal of large scenery tree items. +- Fix: [#18199] Dots in the game save’s name no longer get truncated. +- Fix: [#19722] “Forbid tree removal” restriction doesn’t forbid removal of large scenery tree items. - Fix: [#20253] Crash when displaying a Lay-Down RC’s half loop. - Fix: [#20356] Cannot set tertiary colour on small scenery. - Fix: [#20624] Scrolling text glitches after language is changed. @@ -89,7 +89,7 @@ - Feature: [#19930] Add plugin APIs for research. - Feature: [#19979] Add plugin API for scenery groups. - Feature: [OpenMusic#25] Added Prehistoric ride music style. -- Feature: [OpenMusic#26] Fairground Organ style 2 with new recordings from Herman's 35er Voigt (Previously known as Bressingham Voigt). +- Feature: [OpenMusic#26] Fairground Organ style 2 with new recordings from Herman’s 35er Voigt (Previously known as Bressingham Voigt). - Feature: [OpenMusic#28] Add Ragtime style 2 ride music. - Improved: [#17739] Raise water and land height limits to 254 units/182m/600ft. - Improved: [#18490] Reduce guests walking through trains on level crossing next to station. @@ -232,29 +232,29 @@ - Change: [#18381] Convert custom invisible paths to the built-in ones. - Change: [OpenMusic#19, OpenSFX#11] First implementation of official replacement asset packs for sound effects & music. - Fix: [#1491] Clearance of the Cash Machine is too low (original bug). -- Fix: [#1519] “See-through rides” doesn't affect all rides (original bug). +- Fix: [#1519] “See-through rides” doesn’t affect all rides (original bug). - Fix: [#6341] “Unlock vehicle limits” does not allow setting fewer vehicles than the vehicle type requires. - Fix: [#14312] Research ride type message incorrect. - Fix: [#14425] Ride ratings do not skip unallocated ride ids. - Fix: [#15969] Guests heading for ride use vanilla behaviour. - Fix: [#17067] Random Staff Patrol Area clicks. - Fix: [#17316] Sides of River Rapids’ corners overlay other parts of the track. -- Fix: [#17657] When switching from buying land rights to buying construction rights, grid disables and won't re-enable afterwards. +- Fix: [#17657] When switching from buying land rights to buying construction rights, grid disables and won’t re-enable afterwards. - Fix: [#17763] Missing validation on invalid characters in file name. - Fix: [#17853] Invention name tears while being dragged. - Fix: [#18064] Unable to dismiss notification messages. - Fix: [#18070] Underground entrance/exit shows through terrain walls (original bug). -- Fix: [#18094] Underground shops & facilities don't show when adjacent to non-underground path (original bug). +- Fix: [#18094] Underground shops & facilities don’t show when adjacent to non-underground path (original bug). - Fix: [#18122] Ghosts count towards “Great scenery!” guest thought. - Fix: [#18134] Underground on-ride photo section partially clips through adjacent terrain edge. -- Fix: [#18244] Invention DragWindow's starting position is inconsistent. +- Fix: [#18244] Invention DragWindow’s starting position is inconsistent. - Fix: [#18245] Guests stopping dead in their tracks at railway crossings. - Fix: [#18257] Guests ‘waiting’ on extended railway crossings. - Fix: [#18354] Overwrite alert does not show when save name has different casing on Windows. - Fix: [#18379] Tunnel entrances for underground Mini Golf Hole E are not rendered correctly. - Fix: [#18442] About window background is clickable. -- Fix: [#18449] [Plugin] Change type of listview widgets from 'scroll_view' to 'listview'. -- Fix: [#18453] Slow walking guests don't get across level crossings in time. +- Fix: [#18449] [Plugin] Change type of listview widgets from ‘scroll_view’ to ‘listview’. +- Fix: [#18453] Slow walking guests don’t get across level crossings in time. - Fix: [#18459] ‘Highlight path issues’ hides fences for paths with additions. - Fix: [#18469] Land rights window buttons incorrectly disabled and markers remain visible indefinitely. - Fix: [#18552] Trains clipping through helixes. From 651a4662d6487605d9acdeb9c6760076c712dcad Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Sat, 30 Dec 2023 21:13:53 +0100 Subject: [PATCH 2/2] Add object changes to changelog --- distribution/changelog.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/distribution/changelog.txt b/distribution/changelog.txt index abb08490b9..ce27dbd12c 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -6,11 +6,15 @@ - Feature: [#20825] Made setting the game speed a game action. - Feature: [#20830] Display author field on scenery window. - Feature: [#20853] [Plugin] Add “BaseTileElement.owner” which is saved in the park file. +- Feature: [objects#257] Re-introduce the RCT1 road, which does not have handrails. - Feature: [OpenMusic#46] Added Mystic ride music style. - Feature: [OpenMusic#50] Added Rock style 4 ride music. +- Improved: [objects#261] Add composer credits on all RCT2 music objects. - Change: [#20790] Default ride price set to free if park charges for entry. - Change: [#20880] Restore removed default coaster colours. - Change: [#21102] The money effect will now update even when the game is paused. +- Change: [objects#244] Update sort priorities for expansion scenery groups. +- Change: [objects#256] Use recoloured RCT2 artwork on the Fruity Ices Stall, rather than the (slightly different) RCT1 artwork. - Fix: [#5677] Balloons pass through the ground and objects. - Fix: [#12299] Placing ride entrances/exits ignores the Disable Clearance Checks cheat. - Fix: [#13473] Guests complain that the default Circus price is too high. @@ -31,6 +35,8 @@ - Fix: [#20964] Crash when player connects to server with a group assigned that no longer exists. - Fix: [#20995] TTF fonts don’t support hinting, outlines, or insets with OpenGL. - Fix: [#21042] Peeps don’t render properly in S4 parks. +- Fix: [objects#246, objects#248] Some objects are incorrectly marked as originating from RCT1. +- Fix: [objects#260] Submarine Ride has its capacity listed incorrectly. 0.4.6 (2023-09-03) ------------------------------------------------------------------------