diff --git a/html/changelogs/AutoChangeLog-pr-5505.yml b/html/changelogs/AutoChangeLog-pr-5505.yml deleted file mode 100644 index 64a983eec30c..000000000000 --- a/html/changelogs/AutoChangeLog-pr-5505.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "InsaneRed" -delete-after: True -changes: - - balance: "You now only need 1 burrowed larva to trade it for evolution as Queen instead of 3 burrowed larva." \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-5572.yml b/html/changelogs/AutoChangeLog-pr-5572.yml deleted file mode 100644 index 274965aaac1a..000000000000 --- a/html/changelogs/AutoChangeLog-pr-5572.yml +++ /dev/null @@ -1,10 +0,0 @@ -author: "Huffie56" -delete-after: True -changes: - - bugfix: "fix upper deck having disposal pipes west of CIC going on a loop." - - bugfix: "fix south of alpha briefing having disconnected pipes and disposal from the main loops." - - bugfix: "fix south shooting range having is disposal outside and disposal pipe east going over vents." - - bugfix: "fix pipes in req rest room going in the walls or windows." - - bugfix: "fix pipes in control tower in hangar going bellow the windows instead of the doors." - - refactor: "added a few maintenance areas(mess, Port and starboard Midship) ,a few other hull areas( lower and upper stair hull, Port and starboard stern and bow hull)" - - maptweak: "corrected a colored tile west of CIC being the wrong sprite." \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-5581.yml b/html/changelogs/AutoChangeLog-pr-5581.yml deleted file mode 100644 index c4b2fbebed09..000000000000 --- a/html/changelogs/AutoChangeLog-pr-5581.yml +++ /dev/null @@ -1,5 +0,0 @@ -author: "mullenpaul" -delete-after: True -changes: - - code_imp: "fixes sticky messages in STUI" - - refactor: "STUI is now a TSX component" \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-5582.yml b/html/changelogs/AutoChangeLog-pr-5582.yml deleted file mode 100644 index 6b1e3dda15c4..000000000000 --- a/html/changelogs/AutoChangeLog-pr-5582.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "SabreML" -delete-after: True -changes: - - bugfix: "Fixed ponchos not having icon states on specific maps." \ No newline at end of file diff --git a/html/changelogs/archive/2024-01.yml b/html/changelogs/archive/2024-01.yml index 2ae359d1aaf7..9744442cc9bb 100644 --- a/html/changelogs/archive/2024-01.yml +++ b/html/changelogs/archive/2024-01.yml @@ -390,3 +390,25 @@ - rscadd: Added biometric checks to command announcements. - code_imp: Security camera autoname is now determined by a variable rather than hardcode. +2024-01-30: + Huffie56: + - bugfix: fix upper deck having disposal pipes west of CIC going on a loop. + - bugfix: fix south of alpha briefing having disconnected pipes and disposal from + the main loops. + - bugfix: fix south shooting range having is disposal outside and disposal pipe + east going over vents. + - bugfix: fix pipes in req rest room going in the walls or windows. + - bugfix: fix pipes in control tower in hangar going bellow the windows instead + of the doors. + - refactor: added a few maintenance areas(mess, Port and starboard Midship) ,a few + other hull areas( lower and upper stair hull, Port and starboard stern and bow + hull) + - maptweak: corrected a colored tile west of CIC being the wrong sprite. + InsaneRed: + - balance: You now only need 1 burrowed larva to trade it for evolution as Queen + instead of 3 burrowed larva. + SabreML: + - bugfix: Fixed ponchos not having icon states on specific maps. + mullenpaul: + - code_imp: fixes sticky messages in STUI + - refactor: STUI is now a TSX component