mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Automatic changelog compile, [ci skip]
This commit is contained in:
@@ -55,6 +55,43 @@
|
||||
|
||||
-->
|
||||
<div class="commit sansserif">
|
||||
<h2 class="date">10 January 2017</h2>
|
||||
<h3 class="author">Arianya updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">Doors and vending machines once again make a sound when you screwdriver them.</li>
|
||||
</ul>
|
||||
<h3 class="author">Cyberboss updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">Explosions can no longer be dodged</li>
|
||||
<li class="tweak">Airlocks are now destroyed by the same level explosion that destroys walls</li>
|
||||
<li class="tweak">Diamond/External/Centcomm airlocks and firedoors now block explosions as walls do</li>
|
||||
</ul>
|
||||
<h3 class="author">Joan updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="experiment">Clockwork Proselytizers no longer require Replicant Alloy to function; instead, they gradually charge themselves with power, which is used more or less the same as alloy.</li>
|
||||
<li class="tweak">Clockwork Proselytizers now produce brass sheets when used in-hand, instead of Replicant Alloy.</li>
|
||||
<li class="rscdel">Tinkerer's Caches can no longer have Replicant Alloy removed from them; using an empty hand on them will simply check when they'll next produce a component.</li>
|
||||
<li class="rscdel">Mending Motors can no longer use Replicant Alloy in place of power.</li>
|
||||
</ul>
|
||||
<h3 class="author">Mervill updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">Controlling the station status displays no longer overrides the cargo supply timer</li>
|
||||
</ul>
|
||||
<h3 class="author">MrStonedOne updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="experiment">Lighting was made more responsive.</li>
|
||||
</ul>
|
||||
<h3 class="author">XDTM updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Earmuffs and null rods protect against the Voice of God.</li>
|
||||
<li class="rscadd">Earmuffs are now buildable in autolathes.</li>
|
||||
<li class="tweak">Voice of God stuns have a longer cooldown.</li>
|
||||
</ul>
|
||||
<h3 class="author">coiax updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Girders now offer hints to their deconstruction when examined.</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="date">08 January 2017</h2>
|
||||
<h3 class="author">Mervill updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
|
||||
@@ -8710,3 +8710,32 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
||||
Speed of Light Somehow Changed:
|
||||
- tweak: Dynamic lights are no longer animated, and update instantly
|
||||
- tweak: Increased maximum radius of mob and mobile lights
|
||||
2017-01-10:
|
||||
Arianya:
|
||||
- bugfix: Doors and vending machines once again make a sound when you screwdriver
|
||||
them.
|
||||
Cyberboss:
|
||||
- bugfix: Explosions can no longer be dodged
|
||||
- tweak: Airlocks are now destroyed by the same level explosion that destroys walls
|
||||
- tweak: Diamond/External/Centcomm airlocks and firedoors now block explosions as
|
||||
walls do
|
||||
Joan:
|
||||
- experiment: Clockwork Proselytizers no longer require Replicant Alloy to function;
|
||||
instead, they gradually charge themselves with power, which is used more or
|
||||
less the same as alloy.
|
||||
- tweak: Clockwork Proselytizers now produce brass sheets when used in-hand, instead
|
||||
of Replicant Alloy.
|
||||
- rscdel: Tinkerer's Caches can no longer have Replicant Alloy removed from them;
|
||||
using an empty hand on them will simply check when they'll next produce a component.
|
||||
- rscdel: Mending Motors can no longer use Replicant Alloy in place of power.
|
||||
Mervill:
|
||||
- bugfix: Controlling the station status displays no longer overrides the cargo
|
||||
supply timer
|
||||
MrStonedOne:
|
||||
- experiment: Lighting was made more responsive.
|
||||
XDTM:
|
||||
- rscadd: Earmuffs and null rods protect against the Voice of God.
|
||||
- rscadd: Earmuffs are now buildable in autolathes.
|
||||
- tweak: Voice of God stuns have a longer cooldown.
|
||||
coiax:
|
||||
- rscadd: Girders now offer hints to their deconstruction when examined.
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
author: "Cyberboss"
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Explosions can no longer be dodged"
|
||||
- tweak: "Airlocks are now destroyed by the same level explosion that destroys walls"
|
||||
- tweak: "Diamond/External/Centcomm airlocks and firedoors now block explosions as walls do"
|
||||
@@ -1,6 +0,0 @@
|
||||
author: "XDTM"
|
||||
delete-after: True
|
||||
changes:
|
||||
- rscadd: "Earmuffs and null rods protect against the Voice of God."
|
||||
- rscadd: "Earmuffs are now buildable in autolathes."
|
||||
- tweak: "Voice of God stuns have a longer cooldown."
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "Mervill"
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Controlling the station status displays no longer overrides the cargo supply timer"
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "Arianya"
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Doors and vending machines once again make a sound when you screwdriver them."
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "coiax"
|
||||
delete-after: True
|
||||
changes:
|
||||
- rscadd: "Girders now offer hints to their deconstruction when examined."
|
||||
@@ -1,7 +0,0 @@
|
||||
author: "Joan"
|
||||
delete-after: True
|
||||
changes:
|
||||
- experiment: "Clockwork Proselytizers no longer require Replicant Alloy to function; instead, they gradually charge themselves with power, which is used more or less the same as alloy."
|
||||
- tweak: "Clockwork Proselytizers now produce brass sheets when used in-hand, instead of Replicant Alloy."
|
||||
- rscdel: "Tinkerer's Caches can no longer have Replicant Alloy removed from them; using an empty hand on them will simply check when they'll next produce a component."
|
||||
- rscdel: "Mending Motors can no longer use Replicant Alloy in place of power."
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "MrStonedOne"
|
||||
delete-after: True
|
||||
changes:
|
||||
- experiment: "Lighting was made more responsive."
|
||||
Reference in New Issue
Block a user