mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Automatic changelog compile [ci skip]
This commit is contained in:
+37
-25
@@ -51,6 +51,43 @@
|
||||
|
||||
-->
|
||||
<div class="commit sansserif">
|
||||
<h2 class="date">31 August 2020</h2>
|
||||
<h3 class="author">Dennok updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">ladders keep its menu opened when you use ladder</li>
|
||||
</ul>
|
||||
<h3 class="author">Donkie updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="code_imp">Converted check_obscured_slots() output to bitfield instead of list</li>
|
||||
</ul>
|
||||
<h3 class="author">Ghilker updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Added Crystal Invasion Event (with all the mechanics, mobs and item related)</li>
|
||||
</ul>
|
||||
<h3 class="author">Helianthus00 updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Added 2 new subtypes of gas meter so that they work on layers 1 and 3</li>
|
||||
<li class="bugfix">Deltastation: Fixes some broken gas meters to be on the correct layer</li>
|
||||
<li class="bugfix">Icebox station: Fixes some broken gas meters to be on the correct layer, as well as relocating the random ones in maint to actual pipes</li>
|
||||
<li class="bugfix">Pubbystation: Fixes some broken gas meters to be on the correct layer</li>
|
||||
</ul>
|
||||
<h3 class="author">LemonInTheDark updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">H2O is a bit more spicy in the sm, and plux is now a danger rather then a gift, filter it out you nerds.</li>
|
||||
<li class="balance">You feel a great shift in space, the spice rock has changed</li>
|
||||
</ul>
|
||||
<h3 class="author">Timberpoes updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscdel">NanoTrasen has stopped supporting Standard cyborg modules, citing spiralling costs with managing legacy hardware and ancient upgrades.</li>
|
||||
<li class="bugfix">Fixed runtime error introduced by Delta's new cap office maintenance APC.</li>
|
||||
<li class="tweak">When hacking cyborgs, the Module Reset wire is now far more obvious.</li>
|
||||
</ul>
|
||||
<h3 class="author">TiviPlus updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">fixed overlay lighting sometimes displaying offset</li>
|
||||
<li class="refactor">Mech refactor</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="date">30 August 2020</h2>
|
||||
<h3 class="author">ArcaneMusic updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
@@ -2733,31 +2770,6 @@
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">Codex cicatrix now looks a lot better</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="date">29 June 2020</h2>
|
||||
<h3 class="author">FloranOtten updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Nanotrasen Scouting forces have recently reported being shot at by an old man in a shack. Watch out for any strange log cabins!</li>
|
||||
</ul>
|
||||
<h3 class="author">ShizCalev updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">Fixed pamphlets having the wrong icon.</li>
|
||||
<li class="bugfix">Fixed pamphlets and a couple of guides never showing that they're on fire.</li>
|
||||
<li class="bugfix">Paper will no longer infinitely add new fire overlays while they're on fire.</li>
|
||||
<li class="bugfix">Paper planes will now use the proper icon while on fire.</li>
|
||||
<li class="rscadd">Added support for custom fire overlays for objects. Set the custom_fire_overlay var to change it!</li>
|
||||
</ul>
|
||||
<h3 class="author">anconfuzedrock updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="balance">ninja dashes recharge 5x as slow, but they all recharge at the same time.</li>
|
||||
<li class="balance">ninjas are slightly less the definition of speed. They're also faster when their suit is depowered I guess.</li>
|
||||
</ul>
|
||||
<h3 class="author">and KathyRyals updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">Nanotrasen found out about the amount of expensive chemicals served in survival medipens and cut them down to safe costs...</li>
|
||||
<li class="rscadd">...And they turned the old medipen into a luxury</li>
|
||||
<li class="rscdel">Lavaland Extract was found to break laws of physics and was removed from existance</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<b>GoonStation 13 Development Team</b>
|
||||
|
||||
@@ -42468,3 +42468,28 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
||||
- bugfix: you can now grind bread again
|
||||
- rscadd: you can now auto-eat things with edible component
|
||||
- code_imp: food trash element, for dumping trash when u eat food
|
||||
2020-08-31:
|
||||
Dennok:
|
||||
- tweak: ladders keep its menu opened when you use ladder
|
||||
Donkie:
|
||||
- code_imp: Converted check_obscured_slots() output to bitfield instead of list
|
||||
Ghilker:
|
||||
- rscadd: Added Crystal Invasion Event (with all the mechanics, mobs and item related)
|
||||
Helianthus00:
|
||||
- rscadd: Added 2 new subtypes of gas meter so that they work on layers 1 and 3
|
||||
- bugfix: 'Deltastation: Fixes some broken gas meters to be on the correct layer'
|
||||
- bugfix: 'Icebox station: Fixes some broken gas meters to be on the correct layer,
|
||||
as well as relocating the random ones in maint to actual pipes'
|
||||
- bugfix: 'Pubbystation: Fixes some broken gas meters to be on the correct layer'
|
||||
LemonInTheDark:
|
||||
- rscadd: H2O is a bit more spicy in the sm, and plux is now a danger rather then
|
||||
a gift, filter it out you nerds.
|
||||
- balance: You feel a great shift in space, the spice rock has changed
|
||||
Timberpoes:
|
||||
- rscdel: NanoTrasen has stopped supporting Standard cyborg modules, citing spiralling
|
||||
costs with managing legacy hardware and ancient upgrades.
|
||||
- bugfix: Fixed runtime error introduced by Delta's new cap office maintenance APC.
|
||||
- tweak: When hacking cyborgs, the Module Reset wire is now far more obvious.
|
||||
TiviPlus:
|
||||
- bugfix: fixed overlay lighting sometimes displaying offset
|
||||
- refactor: Mech refactor
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "TiviPlus"
|
||||
delete-after: True
|
||||
changes:
|
||||
- refactor: "Mech refactor"
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "Ghilker"
|
||||
delete-after: True
|
||||
changes:
|
||||
- rscadd: "Added Crystal Invasion Event (with all the mechanics, mobs and item related)"
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "Dennok"
|
||||
delete-after: True
|
||||
changes:
|
||||
- tweak: "ladders keep its menu opened when you use ladder"
|
||||
@@ -1,5 +0,0 @@
|
||||
author: "LemonInTheDark"
|
||||
delete-after: True
|
||||
changes:
|
||||
- rscadd: "H2O is a bit more spicy in the sm, and plux is now a danger rather then a gift, filter it out you nerds."
|
||||
- balance: "You feel a great shift in space, the spice rock has changed"
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "Donkie"
|
||||
delete-after: True
|
||||
changes:
|
||||
- code_imp: "Converted check_obscured_slots() output to bitfield instead of list"
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "Timberpoes"
|
||||
delete-after: True
|
||||
changes:
|
||||
- rscdel: "NanoTrasen has stopped supporting Standard cyborg modules, citing spiralling costs with managing legacy hardware and ancient upgrades."
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "Timberpoes"
|
||||
delete-after: True
|
||||
changes:
|
||||
- tweak: "When hacking cyborgs, the Module Reset wire is now far more obvious."
|
||||
@@ -1,7 +0,0 @@
|
||||
author: "Helianthus00"
|
||||
delete-after: True
|
||||
changes:
|
||||
- rscadd: "Added 2 new subtypes of gas meter so that they work on layers 1 and 3"
|
||||
- bugfix: "Deltastation: Fixes some broken gas meters to be on the correct layer"
|
||||
- bugfix: "Icebox station: Fixes some broken gas meters to be on the correct layer, as well as relocating the random ones in maint to actual pipes"
|
||||
- bugfix: "Pubbystation: Fixes some broken gas meters to be on the correct layer"
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "Timberpoes"
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Fixed runtime error introduced by Delta's new cap office maintenance APC."
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "TiviPlus"
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "fixed overlay lighting sometimes displaying offset"
|
||||
Reference in New Issue
Block a user