Updates changelog

This commit is contained in:
atermonera
2018-04-19 11:34:26 -07:00
parent 105e12b476
commit fe0096c230
5 changed files with 36 additions and 92 deletions

View File

@@ -53,6 +53,27 @@
-->
<div class="commit sansserif">
<h2 class="date">19 April 2018</h2>
<h3 class="author">Anewbe updated:</h3>
<ul class="changes bgimages16">
<li class="rscdel">AOOC is no longer available to traitors, renegades, and thugs.</li>
</ul>
<h3 class="author">Woodrat updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Flashers in brig cells should work now, extra floor flash in communal brig to deal with crims.</li>
<li class="bugfix">Improper access, SMES rooms.</li>
<li class="bugfix">Trader start point is no longer dark.</li>
<li class="rscadd">Medical Vendor Plus has more advanced burn and trauma kits.</li>
<li class="tweak">Cell 1 and 2 in the brig can now be accessed by detectives.</li>
<li class="tweak">Additional r-walls next to the engine room to help with rads.</li>
<li class="tweak">Floor decals in a couple areas.</li>
<li class="tweak">RD office now has its telescreen back.</li>
</ul>
<h3 class="author">lorwp updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Pilot headsets can now fallback to shortwave radio</li>
</ul>
<h2 class="date">01 April 2018</h2>
<h3 class="author">Anewbe updated:</h3>
<ul class="changes bgimages16">

View File

@@ -4073,3 +4073,18 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: The chemistry recipe for paint now uses marker ink instead of crayon dust.
- rscdel: Removed crayon boxes from the map. They can still be ordered from cargo
in case you need a snack.
2018-04-19:
Anewbe:
- rscdel: AOOC is no longer available to traitors, renegades, and thugs.
Woodrat:
- bugfix: Flashers in brig cells should work now, extra floor flash in communal
brig to deal with crims.
- bugfix: Improper access, SMES rooms.
- bugfix: Trader start point is no longer dark.
- rscadd: Medical Vendor Plus has more advanced burn and trauma kits.
- tweak: Cell 1 and 2 in the brig can now be accessed by detectives.
- tweak: Additional r-walls next to the engine room to help with rads.
- tweak: Floor decals in a couple areas.
- tweak: RD office now has its telescreen back.
lorwp:
- bugfix: Pilot headsets can now fallback to shortwave radio

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:
- rscdel: "AOOC is no longer available to traitors, renegades, and thugs."

View File

@@ -1,43 +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: Woodrat
# 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:
- bugfix: "Flashers in brig cells now should work, extra floor flash in communal brig to deal with crims."
- bugfix: "Inproper access, SMES rooms."
- bugfix: "Trader start point being dark now fixed."
- rscadd: "Medical Vendor Plus has more advanced burn and trauma kits."
- tweak: "Cell 1 and 2 in the brig can now be accessed by detectives."
- tweak: "Additional r-walls next to the engine room to help with rads."
- tweak: "Floor decals in a couple areas."
- tweak: "RD office now has its telescreen back."

View File

@@ -1,13 +0,0 @@
# Your name.
author: lorwp
# 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:
- bugfix: "Fixes Pilot headsets not being able to fallback to shortwave radio"