Changelog update

This commit is contained in:
MagmaRam
2017-05-09 18:15:32 -05:00
parent 0ef887794b
commit 724f455218
8 changed files with 60 additions and 193 deletions
+35
View File
@@ -53,6 +53,41 @@
-->
<div class="commit sansserif">
<h2 class="date">09 May 2017</h2>
<h3 class="author">Anewbe updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Ports but does not enable Bay's MultiZAS.</li>
</ul>
<h3 class="author">Leshana updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Optimized (but still not enabled) multi-z ZAS</li>
<li class="rscadd">Multi-Z explosion transfer coefficient is now configurable</li>
</ul>
<h3 class="author">N3X15 updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Flashlights on the high setting are no longer Beacons of Gondor.</li>
</ul>
<h3 class="author">Neerti updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Tesla armor now retaliates against ranged attacks if within 3 tiles, and recharges in 15 seconds, from 20.</li>
<li class="tweak">Technomancer Instability fades away slower.</li>
<li class="tweak">Fire and frost auras made more potent.</li>
<li class="rscadd">Gambit can now give rare spells unobtainable by other means, based on spell power.</li>
<li class="tweak">Mend Wounds and Mend Burns combined into Mend Life. Mend Metal and Mend Wires combined into Mend Synthetic.</li>
<li class="rscadd">Adds Lesser Chain Lightning, a more spammable version, but weaker.</li>
<li class="rscadd">Adds Destabilize, which makes an area glow with instability for 20 seconds.</li>
<li class="rscadd">Adds Ionic Bolt, which ruins the lives of synthetics.</li>
<li class="tweak">Oxygenate made cheaper.</li>
</ul>
<h3 class="author">SiegDerMaus updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Adds one new haircut, a chin-length bob.</li>
</ul>
<h3 class="author">Yosh updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Ports a bunch of hair from Bay. Knock yourself out.</li>
</ul>
<h2 class="date">05 May 2017</h2>
<h3 class="author">Anewbe updated:</h3>
<ul class="changes bgimages16">
+25
View File
@@ -3519,3 +3519,28 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: Guns on harm intent in aim mode will target, rather than shoot pointblank
on first click.
- bugfix: You can now put handcuffs on yourself.
2017-05-09:
Anewbe:
- rscadd: Ports but does not enable Bay's MultiZAS.
Leshana:
- tweak: Optimized (but still not enabled) multi-z ZAS
- rscadd: Multi-Z explosion transfer coefficient is now configurable
N3X15:
- tweak: Flashlights on the high setting are no longer Beacons of Gondor.
Neerti:
- tweak: Tesla armor now retaliates against ranged attacks if within 3 tiles, and
recharges in 15 seconds, from 20.
- tweak: Technomancer Instability fades away slower.
- tweak: Fire and frost auras made more potent.
- rscadd: Gambit can now give rare spells unobtainable by other means, based on
spell power.
- tweak: Mend Wounds and Mend Burns combined into Mend Life. Mend Metal and Mend
Wires combined into Mend Synthetic.
- rscadd: Adds Lesser Chain Lightning, a more spammable version, but weaker.
- rscadd: Adds Destabilize, which makes an area glow with instability for 20 seconds.
- rscadd: Adds Ionic Bolt, which ruins the lives of synthetics.
- tweak: Oxygenate made cheaper.
SiegDerMaus:
- rscadd: Adds one new haircut, a chin-length bob.
Yosh:
- rscadd: Ports a bunch of hair from Bay. Knock yourself out.
-36
View File
@@ -1,36 +0,0 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# wip (For works in progress)
# tweak
# soundadd
# sounddel
# rscadd (general adding of nice things)
# rscdel (general deleting of nice things)
# imageadd
# imagedel
# maptweak
# spellcheck (typo fixes)
# experiment
#################################
# Your name.
author: Anewbe
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- rscadd: "Ports but does not enable Bay's MultiZAS."
-5
View File
@@ -1,5 +0,0 @@
author: Leshana
delete-after: True
changes:
- tweak: "Optimized (but still not enabled) multi-z ZAS"
- rscadd: "Multi-Z explosion transfer coefficient is now configurable"
@@ -1,44 +0,0 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# wip (For works in progress)
# tweak
# soundadd
# sounddel
# rscadd (general adding of nice things)
# rscdel (general deleting of nice things)
# imageadd
# imagedel
# maptweak
# spellcheck (typo fixes)
# experiment
#################################
# Your name.
author: Neerti
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- tweak: "Tesla armor now retaliates against ranged attacks if within 3 tiles, and recharges in 15 seconds, from 20."
- tweak: "Technomancer Instability fades away slower."
- tweak: "Fire and frost auras made more potent."
- rscadd: "Gambit can now give rare spells unobtainable by other means, based on spell power."
- tweak: "Mend Wounds and Mend Burns combined into Mend Life. Mend Metal and Mend Wires combined into Mend Synthetic."
- rscadd: "Adds Lesser Chain Lightning, a more spammable version, but weaker."
- rscadd: "Adds Destabilize, which makes an area glow with instability for 20 seconds."
- rscadd: "Adds Ionic Bolt, which ruins the lives of synthetics."
- tweak: "Oxygenate made cheaper."
-36
View File
@@ -1,36 +0,0 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# wip (For works in progress)
# tweak
# soundadd
# sounddel
# rscadd (general adding of nice things)
# rscdel (general deleting of nice things)
# imageadd
# imagedel
# maptweak
# spellcheck (typo fixes)
# experiment
#################################
# Your name.
author: SiegDerMaus
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- rscadd: "Adds one new haircut, a chin-length bob."
-36
View File
@@ -1,36 +0,0 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# wip (For works in progress)
# tweak
# soundadd
# sounddel
# rscadd (general adding of nice things)
# rscdel (general deleting of nice things)
# imageadd
# imagedel
# maptweak
# spellcheck (typo fixes)
# experiment
#################################
# Your name.
author: N3X15
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- tweak: "Flashlights on the high setting are no longer Beacons of Gondor."
-36
View File
@@ -1,36 +0,0 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# wip (For works in progress)
# tweak
# soundadd
# sounddel
# rscadd (general adding of nice things)
# rscdel (general deleting of nice things)
# imageadd
# imagedel
# maptweak
# spellcheck (typo fixes)
# experiment
#################################
# Your name.
author: Yosh
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- rscadd: "Ports a bunch of hair from Bay. Knock yourself out."