Automatic Changelog compile [ci skip]

This commit is contained in:
AuroraBuildBot
2023-12-21 12:27:23 +00:00
parent 0e37088299
commit aef898194b
5 changed files with 25 additions and 91 deletions
+15
View File
@@ -41,12 +41,27 @@
<li class="tweak">CULT: Examining the cult tome now gives you the option to read it, instead of it happening every time you go to use it.</li>
<li class="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.</li>
</ul>
<h3 class="author">GeneralCamo updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Increased the minimum age of the physician from 25 to 30.</li>
<li class="rscadd">Added a resident physician alt-title to the medical intern.</li>
</ul>
<h3 class="author">MattAtlas updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">The autolathe interface is now a TGUI. A queueing system and a search bar have also been added.</li>
<li class="rscadd">Turned the wires panel into a TGUI. Some hacking may be slightly more difficult as the dud wire logic has been reworked - more items should have more dud wires.</li>
<li class="rscadd">Holding blueprints in hand while looking at a wires panel will now reveal what each wire does. Doesn&#x27;t work on randomized wires.</li>
</ul>
<h3 class="author">RustingWithYou updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixes non-functional airlocks and fuel tank controls on the Scarab ship.</li>
<li class="maptweak">Adds telecomms and headsets to the Scarab ship, along with more grates for navigation.</li>
</ul>
<h3 class="author">steinersteinersteiner updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixed a line of code for Shumaila&#x27;s hammer that caused it to be invisible.</li>
<li class="bugfix">Fixed a typo for Dhrarmela&#x27;s banner icon that caused it to be invisible.</li>
</ul>
<h2 class="date">20 December 2023</h2>
<h3 class="author">Geeves updated:</h3>
+10
View File
@@ -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&#x27;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&#x27;s hammer that caused it to be invisible.
- bugfix: Fixed a typo for Dhrarmela&#x27;s banner icon that caused it to be invisible.
@@ -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."
@@ -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."
@@ -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."