Merge pull request #3137 from TheDZD/changelog

Updates changelog
This commit is contained in:
Fox McCloud
2016-01-06 15:42:37 -05:00
7 changed files with 26 additions and 117 deletions
+16
View File
@@ -55,6 +55,22 @@
-->
<div class="commit sansserif">
<h2 class="date">06 January 2016</h2>
<h3 class="author">Certhic updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Corrected some air alarms so that atmos computer can access them</li>
<li class="bugfix">Bodyscanner now sees mechanical parts in internal organs</li>
</ul>
<h3 class="author">Crazylemon64 updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Sleeping simple animals should tick down sleeping as normal - deaf simple mobs are no longer a thing</li>
</ul>
<h3 class="author">Tastyfish updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Instruments now use NanoUI.</li>
<li class="spellcheck">Corrected the blueshield mission briefing.</li>
</ul>
<h2 class="date">03 January 2016</h2>
<h3 class="author">TheDZD updated:</h3>
<ul class="changes bgimages16">
+10
View File
@@ -3,3 +3,13 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2016-01-03:
TheDZD:
- rscadd: Ports over changelog system from /tg/station.
2016-01-06:
Certhic:
- bugfix: Corrected some air alarms so that atmos computer can access them
- bugfix: Bodyscanner now sees mechanical parts in internal organs
Crazylemon64:
- bugfix: Sleeping simple animals should tick down sleeping as normal - deaf simple
mobs are no longer a thing
Tastyfish:
- tweak: Instruments now use NanoUI.
- spellcheck: Corrected the blueshield mission briefing.
-6
View File
@@ -1,6 +0,0 @@
author: Certhic
delete-after: True
changes:
- bugfix: "Corrected some air alarms so that atmos computer can access them"
-6
View File
@@ -1,6 +0,0 @@
author: Certhic
delete-after: True
changes:
- bugfix: "Bodyscanner now sees mechanical parts in internal organs"
-35
View File
@@ -1,35 +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
#################################
# Your name. Remove the quotation mark and put in your name when copy+pasting the example changelog.
author: Crazylemon64
# 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: "Sleeping simple animals should tick down sleeping as normal - deaf simple mobs are no longer a thing"
-35
View File
@@ -1,35 +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
#################################
# Your name. Remove the quotation mark and put in your name when copy+pasting the example changelog.
author: Tastyfish
# 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:
- tweak: "Instruments now use NanoUI."
-35
View File
@@ -1,35 +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
#################################
# Your name. Remove the quotation mark and put in your name when copy+pasting the example changelog.
author: Tastyfish
# 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:
- spellcheck: "Corrected the blueshield mission briefing."