Automatic changelog compile, [ci skip]

This commit is contained in:
tgstation-server
2017-12-05 18:55:22 +00:00
parent 937ebf6afa
commit 2ef82700a3
5 changed files with 34 additions and 16 deletions
+16
View File
@@ -60,10 +60,26 @@
<ul class="changes bgimages16">
<li class="sounddel">Reduced the volume of showers</li>
</ul>
<h3 class="author">Dax Dupont updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Nanotrasen is happy to announce the pinnacle in plasma research! The Disco Inferno shuttle design is the result of decades of plasma research. Burn, baby, burn!</li>
</ul>
<h3 class="author">MrPerson & ninjanomnom updated:</h3>
<ul class="changes bgimages16">
<li class="refactor">Completely changed how keyboard input is read.</li>
<li class="rscadd">Holding two directions at the same time will now move you diagonally. This works with the arrow keys, wasd, and the numpad.</li>
<li class="tweak">Moving diagonally takes twice as long as moving a cardinal direction.</li>
<li class="bugfix">You can use control to turn using wasd and the numpad instead of just the arrow keys.</li>
<li class="rscdel">Some old non-hotkey mode behaviors, especially in relation to chatbox interaction, can't be kept with the new system. Of key note: You can't type while walking. This is due to limitations of byond and the work necessary to overcome it is better done as another overhaul allowing custom controls.</li>
</ul>
<h3 class="author">SpaceManiac updated:</h3>
<ul class="changes bgimages16">
<li class="spellcheck">Energy values are now measured in joules. What was previously 1 unit is now 1 kJ.</li>
</ul>
<h3 class="author">Xhuis updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Stethoscopes now inform the user if the target can be defibrillated; the user will hear a "faint, fluttery pulse."</li>
</ul>
<h2 class="date">04 December 2017</h2>
<h3 class="author">AnturK updated:</h3>
+18
View File
@@ -14093,6 +14093,24 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2017-12-05:
Cyberboss:
- sounddel: Reduced the volume of showers
Dax Dupont:
- rscadd: Nanotrasen is happy to announce the pinnacle in plasma research! The Disco
Inferno shuttle design is the result of decades of plasma research. Burn, baby,
burn!
MrPerson & ninjanomnom:
- refactor: Completely changed how keyboard input is read.
- rscadd: Holding two directions at the same time will now move you diagonally.
This works with the arrow keys, wasd, and the numpad.
- tweak: Moving diagonally takes twice as long as moving a cardinal direction.
- bugfix: You can use control to turn using wasd and the numpad instead of just
the arrow keys.
- rscdel: 'Some old non-hotkey mode behaviors, especially in relation to chatbox
interaction, can''t be kept with the new system. Of key note: You can''t type
while walking. This is due to limitations of byond and the work necessary to
overcome it is better done as another overhaul allowing custom controls.'
SpaceManiac:
- spellcheck: Energy values are now measured in joules. What was previously 1 unit
is now 1 kJ.
Xhuis:
- tweak: Stethoscopes now inform the user if the target can be defibrillated; the
user will hear a "faint, fluttery pulse."
@@ -1,8 +0,0 @@
author: "MrPerson & ninjanomnom"
delete-after: True
changes:
- refactor: "Completely changed how keyboard input is read."
- rscadd: "Holding two directions at the same time will now move you diagonally. This works with the arrow keys, wasd, and the numpad."
- tweak: "Moving diagonally takes twice as long as moving a cardinal direction."
- bugfix: "You can use control to turn using wasd and the numpad instead of just the arrow keys."
- rscdel: "Some old non-hotkey mode behaviors, especially in relation to chatbox interaction, can't be kept with the new system. Of key note: You can't type while walking. This is due to limitations of byond and the work necessary to overcome it is better done as another overhaul allowing custom controls."
@@ -1,4 +0,0 @@
author: "Dax Dupont"
delete-after: True
changes:
- rscadd: "Nanotrasen is happy to announce the pinnacle in plasma research! The Disco Inferno shuttle design is the result of decades of plasma research. Burn, baby, burn!"
@@ -1,4 +0,0 @@
author: "Xhuis"
delete-after: True
changes:
- tweak: "Stethoscopes now inform the user if the target can be defibrillated; the user will hear a \"faint, fluttery pulse.\""