Merge pull request #9025 from PsiOmegaDelta/Changelog

Changelog
This commit is contained in:
PsiOmegaDelta
2015-04-29 14:42:58 +02:00
7 changed files with 29 additions and 28 deletions

View File

@@ -26,7 +26,7 @@
<div align='center'><font size='3'><b>Space Station 13</b></font></div>
<p><div align='center'><font size='3'><a href="http://baystation12.net/wiki/">Wiki</a> | <a href="https://github.com/Baystation12/Baystation12/">Source code</a></font></div></p>
<font size='2'>Code licensed under <a href="http://www.gnu.org/licenses/agpl.html">GPLv3</a>. Content licensed under <a href="http://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA 3.0</a>.<br><br>
<font size='2'>Code licensed under <a href="http://www.gnu.org/licenses/agpl.html">AGPLv3</a>. Content licensed under <a href="http://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA 3.0</a>.<br><br>
<font size='2'><b>Visit our IRC channel:</b> #bs12 on irc.sorcery.net</font>
</td>
</tr>
@@ -56,6 +56,21 @@
-->
<div class="commit sansserif">
<h2 class="date">29 April 2015</h2>
<h3 class="author">Daranz updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Paper bundles can now have papers inserted at arbitrary points. This can be done by clicking the previous/next page links with a sheet of paper in hand.</li>
</ul>
<h3 class="author">HarpyEagle updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Added new fire modes to various guns: c20r, STS-35, WT-550, Z8, L6 SAW, and double barreled shotgun. The firing modes work the same way as the egun; click on the weapon with it in your active hand to cycle between modes. Unloading these weapons now requires that you click on them with an empty hand.</li>
</ul>
<h3 class="author">PsiOmegaDelta updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Portable atmospheric pumps and scrubbers now use NanoUI.</li>
<li class="rscadd">Two new events which will cause damage to APCs or cameras when triggered.</li>
</ul>
<h2 class="date">28 April 2015</h2>
<h3 class="author">Jarcolr updated:</h3>
<ul class="changes bgimages16">

View File

@@ -1668,3 +1668,15 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Adds all the practice rounds to the autolathe.
- tweak: Adds r_walls to the back of the firing range, leaves the sides normal.
- bugfix: Fixes HoS' office door to not be CMO locked.
2015-04-29:
Daranz:
- rscadd: Paper bundles can now have papers inserted at arbitrary points. This can
be done by clicking the previous/next page links with a sheet of paper in hand.
HarpyEagle:
- rscadd: 'Added new fire modes to various guns: c20r, STS-35, WT-550, Z8, L6 SAW,
and double barreled shotgun. The firing modes work the same way as the egun;
click on the weapon with it in your active hand to cycle between modes. Unloading
these weapons now requires that you click on them with an empty hand.'
PsiOmegaDelta:
- rscadd: Portable atmospheric pumps and scrubbers now use NanoUI.
- rscadd: Two new events which will cause damage to APCs or cameras when triggered.

View File

@@ -1,5 +0,0 @@
author: Daranz
delete-after: True
changes:
- rscadd: "Paper bundles can now have papers inserted at arbitrary points. This can be done by clicking the previous/next page links with a sheet of paper in hand."

View File

@@ -1,13 +0,0 @@
# Your name.
author: HarpyEagle
# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
changes:
- rscadd: "Added new fire modes to various guns: c20r, STS-35, WT-550, Z8, L6 SAW, and double barreled shotgun. The firing modes work the same way as the egun; click on the weapon with it in your active hand to cycle between modes. Unloading these weapons now requires that you click on them with an empty hand."

View File

@@ -1,4 +0,0 @@
author: PsiOmegaDelta
delete-after: True
changes:
- rscadd: "Two new events which will cause damage to APCs or cameras when triggered."

View File

@@ -1,4 +0,0 @@
author: PsiOmegaDelta
changes:
- rscadd: "Portable atmospheric pumps and scrubbers now use NanoUI."
delete-after: true

View File

@@ -26,7 +26,7 @@
<div align='center'><font size='3'><b>Space Station 13</b></font></div>
<p><div align='center'><font size='3'><a href="http://baystation12.net/wiki/">Wiki</a> | <a href="https://github.com/Baystation12/Baystation12/">Source code</a></font></div></p>
<font size='2'>Code licensed under <a href="http://www.gnu.org/licenses/agpl.html">GPLv3</a>. Content licensed under <a href="http://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA 3.0</a>.<br><br>
<font size='2'>Code licensed under <a href="http://www.gnu.org/licenses/agpl.html">AGPLv3</a>. Content licensed under <a href="http://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA 3.0</a>.<br><br>
<font size='2'><b>Visit our IRC channel:</b> #bs12 on irc.sorcery.net</font>
</td>
</tr>