Updates changelog.

This commit is contained in:
PsiOmegaDelta
2015-06-16 10:52:50 +02:00
parent 06a1ece4b8
commit c99c051a8c
6 changed files with 40 additions and 24 deletions

View File

@@ -56,6 +56,28 @@
-->
<div class="commit sansserif">
<h2 class="date">16 June 2015</h2>
<h3 class="author">Chinsky updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Updated penlights to be more of use in diagnostics, they now show following conditions:</li>
<li class="rscadd">Eye damage</li>
<li class="rscadd">Blurry eyes (overall slower reaction)</li>
<li class="rscadd">Brain damage (one eye reacts slower)</li>
<li class="rscadd">Opiates use (pinpoint pupils)</li>
<li class="rscadd">Drugs use (dilated pupils)</li>
</ul>
<h3 class="author">PsiOmegaDelta updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Observers can now follow both the AI and its eye upon speech.</li>
<li class="rscadd">Observers can now follow both observers and their body, if they ever had one, upon speech.</li>
<li class="rscadd">Observers can now follow hivemind speakers if the speaker is not using an alias or antagHUD is enabled.</li>
<li class="rscadd">Turret controls now glow, with the color depending on the current mode.</li>
</ul>
<h3 class="author">Techhead updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Converted Request Console interface into NanoUI.</li>
</ul>
<h2 class="date">09 June 2015</h2>
<h3 class="author">PsiOmegaDelta updated:</h3>
<ul class="changes bgimages16">

View File

@@ -1971,3 +1971,21 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
PsiOmegaDelta:
- rscadd: Ports /tg/'s meteor event. Meteors now appear to be more accurate, come
in a greater variety, and may drop ores on their final destruction.
2015-06-16:
Chinsky:
- rscadd: 'Updated penlights to be more of use in diagnostics, they now show following
conditions:'
- rscadd: Eye damage
- rscadd: Blurry eyes (overall slower reaction)
- rscadd: Brain damage (one eye reacts slower)
- rscadd: Opiates use (pinpoint pupils)
- rscadd: Drugs use (dilated pupils)
PsiOmegaDelta:
- rscadd: Observers can now follow both the AI and its eye upon speech.
- rscadd: Observers can now follow both observers and their body, if they ever had
one, upon speech.
- rscadd: Observers can now follow hivemind speakers if the speaker is not using
an alias or antagHUD is enabled.
- rscadd: Turret controls now glow, with the color depending on the current mode.
Techhead:
- rscadd: Converted Request Console interface into NanoUI.

View File

@@ -1,10 +0,0 @@
author: Chinsky
delete-after: True
changes:
- rscadd: "Updated penlights to be more of use in diagnostics, they now show following conditions:"
- rscadd: "Eye damage"
- rscadd: "Blurry eyes (overall slower reaction)"
- rscadd: "Brain damage (one eye reacts slower)"
- rscadd: "Opiates use (pinpoint pupils)"
- rscadd: "Drugs use (dilated pupils)"

View File

@@ -1,6 +0,0 @@
author: PsiOmegaDelta
delete-after: True
changes:
- rscadd: "Observers can now follow both the AI and its eye upon speech."
- rscadd: "Observers can now follow both observers and their body, if they ever had one, upon speech."
- rscadd: "Observers can now follow hivemind speakers if the speaker is not using an alias or antagHUD is enabled."

View File

@@ -1,4 +0,0 @@
author: PsiOmegaDelta
delete-after: True
changes:
- rscadd: "Turret controls now glow, with the color depending on the current mode."

View File

@@ -1,4 +0,0 @@
author: Techhead
delete-after: True
changes:
- rscadd: "Converted Request Console interface into NanoUI."