Changelogs, 27OCT2017

This commit is contained in:
skull132
2017-10-28 02:04:24 +03:00
parent b680aa1fb5
commit 18ad80ff61
6 changed files with 29 additions and 84 deletions
+17
View File
@@ -56,6 +56,23 @@
-->
<div class="commit sansserif">
<h2 class="date">28 October 2017</h2>
<h3 class="author">Alberyk updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Blood heal should now fix broken bones and internal bleeding.</li>
</ul>
<h3 class="author">Chaoko99 updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixed Tesla Balls never deleting themselves.</li>
<li class="spellcheck">Corrected the Anomaly Core description, added some clarification of its use.</li>
</ul>
<h3 class="author">TheGreatJorge updated:</h3>
<ul class="changes bgimages16">
<li class="maptweak">Blast doors should now be properly oriented.</li>
<li class="bugfix">Fixes APC overlays.</li>
<li class="rscadd">Xenoarcheology now has one portable ladder and hoist kit available at the excavation site rack.</li>
</ul>
<h2 class="date">24 October 2017</h2>
<h3 class="author">Lohikar updated:</h3>
<ul class="changes bgimages16">
+12
View File
@@ -4762,3 +4762,15 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
got them, and we don't want to know.
- bugfix: The sprint indicator now actually works for IPCs, as well as updating
immediately when toggled by a species with stamina.
2017-10-28:
Alberyk:
- bugfix: Blood heal should now fix broken bones and internal bleeding.
Chaoko99:
- bugfix: Fixed Tesla Balls never deleting themselves.
- spellcheck: Corrected the Anomaly Core description, added some clarification of
its use.
TheGreatJorge:
- maptweak: Blast doors should now be properly oriented.
- bugfix: Fixes APC overlays.
- rscadd: Xenoarcheology now has one portable ladder and hoist kit available at
the excavation site rack.
-4
View File
@@ -1,4 +0,0 @@
author: Alberyk
delete-after: True
changes:
- bugfix: "Blood heal should now fix broken bones and internal bleeding."
-37
View File
@@ -1,37 +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
# balance
#################################
# Your name.
author: Chaoko99
# 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: "Fixed Tesla Balls never deleting themselves."
-37
View File
@@ -1,37 +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
# balance
#################################
# Your name.
author: Chaoko99
# 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:
- spellcheck: "Corrected the Anomaly Core description, added some clarification of its use."
@@ -1,6 +0,0 @@
author: TheGreatJorge
delete-after: True
changes:
- maptweak: "Blast doors should now be properly oriented."
- bugfix: "Fixes APC overlays."
- rscadd: "Xenoarcheology now has one portable ladder and hoist kit available at the excavation site rack."