mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Automatic changelog compile, [ci skip]
This commit is contained in:
+27
-41
@@ -55,6 +55,33 @@
|
||||
|
||||
-->
|
||||
<div class="commit sansserif">
|
||||
<h2 class="date">22 February 2018</h2>
|
||||
<h3 class="author">Buggy123 updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">Nanotrasen has begun a campaign to inform their employees that you can alt-click to disable morgue tray beeping.</li>
|
||||
</ul>
|
||||
<h3 class="author">Jittai / ChuckTheSheep updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="imageadd">NT has stopped buying re-boxed storebrand Donkpockets and now stocks stations with real, genuine, tasty Donkpockets!</li>
|
||||
</ul>
|
||||
<h3 class="author">Naksu updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="code_imp">removed unused poisoned apple variant</li>
|
||||
</ul>
|
||||
<h3 class="author">Repukan updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">fixed windoors dropping more cable than what was used to build them.</li>
|
||||
</ul>
|
||||
<h3 class="author">Robustin updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">The clock cult's marauder limit now works properly, temporarily lower the marauder limit when one has recently been summoned.</li>
|
||||
</ul>
|
||||
<h3 class="author">Super3222, TheMythicGhost, DaedalusGame updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Adds a barometer function to the standard atmos analyzer.</li>
|
||||
<li class="imageadd">Adds a new sprite for the atmos analyzer to resemble a barometer.</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="date">21 February 2018</h2>
|
||||
<h3 class="author">Denton updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
@@ -2050,47 +2077,6 @@
|
||||
<li class="code_imp">Projectiles now use /datum/point/vectors for trajectory calculations.</li>
|
||||
<li class="bugfix">Beam rifle reflections will no longer glitch out.</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="date">21 December 2017</h2>
|
||||
<h3 class="author">Fox McCloud updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">Fixes arm implants being immune to EMPs</li>
|
||||
</ul>
|
||||
<h3 class="author">SpaceManiac updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="refactor">Telecomms and radio code has been cleaned up.</li>
|
||||
<li class="tweak">The PDA message server is now a real piece of telecomms machinery.</li>
|
||||
<li class="tweak">PDA logs now include the job as well as name of the participants.</li>
|
||||
<li class="bugfix">The Syndicate frequency no longer hears its own messages twice.</li>
|
||||
<li class="bugfix">Talking directly into a radio which is also hot-miked no longer double-talks.</li>
|
||||
<li class="bugfix">Passing a space transition no longer interrupts pulls.</li>
|
||||
</ul>
|
||||
<h3 class="author">Xhuis updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">You can no longer elect two Eminences simultaneously.</li>
|
||||
<li class="bugfix">The Eminence no longer drifts in space.</li>
|
||||
<li class="tweak">The Eminence's mass recall now works on unconscious servants.</li>
|
||||
<li class="tweak">The Eminence's messages now have follow links for observers.</li>
|
||||
<li class="balance">Floors blessed with holy water prevent servants from warping in and the Eminence from crossing them.</li>
|
||||
<li class="balance">The Eminence can never enter the Chapel.</li>
|
||||
</ul>
|
||||
<h3 class="author">coiax updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">At the end of the round, all players can see who the antagonists are.</li>
|
||||
</ul>
|
||||
<h3 class="author">improvedname updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">Corrects 357. speedloader in the autolathe</li>
|
||||
</ul>
|
||||
<h3 class="author">kevinz000 updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscdel">Integrated circuit smoke circuits now require 10 units of reagents to fire.</li>
|
||||
</ul>
|
||||
<h3 class="author">uraniummeltdown updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">You can adjust line height in chat settings</li>
|
||||
<li class="tweak">Default chat line height is slightly shorter, from 1.4 to 1.2</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<b>GoonStation 13 Development Team</b>
|
||||
|
||||
@@ -16172,3 +16172,20 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
||||
of time.
|
||||
Naksu:
|
||||
- bugfix: Flightsuits should be controllable again
|
||||
2018-02-22:
|
||||
Buggy123:
|
||||
- tweak: Nanotrasen has begun a campaign to inform their employees that you can
|
||||
alt-click to disable morgue tray beeping.
|
||||
Jittai / ChuckTheSheep:
|
||||
- imageadd: NT has stopped buying re-boxed storebrand Donkpockets and now stocks
|
||||
stations with real, genuine, tasty Donkpockets!
|
||||
Naksu:
|
||||
- code_imp: removed unused poisoned apple variant
|
||||
Repukan:
|
||||
- bugfix: fixed windoors dropping more cable than what was used to build them.
|
||||
Robustin:
|
||||
- bugfix: The clock cult's marauder limit now works properly, temporarily lower
|
||||
the marauder limit when one has recently been summoned.
|
||||
Super3222, TheMythicGhost, DaedalusGame:
|
||||
- rscadd: Adds a barometer function to the standard atmos analyzer.
|
||||
- imageadd: Adds a new sprite for the atmos analyzer to resemble a barometer.
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "Robustin"
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "The clock cult's marauder limit now works properly, temporarily lower the marauder limit when one has recently been summoned."
|
||||
@@ -1,5 +0,0 @@
|
||||
author: "Super3222, TheMythicGhost, DaedalusGame"
|
||||
delete-after: True
|
||||
changes:
|
||||
- rscadd: "Adds a barometer function to the standard atmos analyzer."
|
||||
- imageadd: "Adds a new sprite for the atmos analyzer to resemble a barometer."
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "Naksu"
|
||||
delete-after: True
|
||||
changes:
|
||||
- code_imp: "removed unused poisoned apple variant"
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "Jittai / ChuckTheSheep"
|
||||
delete-after: True
|
||||
changes:
|
||||
- imageadd: "NT has stopped buying re-boxed storebrand Donkpockets and now stocks stations with real, genuine, tasty Donkpockets!"
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "Buggy123"
|
||||
delete-after: True
|
||||
changes:
|
||||
- tweak: "Nanotrasen has begun a campaign to inform their employees that you can alt-click to disable morgue tray beeping."
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "Repukan"
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "fixed windoors dropping more cable than what was used to build them."
|
||||
Reference in New Issue
Block a user