Automatic changelog compile

This commit is contained in:
sybil-tgstation13
2015-06-18 08:54:20 -04:00
parent 1ea831a2f4
commit ebe9ff4afc
7 changed files with 47 additions and 90 deletions
+25
View File
@@ -55,6 +55,31 @@
-->
<div class="commit sansserif">
<h2 class="date">18 June 2015</h2>
<h3 class="author">AnturK updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Added new photo-over-pda function. Apply the photo to PDA to send it with your next message!</li>
</ul>
<h3 class="author">Ikarrus updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Department Management consoles have been added to Head of Staff offices. These will enable heads to modify ID's access to their department, as well as preform demotions.</li>
</ul>
<h3 class="author">Miauw updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Bullets can now damage cameras.</li>
<li class="tweak">Camera alarms now trigger 90 seconds after the first EMP pulse, instead of when all EMP pulses run out.</li>
<li class="tweak">Makes the force required to damage cameras greater than or equal to ten instead of greater than ten.</li>
<li class="tweak">Camera alarms now trigger when cameras are disabled with brute force or bullets.</li>
</ul>
<h3 class="author">Xhuis updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Nanotrasen scientists have determined that a delaminating supermatter shard combining with a gravitational singularity is an extremely bad idea. They advise keeping the two as far apart as possible.</li>
</ul>
<h3 class="author">phil235 updated:</h3>
<ul class="changes bgimages16">
<li class="rscdel">Nerfed the xray gun. Its range is now 15 tiles.</li>
</ul>
<h2 class="date">15 June 2015</h2>
<h3 class="author">Incoming5643 updated:</h3>
<ul class="changes bgimages16">
+22
View File
@@ -2774,3 +2774,25 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Added a new sepia slime plasma reaction. Try it out!
spasticVerbalizer:
- rscfix: Drones can now properly quick-equip.
2015-06-18:
AnturK:
- rscadd: Added new photo-over-pda function. Apply the photo to PDA to send it with
your next message!
Ikarrus:
- rscadd: Department Management consoles have been added to Head of Staff offices.
These will enable heads to modify ID's access to their department, as well as
preform demotions.
Miauw:
- tweak: Bullets can now damage cameras.
- tweak: Camera alarms now trigger 90 seconds after the first EMP pulse, instead
of when all EMP pulses run out.
- tweak: Makes the force required to damage cameras greater than or equal to ten
instead of greater than ten.
- tweak: Camera alarms now trigger when cameras are disabled with brute force or
bullets.
Xhuis:
- rscadd: Nanotrasen scientists have determined that a delaminating supermatter
shard combining with a gravitational singularity is an extremely bad idea. They
advise keeping the two as far apart as possible.
phil235:
- rscdel: Nerfed the xray gun. Its range is now 15 tiles.
-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: AnturK
# 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 photo-over-pda function. Apply the photo to PDA to send it with your next message!"
@@ -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: Ikarrus
# 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: "Department Management consoles have been added to Head of Staff offices. These will enable heads to modify ID's access to their department, as well as preform demotions."
-7
View File
@@ -1,7 +0,0 @@
author: Miauw
delete-after: True
changes:
- tweak: "Bullets can now damage cameras."
- tweak: "Camera alarms now trigger 90 seconds after the first EMP pulse, instead of when all EMP pulses run out."
- tweak: "Makes the force required to damage cameras greater than or equal to ten instead of greater than ten."
- tweak: "Camera alarms now trigger when cameras are disabled with brute force or bullets."
-5
View File
@@ -1,5 +0,0 @@
author: Xhuis
delete-after: True
changes:
- rscadd: "Nanotrasen scientists have determined that a delaminating supermatter shard combining with a gravitational singularity is an extremely bad idea. They advise keeping the two as far apart as possible."
-6
View File
@@ -1,6 +0,0 @@
author: phil235
delete-after: True
changes:
- rscdel: "Nerfed the xray gun. Its range is now 15 tiles."