From c468221ab11ecb428fce08966f7aad131870949c Mon Sep 17 00:00:00 2001 From: FluffySSbot <129997300+FluffySSbot@users.noreply.github.com> Date: Wed, 18 Oct 2023 09:31:12 +0300 Subject: [PATCH] Automatic changelog for PR #119 [ci skip] --- html/changelogs/AutoChangeLog-pr-119.yml | 31 ++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-119.yml diff --git a/html/changelogs/AutoChangeLog-pr-119.yml b/html/changelogs/AutoChangeLog-pr-119.yml new file mode 100644 index 00000000000..b4ce505d2b0 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-119.yml @@ -0,0 +1,31 @@ +author: "LT3" +delete-after: True +changes: + - refactor: "Tram process/industrial lift refactored into transport subsystem" + - refactor: "Nanotrasen has traded in last year's tram for a new 2563 model!" + - rscadd: "Tram spoilers can be emagged to cause extra damage on collision" + - rscadd: "Tram can now be manually driven from the controller cabinet using TGUI" + - rscadd: "Tram floor tiles can be created using plastic sheets" + - rscadd: "Tram walls/floor tiles can be removed, repaired, and replaced" + - rscadd: "Tram frames (girder) can be created/placed using titanium sheets" + - rscadd: "Broken tram machinery causes crossing signals to malfunction" + - rscadd: "Ninja drain on tram controls will cause minor malfunction on other tram components" + - rscadd: "Engineers can stop/start and disable the tram" + - qol: "Tram machinery now has context hints and examine text to indicate status" + - qol: "Tram remote no longer requires physically touching the tram before using" + - code_imp: "You can now construct furniture and other decorations on the tram" + - code_imp: "Tram electrocution is now a component, not a turf" + - code_imp: "Tram stats are now persistent between rounds and logged to feedback" + - code_imp: "Engineers can now end Tram Malfunction event early by repairing the tram controller" + - code_imp: "Replacement tram machinery is researchable and buildable" + - code_imp: "Most tram machinery now performs auto configuration instead of hardcoded map values" + - code_imp: "Tram remote can now set specific destinations" + - code_imp: "Tram actions/errors now create log entries" + - balance: "Tram base floor is no longer indestructible" + - balance: "Damaged energized tram plates have a chance to electrocute" + - bugfix: "Tram destination signs should no longer display incorrect emissive overlays" + - bugfix: "Tram crossing signals no longer turn amber before the tram starts moving" + - image: "Improved sprites for most tram components" + - image: "Removed all unused/duplicate tram icons from .dmis" + - image: "Colors are now consistent between status, tram, incident displays" + - admin: "Reset tram commands available to admins in the debug panel" \ No newline at end of file