From aca42a67e9d91bf03d59996274460b3d0bac696f Mon Sep 17 00:00:00 2001 From: Changelogs Date: Wed, 23 Aug 2023 01:04:50 +0000 Subject: [PATCH] Automatic changelog compile [ci skip] --- html/changelogs/AutoChangeLog-pr-4035.yml | 13 --------- html/changelogs/AutoChangeLog-pr-4174.yml | 4 --- html/changelogs/AutoChangeLog-pr-4204.yml | 4 --- html/changelogs/AutoChangeLog-pr-4205.yml | 4 --- html/changelogs/AutoChangeLog-pr-4215.yml | 4 --- html/changelogs/AutoChangeLog-pr-4226.yml | 4 --- html/changelogs/archive/2023-08.yml | 33 +++++++++++++++++++++++ 7 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 html/changelogs/AutoChangeLog-pr-4035.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-4174.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-4204.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-4205.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-4215.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-4226.yml diff --git a/html/changelogs/AutoChangeLog-pr-4035.yml b/html/changelogs/AutoChangeLog-pr-4035.yml deleted file mode 100644 index 90ffb5a71740..000000000000 --- a/html/changelogs/AutoChangeLog-pr-4035.yml +++ /dev/null @@ -1,13 +0,0 @@ -author: "realforest2001" -delete-after: True -changes: - - code_imp: "Overhauled how ID accesses are assigned via proc, compiling all the many different procs we used into one." - - rscadd: "Added faction specific accesses to all major factions." - - rscdel: "Removed almost all marine accesses from non marine presets. No more free CIC access to CLF." - - code_imp: "Removed duplicate code in the VAI file." - - rscadd: "Adds a mapping var to indicate a door has non-standard access tags. This is to make it significantly easier for any future access changes to know if they need to look somewhere." - - maptweak: "Applied this var to every door I could find on the Almayer that has non-standard access. Colonies and other stuff to come in a future update." - - rscadd: "Added various new accesses to colonial doors, added WY_SECURITY and WY_RESEARCH to marine research doors." - - maptweak: "Added reinforced piping to lifeboats area. Didn't make much sense for a cruicial part of the evacuation procedures to be prone to spontaneous explosions that can singlehandedly end a marine evacuation without hostiles ever seeing it." - - maptweak: "Added reinforced piping to the research closed loop (it's a closed loop). Also removed CIC access from containment shutters as CIC access can't open the doors." - - maptweak: "Changed a couple walls around research from standard to reinforced, to fit with the containment breach shutters." \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-4174.yml b/html/changelogs/AutoChangeLog-pr-4174.yml deleted file mode 100644 index f7c1d3071519..000000000000 --- a/html/changelogs/AutoChangeLog-pr-4174.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "Huffie56" -delete-after: True -changes: - - bugfix: "you will no longer be able to feed without any limit with the fork." \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-4204.yml b/html/changelogs/AutoChangeLog-pr-4204.yml deleted file mode 100644 index ff13f229cd0a..000000000000 --- a/html/changelogs/AutoChangeLog-pr-4204.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "Drathek" -delete-after: True -changes: - - bugfix: "Fixed a cade attack exploit" \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-4205.yml b/html/changelogs/AutoChangeLog-pr-4205.yml deleted file mode 100644 index 5615e43f39d2..000000000000 --- a/html/changelogs/AutoChangeLog-pr-4205.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "harryob" -delete-after: True -changes: - - rscadd: "you always see lobby art while the world is setting up" \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-4215.yml b/html/changelogs/AutoChangeLog-pr-4215.yml deleted file mode 100644 index d538a7a7be31..000000000000 --- a/html/changelogs/AutoChangeLog-pr-4215.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "Huffie56" -delete-after: True -changes: - - bugfix: "Whiskey Outpost Chem master will now be connected to the smartfridge." \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-4226.yml b/html/changelogs/AutoChangeLog-pr-4226.yml deleted file mode 100644 index 781b47852cf1..000000000000 --- a/html/changelogs/AutoChangeLog-pr-4226.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "CapCamIII" -delete-after: True -changes: - - bugfix: "UPP soldier preset works again" \ No newline at end of file diff --git a/html/changelogs/archive/2023-08.yml b/html/changelogs/archive/2023-08.yml index ee712fb75694..03bfd03efef5 100644 --- a/html/changelogs/archive/2023-08.yml +++ b/html/changelogs/archive/2023-08.yml @@ -287,3 +287,36 @@ CapCamIII: - bugfix: fixes the offset on m4ra custom barrel, it should appropriately be sat right on the gun sprite +2023-08-23: + CapCamIII: + - bugfix: UPP soldier preset works again + Drathek: + - bugfix: Fixed a cade attack exploit + Huffie56: + - bugfix: you will no longer be able to feed without any limit with the fork. + - bugfix: Whiskey Outpost Chem master will now be connected to the smartfridge. + harryob: + - rscadd: you always see lobby art while the world is setting up + realforest2001: + - code_imp: Overhauled how ID accesses are assigned via proc, compiling all the + many different procs we used into one. + - rscadd: Added faction specific accesses to all major factions. + - rscdel: Removed almost all marine accesses from non marine presets. No more free + CIC access to CLF. + - code_imp: Removed duplicate code in the VAI file. + - rscadd: Adds a mapping var to indicate a door has non-standard access tags. This + is to make it significantly easier for any future access changes to know if + they need to look somewhere. + - maptweak: Applied this var to every door I could find on the Almayer that has + non-standard access. Colonies and other stuff to come in a future update. + - rscadd: Added various new accesses to colonial doors, added WY_SECURITY and WY_RESEARCH + to marine research doors. + - maptweak: Added reinforced piping to lifeboats area. Didn't make much sense for + a cruicial part of the evacuation procedures to be prone to spontaneous explosions + that can singlehandedly end a marine evacuation without hostiles ever seeing + it. + - maptweak: Added reinforced piping to the research closed loop (it's a closed loop). + Also removed CIC access from containment shutters as CIC access can't open the + doors. + - maptweak: Changed a couple walls around research from standard to reinforced, + to fit with the containment breach shutters.