Automatic changelog compile [ci skip]

This commit is contained in:
Changelogs
2021-02-07 00:13:52 +00:00
parent 1dd9ec4fd0
commit 936abbd9f0
6 changed files with 61 additions and 30 deletions

View File

@@ -50,6 +50,38 @@
-->
<div class="commit sansserif">
<h2 class="date">07 February 2021</h2>
<h3 class="author">Thalpy updated:</h3>
<ul class="changes bgimages16">
<li class="refactor">Dispenser: Adds the ability to store a small amount of reagents in the machine itself for dispensing. Reacting recipies cannot be stored. Size of storage increases with bin size.</li>
<li class="refactor">Dispenser: Allows reagents to be color coded by pH</li>
<li class="refactor">Dispenser: Each reagent displays it's pH on hover</li>
<li class="refactor">Dispenser: Allows the user to toggle between buttons and a radial dial</li>
<li class="refactor">Dispenser: When the dispencer is upgraded it can dispense 5/3/2/1 volumes based on rating refactor: Dispenser: as it was before. This does not break recorded recipes.</li>
<li class="tweak">Adds a round function to some numbers so they're not huge</li>
<li class="tweak">The Chem master can now get purity for all reagents when analysed</li>
<li class="bugfix">Synthissue fixes</li>
<li class="tweak">buffers now have a strong and weak variant. Weak can be dispensed, and strong can be created. Strong buffers are 6x more effective.</li>
<li class="bugfix">Some buffer pH edge calculation fixes</li>
</ul>
<h3 class="author">TyrianTyrell updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">added a signed language, that can't be used over the radio but can be used if you're mute. also added the multilingual trait.</li>
<li class="imageadd">hopefully added an icon for the signed language.</li>
<li class="code_imp">changed how some traits function slightly.</li>
</ul>
<h3 class="author">dzahlus updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">tweaked a few sounds</li>
<li class="soundadd">added a new weapon sounds</li>
<li class="sounddel">removed old weapon sounds</li>
<li class="code_imp">changed some sound related code</li>
</ul>
<h3 class="author">silicons updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">syndicate ablative armwraps have been added.</li>
</ul>
<h2 class="date">05 February 2021</h2>
<h3 class="author">SmArtKar updated:</h3>
<ul class="changes bgimages16">

View File

@@ -28384,3 +28384,32 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- balance: There actually needs to be people for zombies to happen now.
timothyteakettle:
- rscadd: dwarf facial hair is no longer randomised
2021-02-07:
Thalpy:
- refactor: 'Dispenser: Adds the ability to store a small amount of reagents in
the machine itself for dispensing. Reacting recipies cannot be stored. Size
of storage increases with bin size.'
- refactor: 'Dispenser: Allows reagents to be color coded by pH'
- refactor: 'Dispenser: Each reagent displays it''s pH on hover'
- refactor: 'Dispenser: Allows the user to toggle between buttons and a radial dial'
- refactor: 'Dispenser: When the dispencer is upgraded it can dispense 5/3/2/1 volumes
based on rating refactor: Dispenser: as it was before. This does not break recorded
recipes.'
- tweak: Adds a round function to some numbers so they're not huge
- tweak: The Chem master can now get purity for all reagents when analysed
- bugfix: Synthissue fixes
- tweak: buffers now have a strong and weak variant. Weak can be dispensed, and
strong can be created. Strong buffers are 6x more effective.
- bugfix: Some buffer pH edge calculation fixes
TyrianTyrell:
- rscadd: added a signed language, that can't be used over the radio but can be
used if you're mute. also added the multilingual trait.
- imageadd: hopefully added an icon for the signed language.
- code_imp: changed how some traits function slightly.
dzahlus:
- tweak: tweaked a few sounds
- soundadd: added a new weapon sounds
- sounddel: removed old weapon sounds
- code_imp: changed some sound related code
silicons:
- rscadd: syndicate ablative armwraps have been added.

View File

@@ -1,4 +0,0 @@
author: "silicons"
delete-after: True
changes:
- rscadd: "syndicate ablative armwraps have been added."

View File

@@ -1,13 +0,0 @@
author: "Thalpy"
delete-after: True
changes:
- refactor: "Dispenser: Adds the ability to store a small amount of reagents in the machine itself for dispensing. Reacting recipies cannot be stored. Size of storage increases with bin size."
- refactor: "Dispenser: Allows reagents to be color coded by pH"
- refactor: "Dispenser: Each reagent displays it's pH on hover"
- refactor: "Dispenser: Allows the user to toggle between buttons and a radial dial"
- refactor: "Dispenser: When the dispencer is upgraded it can dispense 5/3/2/1 volumes based on rating refactor: Dispenser: as it was before. This does not break recorded recipes."
- tweak: "Adds a round function to some numbers so they're not huge"
- tweak: "The Chem master can now get purity for all reagents when analysed"
- bugfix: "Synthissue fixes"
- tweak: "buffers now have a strong and weak variant. Weak can be dispensed, and strong can be created. Strong buffers are 6x more effective."
- bugfix: "Some buffer pH edge calculation fixes"

View File

@@ -1,6 +0,0 @@
author: "TyrianTyrell"
delete-after: True
changes:
- rscadd: "added a signed language, that can't be used over the radio but can be used if you're mute. also added the multilingual trait."
- imageadd: "hopefully added an icon for the signed language."
- code_imp: "changed how some traits function slightly."

View File

@@ -1,7 +0,0 @@
author: "dzahlus"
delete-after: True
changes:
- tweak: "tweaked a few sounds"
- soundadd: "added a new weapon sounds"
- sounddel: "removed old weapon sounds"
- code_imp: "changed some sound related code"