mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Automatic changelog update.
This commit is contained in:
@@ -86,6 +86,14 @@ ADDING CREDITS? EDIT templates/header.html (or footer.html if they're for old t
|
||||
-->
|
||||
<div class="commit sansserif">
|
||||
|
||||
<h2 class="date">2016.05.08</h2>
|
||||
<h3 class="author">Unid updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">Vomiting now removes some chemicals from your body.</li>
|
||||
<li class="rscadd">You can now vomit into a toilet by standing over it. It's also possible to vomit into a reagent container (like a bucket or a beaker) by either standing over it, or holding it while vomiting. Vomiting into a container partially fills it.</li>
|
||||
<li class="rscadd">Pools of vomit now dry over time. You can use a dropper or a syringe on a fresh pool of vomit to extract some of the substance.</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="date">2016.05.07</h2>
|
||||
<h3 class="author">Intigracy updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
@@ -1711,31 +1719,6 @@ ADDING CREDITS? EDIT templates/header.html (or footer.html if they're for old t
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">When suiciding with a gun, a sad song will play in your immediate area.</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="date">2015.12.16</h2>
|
||||
<h3 class="author">9600bauds updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">Fixed the "Space Travel Gear" button in the Sandbox menu giving you empty jetpacks, and upgraded the spacesuit that you get from said button to a NASA voidsuit.</li>
|
||||
<li class="tweak">You will now see speech bubbles from people who are speaking inside mechs, lockers, and generally everything.</li>
|
||||
<li class="bugfix">Fixed being able to wipe Xenobotany disks while they were inside a machine.</li>
|
||||
<li class="bugfix">Fixed Xenobotany machines having wrong part requirements for building.</li>
|
||||
</ul>
|
||||
<h3 class="author">Blithering updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="imageadd">Added a stormtrooper outfit & blaster</li>
|
||||
<li class="rscadd">Added a security-to-stormtrooper modifier which turns lasers & sec hardsuits into their stormtrooper equivalent.</li>
|
||||
</ul>
|
||||
<h3 class="author">Unid updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Added \"assembly frames\", items that allow creating more advanced things with assemblies like timers, signallers and speakers. They can hold any amount of assemblies inside, and the assemblies inside can be connected together.</li>
|
||||
<li class="rscadd">Assembly frames can be found in vendomats (costing one coin), or created with protolathes. Each mechanic's locker starts with two assembly frames.</li>
|
||||
<li class="rscadd">Added addition circuit assemblies. Whenever they receive a pulse their internal counter is increased by 1. Whenever their counter reaches a specified value, it resets and the assembly emits a pulse.</li>
|
||||
<li class="rscadd">Added randomizer circuit assemblies. When pulsed, they randomly select a specified amount of assemblies connected to them, and emit a pulse to them.</li>
|
||||
<li class="rscadd">Added comparison circuit assemblies. When pulsed, they check the first assembly connected to them. If the condition is true, they emit a pulse to the second connected assembly, otherwise they emit a pulse to the third connected assembly.</li>
|
||||
<li class="rscadd">All of the new assemblies can be made with autolathes.</li>
|
||||
<li class="tweak">Timers and proximity sensors now start or stop countdown when pulsed.</li>
|
||||
<li class="tweak">It's now possible to set \"default time\" on timers and proximity sensors. When their timers finish counting down, the time remaining is reset to the default time.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--
|
||||
Credits Section
|
||||
|
||||
@@ -1,38 +1,5 @@
|
||||
DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
||||
---
|
||||
2015-12-16:
|
||||
9600bauds:
|
||||
- tweak: Fixed the "Space Travel Gear" button in the Sandbox menu giving you empty
|
||||
jetpacks, and upgraded the spacesuit that you get from said button to a NASA
|
||||
voidsuit.
|
||||
- tweak: You will now see speech bubbles from people who are speaking inside mechs,
|
||||
lockers, and generally everything.
|
||||
- bugfix: Fixed being able to wipe Xenobotany disks while they were inside a machine.
|
||||
- bugfix: Fixed Xenobotany machines having wrong part requirements for building.
|
||||
Blithering:
|
||||
- imageadd: Added a stormtrooper outfit & blaster
|
||||
- rscadd: Added a security-to-stormtrooper modifier which turns lasers & sec hardsuits
|
||||
into their stormtrooper equivalent.
|
||||
Unid:
|
||||
- rscadd: Added \"assembly frames\", items that allow creating more advanced things
|
||||
with assemblies like timers, signallers and speakers. They can hold any amount
|
||||
of assemblies inside, and the assemblies inside can be connected together.
|
||||
- rscadd: Assembly frames can be found in vendomats (costing one coin), or created
|
||||
with protolathes. Each mechanic's locker starts with two assembly frames.
|
||||
- rscadd: Added addition circuit assemblies. Whenever they receive a pulse their
|
||||
internal counter is increased by 1. Whenever their counter reaches a specified
|
||||
value, it resets and the assembly emits a pulse.
|
||||
- rscadd: Added randomizer circuit assemblies. When pulsed, they randomly select
|
||||
a specified amount of assemblies connected to them, and emit a pulse to them.
|
||||
- rscadd: Added comparison circuit assemblies. When pulsed, they check the first
|
||||
assembly connected to them. If the condition is true, they emit a pulse to the
|
||||
second connected assembly, otherwise they emit a pulse to the third connected
|
||||
assembly.
|
||||
- rscadd: All of the new assemblies can be made with autolathes.
|
||||
- tweak: Timers and proximity sensors now start or stop countdown when pulsed.
|
||||
- tweak: It's now possible to set \"default time\" on timers and proximity sensors.
|
||||
When their timers finish counting down, the time remaining is reset to the default
|
||||
time.
|
||||
2015-12-17:
|
||||
9600bauds:
|
||||
- rscadd: RPDs will now create pipes in the layer and the direction that the RPD
|
||||
@@ -1689,3 +1656,12 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
||||
cumoverme:
|
||||
- tweak: Fixed Ministation giving you stealing objectives for items which weren't
|
||||
in the station.
|
||||
2016-05-08:
|
||||
Unid:
|
||||
- tweak: Vomiting now removes some chemicals from your body.
|
||||
- rscadd: You can now vomit into a toilet by standing over it. It's also possible
|
||||
to vomit into a reagent container (like a bucket or a beaker) by either standing
|
||||
over it, or holding it while vomiting. Vomiting into a container partially fills
|
||||
it.
|
||||
- rscadd: Pools of vomit now dry over time. You can use a dropper or a syringe on
|
||||
a fresh pool of vomit to extract some of the substance.
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
author: Unid
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- tweak: Vomiting now removes some chemicals from your body.
|
||||
- rscadd: "You can now vomit into a toilet by standing over it. It's also possible to vomit into a reagent container (like a bucket or a beaker) by either standing over it, or holding it while vomiting. Vomiting into a container partially fills it."
|
||||
- rscadd: Pools of vomit now dry over time. You can use a dropper or a syringe on a fresh pool of vomit to extract some of the substance.
|
||||
Reference in New Issue
Block a user