Changelog June 4 '19

This commit is contained in:
TheFurryFeline
2019-06-04 02:29:49 -04:00
parent f981c8a60d
commit 82bca38187
14 changed files with 65 additions and 83 deletions
+34
View File
@@ -53,6 +53,40 @@
-->
<div class="commit sansserif">
<h2 class="date">04 June 2019</h2>
<h3 class="author">Darlantanis updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Port steel couch from Paradise.</li>
</ul>
<h3 class="author">ExcabyteDiscord updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Disable constant attack logs for failed disarms.</li>
<li class="tweak">Resolves runtimes with lost drones when mobs do the big nom and kill the drones off.</li>
</ul>
<h3 class="author">Razgriz1032 updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">All it did was spawn a bunch of spinny, yet inert, rocks in dead space. They did nothing.</li>
<li class="maptweak">Engineering cycler in engineering outpost.</li>
<li class="rscadd">Adds new Shadekin to selectable custom list.</li>
<li class="tweak">Fixes ignored indentation issues.</li>
<li class="imageadd">New Shadekin sprites added: Rakshasa.</li>
<li class="tweak">Disabled slime events. They broken.</li>
<li class="bugfix">Fixed slime event code.</li>
<li class="tweak">Enabled slime events.</li>
<li class="tweak">Suit Cycler now applies the proper armor, descriptions, and temperature protection stats to all of the engineering and medical suits.</li>
<li class="rscadd">Added ability to roll down tactical jumpsuit, or roll up sleeves.</li>
<li class="imageadd">Sprite additions for rolled-down sleeves of tactical jumpsuits.</li>
</ul>
<h3 class="author">TheFurryFeline updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Add an additional level of access to command secretary locker so secretaries can actually access it when needed.</li>
<li class="bugfix">Fixes infinite frame production for mining drill braces and doorbell chimes and other machines. If there's no available circuit board to get, then don't return anything when attempting deconstruction. Ported from Cit RP. Eliminates 'Cannot read null.board_type' runtimes where they apply.</li>
</ul>
<h3 class="author">WheatleytheOwl updated:</h3>
<ul class="changes bgimages16">
<li class="imageadd">Adds my own shadekin's sprites to the DMI. Sharkmare did the coding, StormyRange did the sprites.</li>
</ul>
<h2 class="date">27 May 2019</h2>
<h3 class="author">Darlantanis updated:</h3>
<ul class="changes bgimages16">
+31
View File
@@ -4215,3 +4215,34 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Proper fix for Spaceacillin spam messages for Prometheans.
- bugfix: Simplify spaghetti code with antidepressants while fixing regularly displayed
messages.
2019-06-04:
Darlantanis:
- rscadd: Port steel couch from Paradise.
ExcabyteDiscord:
- tweak: Disable constant attack logs for failed disarms.
- tweak: Resolves runtimes with lost drones when mobs do the big nom and kill the
drones off.
Razgriz1032:
- tweak: All it did was spawn a bunch of spinny, yet inert, rocks in dead space.
They did nothing.
- maptweak: Engineering cycler in engineering outpost.
- rscadd: Adds new Shadekin to selectable custom list.
- tweak: Fixes ignored indentation issues.
- imageadd: 'New Shadekin sprites added: Rakshasa.'
- tweak: Disabled slime events. They broken.
- bugfix: Fixed slime event code.
- tweak: Enabled slime events.
- tweak: Suit Cycler now applies the proper armor, descriptions, and temperature
protection stats to all of the engineering and medical suits.
- rscadd: Added ability to roll down tactical jumpsuit, or roll up sleeves.
- imageadd: Sprite additions for rolled-down sleeves of tactical jumpsuits.
TheFurryFeline:
- tweak: Add an additional level of access to command secretary locker so secretaries
can actually access it when needed.
- bugfix: Fixes infinite frame production for mining drill braces and doorbell chimes
and other machines. If there's no available circuit board to get, then don't
return anything when attempting deconstruction. Ported from Cit RP. Eliminates
'Cannot read null.board_type' runtimes where they apply.
WheatleytheOwl:
- imageadd: Adds my own shadekin's sprites to the DMI. Sharkmare did the coding,
StormyRange did the sprites.
@@ -1,6 +0,0 @@
author: Darlantanis
delete-after: True
changes:
- rscadd: "Port steel couch from Paradise."
@@ -1,7 +0,0 @@
author: ExcabyteDiscord
delete-after: True
changes:
- tweak: "Disable constant attack logs for failed disarms."
- tweak: "Resolves runtimes with lost drones when mobs do the big nom and kill the drones off."
@@ -1,7 +0,0 @@
author: Razgriz1032
delete-after: True
changes:
- tweak: "All it did was spawn a bunch of spinny, yet inert, rocks in dead space. They did nothing."
@@ -1,7 +0,0 @@
author: Razgriz1032
delete-after: True
changes:
- maptweak: "Engineering cycler in engineering outpost."
@@ -1,9 +0,0 @@
author: Razgriz1032
delete-after: True
changes:
- rscadd: "Adds new Shadekin to selectable custom list."
- tweak: "Fixes ignored indentation issues."
- imageadd: "New Shadekin sprites added: Rakshasa."
@@ -1,6 +0,0 @@
author: Razgriz1032
delete-after: True
changes:
- tweak: "Disabled slime events. They broken."
@@ -1,8 +0,0 @@
author: Razgriz1032
delete-after: True
changes:
- bugfix: "Fixed slime event code."
- tweak: "Enabled slime events."
@@ -1,7 +0,0 @@
author: Razgriz1032
delete-after: True
changes:
- tweak: "Suit Cycler now applies the proper armor, descriptions, and temperature protection stats to all of the engineering and medical suits."
@@ -1,7 +0,0 @@
author: Razgriz1032
delete-after: True
changes:
- rscadd: "Added ability to roll down tactical jumpsuit, or roll up sleeves."
- imageadd: "Sprite additions for rolled-down sleeves of tactical jumpsuits."
@@ -1,6 +0,0 @@
author: TheFurryFeline
delete-after: True
changes:
- tweak: "Add an additional level of access to command secretary locker so secretaries can actually access it when needed."
@@ -1,6 +0,0 @@
author: TheFurryFeline
delete-after: True
changes:
- bugfix: "Fixes infinite frame production for mining drill braces and doorbell chimes and other machines. If there's no available circuit board to get, then don't return anything when attempting deconstruction. Ported from Cit RP. Eliminates 'Cannot read null.board_type' runtimes where they apply."
@@ -1,7 +0,0 @@
author: WheatleytheOwl
delete-after: True
changes:
- imageadd: "Adds my own shadekin's sprites to the DMI. Sharkmare did the coding, StormyRange did the sprites."