Changelog update: 2/22/12018

This commit is contained in:
atermonera
2018-02-22 20:19:38 -08:00
parent 0f2ef45d71
commit 27c40c37cc
7 changed files with 49 additions and 189 deletions
+25
View File
@@ -53,6 +53,31 @@
-->
<div class="commit sansserif">
<h2 class="date">22 February 2018</h2>
<h3 class="author">Anewbe updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Added Warden and HoS helmets.</li>
<li class="tweak">Clothing items must be click+dragged to be unequipped. A lot of them already had this, but the system is now standardized.</li>
<li class="tweak">Accessories now apply slowdown to what they're attached to.</li>
<li class="tweak">Certain items, notably Technomancer spells, no longer show up when you examine the mob wearing them.</li>
<li class="tweak">Flashbangs confuse, instead of stunning.</li>
</ul>
<h3 class="author">Atermonera updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">GPS units are generally more useful, providing both coordinate locations and, so long as you're on the same Z level, direction with x-y component distances, to 1m accuracy</li>
<li class="rscadd">Added a halogen counter tool, functions as the PDA function.</li>
<li class="tweak">Analyzers can now analyze gas containers, in addition to providing atmosphere readouts, as the PDA gas scanner function.</li>
<li class="rscadd">Added umbrellas.</li>
</ul>
<h3 class="author">battlefieldCommander updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Added fireplaces which operate similarly to bonfires.</li>
<li class="bugfix">Fixed an oversight that allowed for an in-between state in bonfires where the fire would mysteriously go out after adding wood.</li>
<li class="rscadd">Added blue sifwood floor tiles.</li>
<li class="bugfix">Fixed blue carpet, now known as teal carpet</li>
<li class="rscadd">Added the ability to dig up tree stumps with a shovel.</li>
</ul>
<h2 class="date">21 February 2018</h2>
<h3 class="author">Anewbe updated:</h3>
<ul class="changes bgimages16">
+24
View File
@@ -3918,3 +3918,27 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
cable and multitool.
Woodrat:
- rscadd: Additions of 6 new POIs for the cave area.
2018-02-22:
Anewbe:
- rscadd: Added Warden and HoS helmets.
- tweak: Clothing items must be click+dragged to be unequipped. A lot of them already
had this, but the system is now standardized.
- tweak: Accessories now apply slowdown to what they're attached to.
- tweak: Certain items, notably Technomancer spells, no longer show up when you
examine the mob wearing them.
- tweak: Flashbangs confuse, instead of stunning.
Atermonera:
- tweak: GPS units are generally more useful, providing both coordinate locations
and, so long as you're on the same Z level, direction with x-y component distances,
to 1m accuracy
- rscadd: Added a halogen counter tool, functions as the PDA function.
- tweak: Analyzers can now analyze gas containers, in addition to providing atmosphere
readouts, as the PDA gas scanner function.
- rscadd: Added umbrellas.
battlefieldCommander:
- rscadd: Added fireplaces which operate similarly to bonfires.
- bugfix: Fixed an oversight that allowed for an in-between state in bonfires where
the fire would mysteriously go out after adding wood.
- rscadd: Added blue sifwood floor tiles.
- bugfix: Fixed blue carpet, now known as teal carpet
- rscadd: Added the ability to dig up tree stumps with a shovel.
-39
View File
@@ -1,39 +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:
- rscadd: "Added Warden and HoS helmets."
- tweak: "Clothing items must be click+dragged to be unequipped. A lot of them already had this, but the system is now standardized."
- tweak: "Accessories now apply slowdown to what they're attached to.
- tweak: "Certain items, notably Technomancer spells, no longer show up when you examine the mob wearing them."
@@ -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: Atermonera
# 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:
- tweak: "GPS units are generally more useful, providing both coordinate locations and, so long as you're on the same Z level, direction with x-y component distances, to 1m accuracy"
@@ -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: Atermonera
# 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:
- rscadd: "Added umbrellas."
-38
View File
@@ -1,38 +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: Atermonera
# 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:
- rscadd: "Added a halogen counter tool, functions as the PDA function."
- tweak: "Analyzers can now analyze gas containers, in addition to providing atmosphere readouts, as the PDA gas scanner function."
@@ -1,40 +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: battlefieldCommander
# 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:
- rscadd: "Added fireplaces which operate similarly to bonfires."
- bugfix: "Fixed an oversight that allowed for an in-between state in bonfires where the fire would mysteriously go out after adding wood."
- rscadd: "Added blue sifwood floor tiles."
- bugfix: "Fixed blue carpet, now known as teal carpet"
- rscadd: "Added the ability to dig up tree stumps with a shovel."