This commit is contained in:
Jordie0608
2015-03-19 16:57:54 +11:00
parent b45599486e
commit 37caee9dc7
10 changed files with 55 additions and 81 deletions
+35
View File
@@ -55,6 +55,41 @@
-->
<div class="commit sansserif">
<h2 class="date">19 March 2015</h2>
<h3 class="author">Dannno updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Adds a few cosmetic glasses to the autodrobe and clothing vendors.</li>
</ul>
<h3 class="author">Gun Hog updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Explosion relics will now destroy themselves in their own explosion.</li>
<li class="bugfix">The Experimentor can no longer re-roll the function of an already scanned relic.</li>
</ul>
<h3 class="author">Incoming5643 updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Ghosts are now asked if they want to become a sentient slime.</li>
</ul>
<h3 class="author">JJRcop updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Adds the :rollie: and :ambrosia: emojis.</li>
</ul>
<h3 class="author">MMMiracles updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">ERT suits now use helmet toggling like hardsuits.</li>
</ul>
<h3 class="author">Menshin updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixed mechs ballistic guns not firing bullets.</li>
</ul>
<h3 class="author">Xhuis updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Allows alt-clicking to adjust breath masks, flip caps, and unlock/lock closets.</li>
</ul>
<h3 class="author">xxalpha updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixed jetpack trail animation.</li>
</ul>
<h2 class="date">17 March 2015</h2>
<h3 class="author">CandyClownTG updated:</h3>
<ul class="changes bgimages16">
+20
View File
@@ -1791,3 +1791,23 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: FRAG-12 shotgun shells are no longer duds, now explosive.
phil235:
- tweak: Makes the message when you're attacked slightly bigger for better visibility.
2015-03-19:
Dannno:
- rscadd: Adds a few cosmetic glasses to the autodrobe and clothing vendors.
Gun Hog:
- tweak: Explosion relics will now destroy themselves in their own explosion.
- bugfix: The Experimentor can no longer re-roll the function of an already scanned
relic.
Incoming5643:
- tweak: Ghosts are now asked if they want to become a sentient slime.
JJRcop:
- rscadd: 'Adds the :rollie: and :ambrosia: emojis.'
MMMiracles:
- tweak: ERT suits now use helmet toggling like hardsuits.
Menshin:
- bugfix: Fixed mechs ballistic guns not firing bullets.
Xhuis:
- rscadd: Allows alt-clicking to adjust breath masks, flip caps, and unlock/lock
closets.
xxalpha:
- bugfix: Fixed jetpack trail animation.
@@ -1,10 +0,0 @@
author: Gun Hog
delete-after: True
changes:
- tweak: "Explosion relics will now destroy themselves in their own explosion."
- bugfix: "The Experimentor can no longer re-roll the function of an already scanned relic."
-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
# spellcheck (typo fixes)
# experiment
# tgs (TG-ported fixes?)
#################################
# Your name.
author: Menshin
# 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:
- bugfix: "Fixed mechs ballistic guns not firing bullets."
-5
View File
@@ -1,5 +0,0 @@
author: Xhuis
delete-after: true
changes:
- rscadd: "Allows alt-clicking to adjust breath masks, flip caps, and unlock/lock closets."
-5
View File
@@ -1,5 +0,0 @@
author: Dannno
delete-after: True
- rscadd: "Adds a few cosmetic glasses to the autodrobe and clothing vendors."
-6
View File
@@ -1,6 +0,0 @@
author: Incoming5643
delete-after: True
changes:
- tweak: "Ghosts are now asked if they want to become a sentient slime."
-6
View File
@@ -1,6 +0,0 @@
author: JJRcop
delete-after: True
changes:
- rscadd: "Adds the :rollie: and :ambrosia: emojis."
-6
View File
@@ -1,6 +0,0 @@
author: MMMiracles
delete-after: True
changes:
- tweak: "ERT suits now use helmet toggling like hardsuits."
-7
View File
@@ -1,7 +0,0 @@
author: xxalpha
delete-after: True
changes:
- bugfix: "Fixed jetpack trail animation."