mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Automatic changelog compile, [ci skip]
This commit is contained in:
@@ -68,19 +68,49 @@
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">Added a missing intercom to the Delta arrivals shuttle.</li>
|
||||
</ul>
|
||||
<h3 class="author">ExcessiveUseOfCobblestone updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="code_imp">Uplink Items now have 2 separate probabilities. One for the syndicate crate and one for cargo null crates. I encourage you to view uplink_items.dm and make changes.</li>
|
||||
</ul>
|
||||
<h3 class="author">Robustin updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="balance">Hostile mobs capable of smashing structures will now smash their way through dense objects too.</li>
|
||||
</ul>
|
||||
<h3 class="author">SpaceManiac updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">The blindness overlay applied during cloning now properly stretches for widescreen views.</li>
|
||||
<li class="code_imp">Various macro consistency problems have been addressed.</li>
|
||||
</ul>
|
||||
<h3 class="author">YPOQ updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">Eminences can hear clock cult chat again</li>
|
||||
</ul>
|
||||
<h3 class="author">george99g updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">Suiciding will now deactivate all your genetics prescans.</li>
|
||||
</ul>
|
||||
<h3 class="author">iskyp updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">makes dragnet non harmful</li>
|
||||
<li class="tweak">pacifists can now use any disabler or stun setting on any energy gun</li>
|
||||
<li class="code_imp">removed all of the pacifism check code from code/modules/mob/living/living.dm</li>
|
||||
<li class="code_imp">gun objects no longer have a harmful variable, instead, ammo_casing objects now have a harmful variable, which is by default set to TRUE</li>
|
||||
<li class="code_imp">if a pacifist fires a gun, it checks whether or not the round chambered is lethal, instead of whether or not the gun itself is lethal.</li>
|
||||
<li class="code_imp">/obj/item/machinery/power/supermatter_shard is now /obj/item/machinery/power/supermatter_crystal/shard. the crystal is the parent object.</li>
|
||||
</ul>
|
||||
<h3 class="author">neersighted updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="code_imp">Reduced lag by speeding up logs 10000%</li>
|
||||
<li class="code_imp">Logs now include millisecond-level timestamps</li>
|
||||
</ul>
|
||||
<h3 class="author">pigeonsk updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">AI now requires silicon playtime instead of crew playtime for roundstart role</li>
|
||||
</ul>
|
||||
<h3 class="author">selea updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">fixed runtime in logic circuits, which was occured with invalid input types.</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="date">09 April 2018</h2>
|
||||
<h3 class="author">CosmicScientist updated:</h3>
|
||||
|
||||
@@ -17229,11 +17229,37 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
||||
- tweak: Detective scanner can display logs via the action button.
|
||||
Denton:
|
||||
- bugfix: Added a missing intercom to the Delta arrivals shuttle.
|
||||
ExcessiveUseOfCobblestone:
|
||||
- code_imp: Uplink Items now have 2 separate probabilities. One for the syndicate
|
||||
crate and one for cargo null crates. I encourage you to view uplink_items.dm
|
||||
and make changes.
|
||||
Robustin:
|
||||
- balance: Hostile mobs capable of smashing structures will now smash their way
|
||||
through dense objects too.
|
||||
SpaceManiac:
|
||||
- bugfix: The blindness overlay applied during cloning now properly stretches for
|
||||
widescreen views.
|
||||
- code_imp: Various macro consistency problems have been addressed.
|
||||
YPOQ:
|
||||
- bugfix: Eminences can hear clock cult chat again
|
||||
george99g:
|
||||
- bugfix: Suiciding will now deactivate all your genetics prescans.
|
||||
iskyp:
|
||||
- bugfix: makes dragnet non harmful
|
||||
- tweak: pacifists can now use any disabler or stun setting on any energy gun
|
||||
- code_imp: removed all of the pacifism check code from code/modules/mob/living/living.dm
|
||||
- code_imp: gun objects no longer have a harmful variable, instead, ammo_casing
|
||||
objects now have a harmful variable, which is by default set to TRUE
|
||||
- code_imp: if a pacifist fires a gun, it checks whether or not the round chambered
|
||||
is lethal, instead of whether or not the gun itself is lethal.
|
||||
- code_imp: /obj/item/machinery/power/supermatter_shard is now /obj/item/machinery/power/supermatter_crystal/shard.
|
||||
the crystal is the parent object.
|
||||
neersighted:
|
||||
- code_imp: Reduced lag by speeding up logs 10000%
|
||||
- code_imp: Logs now include millisecond-level timestamps
|
||||
pigeonsk:
|
||||
- tweak: AI now requires silicon playtime instead of crew playtime for roundstart
|
||||
role
|
||||
selea:
|
||||
- bugfix: fixed runtime in logic circuits, which was occured with invalid input
|
||||
types.
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "pigeonsk"
|
||||
delete-after: True
|
||||
changes:
|
||||
- tweak: "AI now requires silicon playtime instead of crew playtime for roundstart role"
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "Robustin"
|
||||
delete-after: True
|
||||
changes:
|
||||
- balance: "Hostile mobs capable of smashing structures will now smash their way through dense objects too."
|
||||
@@ -1,8 +0,0 @@
|
||||
author: "iskyp"
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "makes dragnet non harmful"
|
||||
- tweak: "pacifists can now use any disabler or stun setting on any energy gun"
|
||||
- code_imp: "removed all of the pacifism check code from code/modules/mob/living/living.dm"
|
||||
- code_imp: "gun objects no longer have a harmful variable, instead, ammo_casing objects now have a harmful variable, which is by default set to TRUE"
|
||||
- code_imp: "if a pacifist fires a gun, it checks whether or not the round chambered is lethal, instead of whether or not the gun itself is lethal."
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "george99g"
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Suiciding will now deactivate all your genetics prescans."
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "ExcessiveUseOfCobblestone"
|
||||
delete-after: True
|
||||
changes:
|
||||
- code_imp: "Uplink Items now have 2 separate probabilities. One for the syndicate crate and one for cargo null crates. I encourage you to view uplink_items.dm and make changes."
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "iskyp"
|
||||
delete-after: True
|
||||
changes:
|
||||
- code_imp: "/obj/item/machinery/power/supermatter_shard is now /obj/item/machinery/power/supermatter_crystal/shard. the crystal is the parent object."
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "selea"
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "fixed runtime in logic circuits, which was occured with invalid input types."
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "SpaceManiac"
|
||||
delete-after: True
|
||||
changes:
|
||||
- code_imp: "Various macro consistency problems have been addressed."
|
||||
Reference in New Issue
Block a user