Automatic changelog compile [ci skip]

This commit is contained in:
Changelogs
2020-08-31 00:15:04 +00:00
parent 55fcd95eba
commit d97d9f564b
28 changed files with 149 additions and 124 deletions
+91 -10
View File
@@ -50,6 +50,97 @@
-->
<div class="commit sansserif">
<h2 class="date">31 August 2020</h2>
<h3 class="author">Arturlang updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Slimes can now damage structures, don't leave them unfed!</li>
</ul>
<h3 class="author">Chiirno updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Moves pill_bottles/dice to box/dice on CogStation.</li>
</ul>
<h3 class="author">Couls, ported by NecromancerAnne updated:</h3>
<ul class="changes bgimages16">
<li class="code_imp">cleans up mech backstabbing code</li>
</ul>
<h3 class="author">DeltaFire15 updated:</h3>
<ul class="changes bgimages16">
<li class="rscdel">teleport-to-ark ability of the eminence, commented out</li>
<li class="rscadd">teleport-to-obelisk ability for the eminence</li>
</ul>
<h3 class="author">Detective-Google updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">plasmamen have no more slowdown</li>
<li class="rscadd">object reskins now use very nice and cool radials</li>
</ul>
<h3 class="author">EmeraldSundisk updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Adds a pool to MetaStation</li>
<li class="tweak">Slight readjustments to the surrounding area</li>
<li class="bugfix">Fixes a handful of external airlocks</li>
</ul>
<h3 class="author">ForrestWick updated:</h3>
<ul class="changes bgimages16">
<li class="balance">removes wall walking boots from nukie uplink</li>
</ul>
<h3 class="author">Ghommie updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">e-gun overlays and some floor decals should have been fixed.</li>
</ul>
<h3 class="author">LetterN updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">tgchat</li>
</ul>
<h3 class="author">Lynxless updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Changed anatomic panacea into a direct buff, instead of a chem injection</li>
<li class="balance">Changed the values of anatomic panacea</li>
<li class="imageadd">Added a new icon for panacea's buff alert</li>
</ul>
<h3 class="author">Putnam3145 updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Pref for genital/vore examine text</li>
<li class="bugfix">Fixed a couple events having ghost roles eligible.</li>
<li class="balance">Buffed slaughter demon: gets stronger as it eats people</li>
<li class="balance">Nerfed slaughter demon: no longer permanently round-removes all who are eaten by it, instead releasing their now-heartless bodies</li>
<li class="bugfix">Dynamic storytellers now calculate property weights properly.</li>
</ul>
<h3 class="author">Sonic121x updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fix the four type of new tea that will stuck inside your vein.</li>
<li class="rscadd">drinking glass sprite for those tea.</li>
</ul>
<h3 class="author">kappa-sama updated:</h3>
<ul class="changes bgimages16">
<li class="balance">miners can no longer acquire funny antag item</li>
</ul>
<h3 class="author">lolman360 updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">shuttle engine/heater sprites now face the right way</li>
</ul>
<h3 class="author">raspy-on-osu updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">TEG power output</li>
<li class="tweak">tesla movement priorities</li>
<li class="rscadd">tesla counterplay</li>
<li class="rscadd">tesla containment check (containment variable now usable)</li>
</ul>
<h3 class="author">silicons updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">brooms now sweep objects on MOVABLE_PRE_MOVE rather than MOVABLE_MOVED</li>
<li class="balance">firedoors no longer automatically open on touch when there's no pressure differences.</li>
</ul>
<h3 class="author">timothyteakettle updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">buzz, buzz2 and ping are now all unrestricted emotes and can be used by anyone</li>
<li class="imagedel">the drake credit and pickle credit sprites have been removed</li>
<li class="refactor">tongue speech handling is now done by accent datums</li>
</ul>
<h3 class="author">zeroisthebiggay updated:</h3>
<ul class="changes bgimages16">
<li class="rscdel">waffleco</li>
</ul>
<h2 class="date">30 August 2020</h2>
<h3 class="author">raspy-on-osu updated:</h3>
<ul class="changes bgimages16">
@@ -1425,16 +1516,6 @@
<li class="bugfix">non-carbon blood is now not white</li>
<li class="spellcheck">fixed a bunch of grammar/spelling mistakes</li>
</ul>
<h2 class="date">29 June 2020</h2>
<h3 class="author">b1tt3r1n0 updated:</h3>
<ul class="changes bgimages16">
<li class="balance">Made teratomas from sdgf less powergame</li>
</ul>
<h3 class="author">timothyteakettle updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">slimes no longer have white blood by default</li>
</ul>
</div>
<b>GoonStation 13 Development Team</b>
+58
View File
@@ -27132,3 +27132,61 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: new explosion echoes
- tweak: explosion echo range
- soundadd: 5 new explosion related sounds
2020-08-31:
Arturlang:
- tweak: Slimes can now damage structures, don't leave them unfed!
Chiirno:
- bugfix: Moves pill_bottles/dice to box/dice on CogStation.
Couls, ported by NecromancerAnne:
- code_imp: cleans up mech backstabbing code
DeltaFire15:
- rscdel: teleport-to-ark ability of the eminence, commented out
- rscadd: teleport-to-obelisk ability for the eminence
Detective-Google:
- tweak: plasmamen have no more slowdown
- rscadd: object reskins now use very nice and cool radials
EmeraldSundisk:
- rscadd: Adds a pool to MetaStation
- tweak: Slight readjustments to the surrounding area
- bugfix: Fixes a handful of external airlocks
ForrestWick:
- balance: removes wall walking boots from nukie uplink
- tweak: removes wall walking boots from nukie uplink
Ghommie:
- bugfix: e-gun overlays and some floor decals should have been fixed.
LetterN:
- rscadd: tgchat
Lynxless:
- tweak: Changed anatomic panacea into a direct buff, instead of a chem injection
- balance: Changed the values of anatomic panacea
- imageadd: Added a new icon for panacea's buff alert
Putnam3145:
- tweak: Pref for genital/vore examine text
- bugfix: Fixed a couple events having ghost roles eligible.
- balance: 'Buffed slaughter demon: gets stronger as it eats people'
- balance: 'Nerfed slaughter demon: no longer permanently round-removes all who
are eaten by it, instead releasing their now-heartless bodies'
- bugfix: Dynamic storytellers now calculate property weights properly.
Sonic121x:
- bugfix: Fix the four type of new tea that will stuck inside your vein.
- rscadd: drinking glass sprite for those tea.
kappa-sama:
- balance: miners can no longer acquire funny antag item
lolman360:
- bugfix: shuttle engine/heater sprites now face the right way
raspy-on-osu:
- tweak: TEG power output
- tweak: tesla movement priorities
- rscadd: tesla counterplay
- rscadd: tesla containment check (containment variable now usable)
silicons:
- bugfix: brooms now sweep objects on MOVABLE_PRE_MOVE rather than MOVABLE_MOVED
- balance: firedoors no longer automatically open on touch when there's no pressure
differences.
timothyteakettle:
- tweak: buzz, buzz2 and ping are now all unrestricted emotes and can be used by
anyone
- imagedel: the drake credit and pickle credit sprites have been removed
- refactor: tongue speech handling is now done by accent datums
zeroisthebiggay:
- rscdel: waffleco
@@ -1,4 +0,0 @@
author: "kappa-sama"
delete-after: True
changes:
- balance: "miners can no longer acquire funny antag item"
@@ -1,4 +0,0 @@
author: "zeroisthebiggay"
delete-after: True
changes:
- rscdel: "waffleco"
@@ -1,4 +0,0 @@
author: "silicons"
delete-after: True
changes:
- bugfix: "brooms now sweep objects on MOVABLE_PRE_MOVE rather than MOVABLE_MOVED"
@@ -1,4 +0,0 @@
author: "Chiirno"
delete-after: True
changes:
- bugfix: "Moves pill_bottles/dice to box/dice on CogStation."
@@ -1,4 +0,0 @@
author: "LetterN"
delete-after: True
changes:
- rscadd: "tgchat"
@@ -1,4 +0,0 @@
author: "timothyteakettle"
delete-after: True
changes:
- imagedel: "the drake credit and pickle credit sprites have been removed"
@@ -1,5 +0,0 @@
author: "Putnam3145"
delete-after: True
changes:
- balance: "Buffed slaughter demon: gets stronger as it eats people"
- balance: "Nerfed slaughter demon: no longer permanently round-removes all who are eaten by it, instead releasing their now-heartless bodies"
@@ -1,5 +0,0 @@
author: "Sonic121x"
delete-after: True
changes:
- bugfix: "Fix the four type of new tea that will stuck inside your vein."
- rscadd: "drinking glass sprite for those tea."
@@ -1,4 +0,0 @@
author: "Detective-Google"
delete-after: True
changes:
- rscadd: "object reskins now use very nice and cool radials"
@@ -1,4 +0,0 @@
author: "silicons"
delete-after: True
changes:
- balance: "firedoors no longer automatically open on touch when there's no pressure differences."
@@ -1,6 +0,0 @@
author: "raspy-on-osu"
delete-after: True
changes:
- tweak: "tesla movement priorities"
- rscadd: "tesla counterplay"
- rscadd: "tesla containment check (containment variable now usable)"
@@ -1,4 +0,0 @@
author: "Ghommie"
delete-after: True
changes:
- bugfix: "e-gun overlays and some floor decals should have been fixed."
@@ -1,4 +0,0 @@
author: "Arturlang"
delete-after: True
changes:
- tweak: "Slimes can now damage structures, don't leave them unfed!"
@@ -1,4 +0,0 @@
author: "timothyteakettle"
delete-after: True
changes:
- refactor: "tongue speech handling is now done by accent datums"
@@ -1,6 +0,0 @@
author: "EmeraldSundisk"
delete-after: True
changes:
- rscadd: "Adds a pool to MetaStation"
- tweak: "Slight readjustments to the surrounding area"
- bugfix: "Fixes a handful of external airlocks"
@@ -1,4 +0,0 @@
author: "Detective-Google"
delete-after: True
changes:
- tweak: "plasmamen have no more slowdown"
@@ -1,4 +0,0 @@
author: "timothyteakettle"
delete-after: True
changes:
- tweak: "buzz, buzz2 and ping are now all unrestricted emotes and can be used by anyone"
@@ -1,6 +0,0 @@
author: "Lynxless"
delete-after: True
changes:
- tweak: "Changed anatomic panacea into a direct buff, instead of a chem injection"
- balance: "Changed the values of anatomic panacea"
- imageadd: "Added a new icon for panacea's buff alert"
@@ -1,4 +0,0 @@
author: "raspy-on-osu"
delete-after: True
changes:
- tweak: "TEG power output"
@@ -1,4 +0,0 @@
author: "Putnam3145"
delete-after: True
changes:
- tweak: "Pref for genital/vore examine text"
@@ -1,5 +0,0 @@
author: "ForrestWick"
delete-after: True
changes:
- balance: "removes wall walking boots from nukie uplink"
- tweak: "removes wall walking boots from nukie uplink"
@@ -1,4 +0,0 @@
author: "Putnam3145"
delete-after: True
changes:
- bugfix: "Dynamic storytellers now calculate property weights properly."
@@ -1,4 +0,0 @@
author: "lolman360"
delete-after: True
changes:
- bugfix: "shuttle engine/heater sprites now face the right way"
@@ -1,4 +0,0 @@
author: "Putnam3145"
delete-after: True
changes:
- bugfix: "Fixed a couple events having ghost roles eligible."
@@ -1,5 +0,0 @@
author: "DeltaFire15"
delete-after: True
changes:
- rscdel: "teleport-to-ark ability of the eminence, commented out"
- rscadd: "teleport-to-obelisk ability for the eminence"
@@ -1,4 +0,0 @@
author: "Couls, ported by NecromancerAnne"
delete-after: True
changes:
- code_imp: "cleans up mech backstabbing code"