Automatic Changelog compile [ci skip]

This commit is contained in:
AuroraBuildBot
2024-01-23 11:39:15 +00:00
parent 9c52693b2c
commit f772d9e949
4 changed files with 31 additions and 87 deletions
+15
View File
@@ -35,6 +35,21 @@
-->
<div class="commit sansserif">
<h2 class="date">23 January 2024</h2>
<h3 class="author">MattAtlas updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Flashbangs now no longer stun you if you have moderate ear protection (aka a helmet).</li>
<li class="tweak">Flashbangs now damage you quite a bit if they explode while in your hand or in your pockets. Be careful!</li>
<li class="tweak">The BANG message after being stunned by a flashbang is now bigger.</li>
<li class="tweak">Grenades now get redder as they&#x27;re about to explode. The timing is slightly randomized, so don&#x27;t use it as an exact indicator of when to throw a grenade.</li>
</ul>
<h3 class="author">SimpleMaroon updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Made the Vaurcan Mantle lighter in color in order to facilitate more accurate coloring.</li>
<li class="tweak">Made the Vaurcan Mantle accents colorable independently.</li>
<li class="rscadd">Added the framework for accessories to have colorable accents, currently utilized by the Vaurcan Mantle.</li>
</ul>
<h2 class="date">22 January 2024</h2>
<h3 class="author">CampinKiller24 updated:</h3>
<ul class="changes bgimages16">
+16
View File
@@ -33410,3 +33410,19 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
hazelmouse:
- bugfix: Fixed a misaligned camera in the bridge storage room, and fixed another
misaligned lightbulb in deck three maintenance.
2024-01-23:
MattAtlas:
- tweak: Flashbangs now no longer stun you if you have moderate ear protection (aka
a helmet).
- tweak: Flashbangs now damage you quite a bit if they explode while in your hand
or in your pockets. Be careful!
- tweak: The BANG message after being stunned by a flashbang is now bigger.
- tweak: Grenades now get redder as they&#x27;re about to explode. The timing is
slightly randomized, so don&#x27;t use it as an exact indicator of when to throw
a grenade.
SimpleMaroon:
- tweak: Made the Vaurcan Mantle lighter in color in order to facilitate more accurate
coloring.
- tweak: Made the Vaurcan Mantle accents colorable independently.
- rscadd: Added the framework for accessories to have colorable accents, currently
utilized by the Vaurcan Mantle.
@@ -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
# balance
# admin
# backend
# security
# refactor
#################################
# Your name.
author: SimpleMaroon
# 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: "Made the Vaurcan Mantle lighter in color in order to facilitate more accurate coloring."
- tweak: "Made the Vaurcan Mantle accents colorable independently."
- rscadd: "Added the framework for accessories to have colorable accents, currently utilized by the Vaurcan Mantle."
@@ -1,44 +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
# admin
# backend
# security
# refactor
#################################
# Your name.
author: MattAtlas
# 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: "Flashbangs now no longer stun you if you have moderate ear protection (aka a helmet)."
- tweak: "Flashbangs now damage you quite a bit if they explode while in your hand or in your pockets. Be careful!"
- tweak: "The BANG message after being stunned by a flashbang is now bigger."
- tweak: "Grenades now get redder as they're about to explode. The timing is slightly randomized, so don't use it as an exact indicator of when to throw a grenade."