Automatic changelog compile [ci skip]

This commit is contained in:
Changelogs
2021-03-11 00:14:32 +00:00
parent 3292e3a725
commit fb56be792e
7 changed files with 47 additions and 28 deletions

View File

@@ -50,6 +50,30 @@
-->
<div class="commit sansserif">
<h2 class="date">11 March 2021</h2>
<h3 class="author">Putnam3145 updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Supernova event</li>
<li class="refactor">Bloodsucker day/night cycle now processes on a subsystem instead of using while and sleep (!!)</li>
<li class="rscadd">A chaos-weighting system for secret</li>
</ul>
<h3 class="author">Sneakyrat updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixes precise insertion ui(when it asks you how many sheets you want to put in the mat container) so you can actually choose how much to put in and it will still work if your stack is bigger than the remaining space</li>
<li class="bugfix">Fixes precise insertion not working for remote mat containers</li>
<li class="bugfix">Fixes Protolathe/mechfab insert material animations not working</li>
<li class="bugfix">Fixes the material insertion animation for protolathes occurring on the circuit printer</li>
<li class="bugfix">Fixes the material insertion animation not actually playing when it was started</li>
<li class="bugfix">Fixes the material insertion animation for iron not being made</li>
<li class="bugfix">Fixes the material insertion animation sometimes not picking the right material for sheets that have multiple different materials in them</li>
</ul>
<h3 class="author">necromanceranne updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Properly segments all the augment sprites so that they correctly display.</li>
<li class="bugfix">Properly labels the augment limb icon sprites.</li>
<li class="bugfix">Fixes going over the defined limit of roundstart prosthetics</li>
</ul>
<h2 class="date">10 March 2021</h2>
<h3 class="author">Hatterhat updated:</h3>
<ul class="changes bgimages16">

View File

@@ -28701,3 +28701,26 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: The femur breaker now actually breaks legs by applying a compound fracture.
Putnam3145:
- balance: uncapped TEG power, buffing high-temp TEGs
2021-03-11:
Putnam3145:
- rscadd: Supernova event
- refactor: Bloodsucker day/night cycle now processes on a subsystem instead of
using while and sleep (!!)
- rscadd: A chaos-weighting system for secret
Sneakyrat:
- bugfix: Fixes precise insertion ui(when it asks you how many sheets you want to
put in the mat container) so you can actually choose how much to put in and
it will still work if your stack is bigger than the remaining space
- bugfix: Fixes precise insertion not working for remote mat containers
- bugfix: Fixes Protolathe/mechfab insert material animations not working
- bugfix: Fixes the material insertion animation for protolathes occurring on the
circuit printer
- bugfix: Fixes the material insertion animation not actually playing when it was
started
- bugfix: Fixes the material insertion animation for iron not being made
- bugfix: Fixes the material insertion animation sometimes not picking the right
material for sheets that have multiple different materials in them
necromanceranne:
- bugfix: Properly segments all the augment sprites so that they correctly display.
- bugfix: Properly labels the augment limb icon sprites.
- bugfix: Fixes going over the defined limit of roundstart prosthetics

View File

@@ -1,5 +0,0 @@
author: "Putnam3145"
delete-after: True
changes:
- rscadd: "Supernova event"
- refactor: "Bloodsucker day/night cycle now processes on a subsystem instead of using while and sleep (!!)"

View File

@@ -1,10 +0,0 @@
author: "Sneakyrat"
delete-after: True
changes:
- bugfix: "Fixes precise insertion ui(when it asks you how many sheets you want to put in the mat container) so you can actually choose how much to put in and it will still work if your stack is bigger than the remaining space"
- bugfix: "Fixes precise insertion not working for remote mat containers"
- bugfix: "Fixes Protolathe/mechfab insert material animations not working"
- bugfix: "Fixes the material insertion animation for protolathes occurring on the circuit printer"
- bugfix: "Fixes the material insertion animation not actually playing when it was started"
- bugfix: "Fixes the material insertion animation for iron not being made"
- bugfix: "Fixes the material insertion animation sometimes not picking the right material for sheets that have multiple different materials in them"

View File

@@ -1,4 +0,0 @@
author: "Putnam3145"
delete-after: True
changes:
- rscadd: "A chaos-weighting system for secret"

View File

@@ -1,4 +0,0 @@
author: "necromanceranne"
delete-after: True
changes:
- bugfix: "Fixes going over the defined limit of roundstart prosthetics"

View File

@@ -1,5 +0,0 @@
author: "necromanceranne"
delete-after: True
changes:
- bugfix: "Properly segments all the augment sprites so that they correctly display."
- bugfix: "Properly labels the augment limb icon sprites."