Changelogs - 11NOV2016

This commit is contained in:
skull132
2016-11-11 14:34:02 -05:00
parent fbaf8c61a3
commit 8dfe5307e3
3 changed files with 19 additions and 11 deletions
+11
View File
@@ -56,6 +56,17 @@
-->
<div class="commit sansserif">
<h2 class="date">11 November 2016</h2>
<h3 class="author">Bedshaped updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixed Spider-bots unable to vent-crawl.</li>
<li class="bugfix">Fixed a runtime error when exiting through a pipe after vent-crawling.</li>
<li class="bugfix">Fixed incorrect message when putting robots in storage.</li>
<li class="bugfix">Fixed floor painters being able to be used on non-valid tiles.</li>
<li class="bugfix">Fixed magnetic locks unable to be damaged and increased their health.</li>
<li class="tweak">Quietened Bosun's whistle.</li>
</ul>
<h2 class="date">09 November 2016</h2>
<h3 class="author">Nanako updated:</h3>
<ul class="changes bgimages16">
+8
View File
@@ -3021,3 +3021,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Fixed the trolleys and trams by reverting code, and simply tweaking the
values to reference the updated move system. All issues, including edgecases,
should be resolved now.
2016-11-11:
Bedshaped:
- bugfix: Fixed Spider-bots unable to vent-crawl.
- bugfix: Fixed a runtime error when exiting through a pipe after vent-crawling.
- bugfix: Fixed incorrect message when putting robots in storage.
- bugfix: Fixed floor painters being able to be used on non-valid tiles.
- bugfix: Fixed magnetic locks unable to be damaged and increased their health.
- tweak: Quietened Bosun's whistle.
-11
View File
@@ -1,11 +0,0 @@
author: Bedshaped
delete-after: True
changes:
- bugfix: "Fixed Spider-bots unable to vent-crawl."
- bugfix: "Fixed a runtime error when exiting through a pipe after vent-crawling."
- bugfix: "Fixed incorrect message when putting robots in storage."
- bugfix: "Fixed floor painters being able to be used on non-valid tiles."
- bugfix: "Fixed magnetic locks unable to be damaged and increased their health."
- tweak: "Quietened Bosun's whistle."