From aef898194be52aacfd84d89e5ee25fb357c3c5ca Mon Sep 17 00:00:00 2001 From: AuroraBuildBot Date: Thu, 21 Dec 2023 12:27:23 +0000 Subject: [PATCH] Automatic Changelog compile [ci skip] --- html/changelog.html | 15 +++++++ html/changelogs/.all_changelog.yml | 10 +++++ .../GeneralCamo - Physician Age Fix.yml | 42 ------------------- ...tingWithYou - thegravityofthesituation.yml | 42 ------------------- html/changelogs/steiner-matake-item-fix.yml | 7 ---- 5 files changed, 25 insertions(+), 91 deletions(-) delete mode 100644 html/changelogs/GeneralCamo - Physician Age Fix.yml delete mode 100644 html/changelogs/RustingWithYou - thegravityofthesituation.yml delete mode 100644 html/changelogs/steiner-matake-item-fix.yml diff --git a/html/changelog.html b/html/changelog.html index 2d72a41b5a1..f4b5066906b 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -41,12 +41,27 @@
  • CULT: Examining the cult tome now gives you the option to read it, instead of it happening every time you go to use it.
  • CULT: Clicking on the floor with a cult rune will now let you scribe a rune there. As a side-effect, you can now scribe multiple runes at the same time.
  • +

    GeneralCamo updated:

    +

    MattAtlas updated:

    +

    RustingWithYou updated:

    + +

    steinersteinersteiner updated:

    +

    20 December 2023

    Geeves updated:

    diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index 7c5117244d8..4ea45016f97 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -32746,6 +32746,9 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py. - tweak: 'CULT: Clicking on the floor with a cult rune will now let you scribe a rune there. As a side-effect, you can now scribe multiple runes at the same time.' + GeneralCamo: + - tweak: Increased the minimum age of the physician from 25 to 30. + - rscadd: Added a resident physician alt-title to the medical intern. MattAtlas: - rscadd: The autolathe interface is now a TGUI. A queueing system and a search bar have also been added. @@ -32754,3 +32757,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py. dud wires. - rscadd: Holding blueprints in hand while looking at a wires panel will now reveal what each wire does. Doesn't work on randomized wires. + RustingWithYou: + - bugfix: Fixes non-functional airlocks and fuel tank controls on the Scarab ship. + - maptweak: Adds telecomms and headsets to the Scarab ship, along with more grates + for navigation. + steinersteinersteiner: + - bugfix: Fixed a line of code for Shumaila's hammer that caused it to be invisible. + - bugfix: Fixed a typo for Dhrarmela's banner icon that caused it to be invisible. diff --git a/html/changelogs/GeneralCamo - Physician Age Fix.yml b/html/changelogs/GeneralCamo - Physician Age Fix.yml deleted file mode 100644 index 6f5821d6bc5..00000000000 --- a/html/changelogs/GeneralCamo - Physician Age Fix.yml +++ /dev/null @@ -1,42 +0,0 @@ -################################ -# Example Changelog File -# -# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. -# -# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) -# When it is, any changes listed below will disappear. -# -# Valid Prefixes: -# bugfix -# wip (For works in progress) -# tweak -# soundadd -# sounddel -# rscadd (general adding of nice things) -# rscdel (general deleting of nice things) -# imageadd -# imagedel -# maptweak -# spellcheck (typo fixes) -# experiment -# balance -# admin -# backend -# security -# refactor -################################# - -# Your name. -author: GeneralCamo - -# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. -delete-after: True - -# Any changes you've made. See valid prefix list above. -# INDENT WITH TWO SPACES. NOT TABS. SPACES. -# SCREW THIS UP AND IT WON'T WORK. -# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. -# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. -changes: - - tweak: "Increased the minimum age of the physician from 25 to 30." - - rscadd: "Added a resident physician alt-title to the medical intern." diff --git a/html/changelogs/RustingWithYou - thegravityofthesituation.yml b/html/changelogs/RustingWithYou - thegravityofthesituation.yml deleted file mode 100644 index ab213bf93f2..00000000000 --- a/html/changelogs/RustingWithYou - thegravityofthesituation.yml +++ /dev/null @@ -1,42 +0,0 @@ -################################ -# Example Changelog File -# -# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. -# -# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) -# When it is, any changes listed below will disappear. -# -# Valid Prefixes: -# bugfix -# wip (For works in progress) -# tweak -# soundadd -# sounddel -# rscadd (general adding of nice things) -# rscdel (general deleting of nice things) -# imageadd -# imagedel -# maptweak -# spellcheck (typo fixes) -# experiment -# balance -# admin -# backend -# security -# refactor -################################# - -# Your name. -author: RustingWithYou - -# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. -delete-after: True - -# Any changes you've made. See valid prefix list above. -# INDENT WITH TWO SPACES. NOT TABS. SPACES. -# SCREW THIS UP AND IT WON'T WORK. -# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. -# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. -changes: - - bugfix: "Fixes non-functional airlocks and fuel tank controls on the Scarab ship." - - maptweak: "Adds telecomms and headsets to the Scarab ship, along with more grates for navigation." diff --git a/html/changelogs/steiner-matake-item-fix.yml b/html/changelogs/steiner-matake-item-fix.yml deleted file mode 100644 index 98fb4e86603..00000000000 --- a/html/changelogs/steiner-matake-item-fix.yml +++ /dev/null @@ -1,7 +0,0 @@ -author: steinersteinersteiner - -delete-after: True - -changes: - - bugfix: "Fixed a line of code for Shumaila's hammer that caused it to be invisible." - - bugfix: "Fixed a typo for Dhrarmela's banner icon that caused it to be invisible." \ No newline at end of file