Merge remote-tracking branch 'origin/master' into TGUI-3.0

This commit is contained in:
Artur
2020-07-07 18:37:45 +03:00
93 changed files with 1927 additions and 1337 deletions
+58
View File
@@ -50,6 +50,64 @@
-->
<div class="commit sansserif">
<h2 class="date">07 July 2020</h2>
<h3 class="author">KasparoVy updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Fixes misaligned south-facing silver legwraps sprite.</li>
</ul>
<h3 class="author">Owai-Seek updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Bee Balm is now visible.</li>
</ul>
<h3 class="author">Weblure updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixed the slowdown formula for small character sprites; you guys don't use custom sprite sizes so just ignore these changes.</li>
<li class="bugfix">Fixed the "Move it to the threshold" button; it now does what it says.</li>
<li class="tweak">Reworded some text to be clearer.</li>
</ul>
<h2 class="date">05 July 2020</h2>
<h3 class="author">Ghommie updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">You can now actually gain wiring experience from using cable coils.</li>
<li class="bugfix">Opening the View Skill Panel shouldn't trigger messages about insufficient admin priviledges anymore.</li>
</ul>
<h3 class="author">Yakumo Chen, kappa-sama updated:</h3>
<ul class="changes bgimages16">
<li class="rscdel">Removes improvised handguns</li>
<li class="rscdel">removed handsaws, improvised gun barrels (you can use atmos pipes again)</li>
<li class="balance">Guncrafting is less time and resource intensive</li>
<li class="tweak">Item names in guncrafting are user-friendly.</li>
</ul>
<h3 class="author">kappa-sama updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">cloth string to replace durathread string</li>
<li class="rscdel">durathread string</li>
<li class="balance">All bows and arrows have had crafting times significantly reduced, coming out at up to 6 times faster crafting speeds. Improvised bows no longer require durathread; instead, they use cloth materials.</li>
</ul>
<h3 class="author">silicons updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">active blocking now has a toggle keybind</li>
<li class="rscadd">auto bunker override verb has been added</li>
<li class="balance">shields take 2.5 stam instead of 3.5 stam per second to maintain block</li>
<li class="rscadd">Cybernetic implant shields will auto-extend and be used to block if the user has no item to block with</li>
</ul>
<h3 class="author">timothyteakettle updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">cooking oil is now far less lethal, requiring a higher volume of the reagent to deal more damage</li>
</ul>
<h2 class="date">04 July 2020</h2>
<h3 class="author">Sonic121x updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">crushed Soldry sodacan</li>
<li class="rscadd">digitigrade version of chief medical officer's turtleneck and captain's female formal outfit.</li>
</ul>
<h3 class="author">silicons updated:</h3>
<ul class="changes bgimages16">
<li class="refactor">blood_DNA["color"] is now a single variable instead of a list</li>
</ul>
<h2 class="date">03 July 2020</h2>
<h3 class="author">Arturlang updated:</h3>
<ul class="changes bgimages16">
+42
View File
@@ -26232,3 +26232,45 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: Witchhunter hat no longer obscures mask ears ,eyes, face and mouth
timothyteakettle:
- bugfix: bloodpacks initialise correctly now
2020-07-04:
Sonic121x:
- rscadd: crushed Soldry sodacan
- rscadd: digitigrade version of chief medical officer's turtleneck and captain's
female formal outfit.
silicons:
- refactor: blood_DNA["color"] is now a single variable instead of a list
2020-07-05:
Ghommie:
- bugfix: You can now actually gain wiring experience from using cable coils.
- bugfix: Opening the View Skill Panel shouldn't trigger messages about insufficient
admin priviledges anymore.
Yakumo Chen, kappa-sama:
- rscdel: Removes improvised handguns
- rscdel: removed handsaws, improvised gun barrels (you can use atmos pipes again)
- balance: Guncrafting is less time and resource intensive
- tweak: Item names in guncrafting are user-friendly.
kappa-sama:
- rscadd: cloth string to replace durathread string
- rscdel: durathread string
- balance: All bows and arrows have had crafting times significantly reduced, coming
out at up to 6 times faster crafting speeds. Improvised bows no longer require
durathread; instead, they use cloth materials.
silicons:
- tweak: active blocking now has a toggle keybind
- rscadd: auto bunker override verb has been added
- balance: shields take 2.5 stam instead of 3.5 stam per second to maintain block
- rscadd: Cybernetic implant shields will auto-extend and be used to block if the
user has no item to block with
timothyteakettle:
- tweak: cooking oil is now far less lethal, requiring a higher volume of the reagent
to deal more damage
2020-07-07:
KasparoVy:
- tweak: Fixes misaligned south-facing silver legwraps sprite.
Owai-Seek:
- bugfix: Bee Balm is now visible.
Weblure:
- bugfix: Fixed the slowdown formula for small character sprites; you guys don't
use custom sprite sizes so just ignore these changes.
- bugfix: Fixed the "Move it to the threshold" button; it now does what it says.
- tweak: Reworded some text to be clearer.
@@ -1,4 +0,0 @@
author: "silicons"
delete-after: True
changes:
- refactor: "blood_DNA[\"color\"] is now a single variable instead of a list"
@@ -0,0 +1,9 @@
author: "Owai-Seek"
delete-after: True
changes:
- rscadd: "Margarine, Chili Cheese Fries."
- tweak: "Egg Wraps are now categorized under egg foods."
- bugfix: "Tuna Sandwich crafting/sprite is now visible."
- imageadd: "Icons for chicken, cooked chicken, steak, grilled carp, corndogs"
- imageadd: "Icons for chili cheese fries, margarine, BLT sandwich"
- imageadd: "(Unused) icons for raw meatballs, and lard"
@@ -0,0 +1,8 @@
author: "EmeraldSundisk"
delete-after: True
changes:
- rscadd: "CogStation now has an apothecary"
- rscdel: "Removes an outdated note on sleepers"
- tweak: "Readjusts CogStation's chemistry lab"
- tweak: "Slight area designation adjustments for Robotics"
- bugfix: "The arrivals plaque should be readable now"
@@ -0,0 +1,4 @@
author: "DeltaFire15"
delete-after: True
changes:
- bugfix: "The kill-once objective now works properly."