Updates changelog

This commit is contained in:
atermonera
2018-05-24 13:27:37 -07:00
parent 73450f337d
commit f65c7defa5
10 changed files with 54 additions and 167 deletions
+30
View File
@@ -53,6 +53,36 @@
-->
<div class="commit sansserif">
<h2 class="date">24 May 2018</h2>
<h3 class="author">Anewbe updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Moving items out of one's active hand cancels any zoom-in they may be providing.</li>
<li class="tweak">Meteor events should be a lot less brutal.</li>
</ul>
<h3 class="author">Arokha updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Added a 'Client FPS' setting in the Global tab of character setup for adjusting the FPS to your preference.</li>
<li class="rscadd">Added a 'fake SSAO' toggle to Global in character setup, ported from /tg/. Looks like drop shadows on (almost) everything.</li>
</ul>
<h3 class="author">Atermonera updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Laptops no longer consume IDs indefinitely.</li>
</ul>
<h3 class="author">Mechoid updated:</h3>
<ul class="changes bgimages16">
<li class="rsctweak">Promethean limbs store more damage.</li>
<li class="rsctweak">Promethean limbs, in addition to normal severing rules, have a higher chance to be splattered or ashed once they reach maximum damage.</li>
<li class="rscadd">Limbs can now spread their damage to neighbors with the spread_dam var, when reaching max damage.</li>
</ul>
<h3 class="author">PrismaticGynoid updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Added laser pointers. Available in your loadout, and printed and upgraded by R&D.</li>
</ul>
<h3 class="author">lorwp updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Search and Rescue can now add certain medical restricted items to their loadouts</li>
</ul>
<h2 class="date">01 May 2018</h2>
<h3 class="author">Mechoid updated:</h3>
<ul class="changes bgimages16">
+24
View File
@@ -4116,3 +4116,27 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
here.
PrismaticGynoid:
- rscadd: Adds new skrell sprites to hardsuit helmets that were missing them.
2018-05-24:
Anewbe:
- bugfix: Moving items out of one's active hand cancels any zoom-in they may be
providing.
- tweak: Meteor events should be a lot less brutal.
Arokha:
- rscadd: Added a 'Client FPS' setting in the Global tab of character setup for
adjusting the FPS to your preference.
- rscadd: Added a 'fake SSAO' toggle to Global in character setup, ported from /tg/.
Looks like drop shadows on (almost) everything.
Atermonera:
- bugfix: Laptops no longer consume IDs indefinitely.
Mechoid:
- rsctweak: Promethean limbs store more damage.
- rsctweak: Promethean limbs, in addition to normal severing rules, have a higher
chance to be splattered or ashed once they reach maximum damage.
- rscadd: Limbs can now spread their damage to neighbors with the spread_dam var,
when reaching max damage.
PrismaticGynoid:
- rscadd: Added laser pointers. Available in your loadout, and printed and upgraded
by R&D.
lorwp:
- tweak: Search and Rescue can now add certain medical restricted items to their
loadouts
-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
# 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:
- bugfix: "Moving items out of one's active hand cancels any zoom-in they may be providing."
-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
# 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:
- tweak: "Meteor events should be a lot less brutal."
@@ -1,9 +0,0 @@
author: Mechoid
delete-after: True
changes:
- rsctweak: "Promethean limbs store more damage."
- rsctweak: "Promethean limbs, in addition to normal severing rules, have a higher chance to be splattered or ashed once they reach maximum damage."
- rscadd: "Limbs can now spread their damage with the spread_dam var, when reaching max damage."
-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
# maptweak
# spellcheck (typo fixes)
# experiment
#################################
# Your name.
author: Arokha
# 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 'Client FPS' setting in the Global tab of character setup for adjusting the FPS to your preference."
-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
# maptweak
# spellcheck (typo fixes)
# experiment
#################################
# Your name.
author: Arokha
# 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 'fake SSAO' toggle to Global in character setup, ported from /tg/. Looks like drop shadows on everything."
@@ -1,4 +0,0 @@
author: Atermonera
delete-after: True
changes:
- bugfix: "Laptops no longer consume IDs indefinitely."
-6
View File
@@ -1,6 +0,0 @@
author: lorwp
delete-after: True
changes:
- tweak: "Search and Rescue can now add certain medical restricted items to their loadouts"
@@ -1,4 +0,0 @@
author: PrismaticGynoid
delete-after: True
changes:
- rscadd: "Added laser pointers. Available in your loadout, and printed and upgraded by R&D."