Automatic Changelog compile [ci skip]

This commit is contained in:
AuroraBuildBot
2024-04-04 12:55:55 +00:00
parent fad2849536
commit 55e724e5d4
6 changed files with 26 additions and 130 deletions
+14
View File
@@ -42,6 +42,12 @@
<li class="bugfix">Food containers like frosted donuts and meat nuggets now maintain the proper icon.</li>
<li class="bugfix">Recharger backpacks now intuitively handle the connection with a simple item-on-backpack click.</li>
<li class="backend">Improved backend handling, cleanly handle ref dropping to gun, localized management of the backpack, DMdoc, you know the deal.</li>
<li class="tweak">Reduced simple animal emote sounds to short range.</li>
<li class="backend">Turned the var that hold those sounds into a lazylist, saving memory (as most simple animals don&#x27;t have emote sounds).</li>
</ul>
<h3 class="author">FluffyGhost, ReadThisNamePlz updated:</h3>
<ul class="changes bgimages16">
<li class="backend">Tweaked the sounds to dampen the volume depending on what is present between the source and the destination, accounts for walls/doors/windows.</li>
</ul>
<h3 class="author">GeneralCamo updated:</h3>
<ul class="changes bgimages16">
@@ -55,10 +61,18 @@
<ul class="changes bgimages16">
<li class="rscadd">Adds 19 new assorted Golden Deep clothing items to the Xenowear - IPC tab. Spritework done by Noble Row.</li>
</ul>
<h3 class="author">ReadThisNamePlz updated:</h3>
<ul class="changes bgimages16">
<li class="maptweak">Added blastdoors to the Grauwolf compartment and moved the longbow blastdoors button to be more visible.</li>
</ul>
<h3 class="author">RustingWithYou updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Adds the Konyang guns and armor used in the Silicon Nightmares events.</li>
</ul>
<h3 class="author">SidVeld updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Added buttons that can be used to quickly change a character&#x27;s hairstyle or beard without using a list.</li>
</ul>
<h2 class="date">03 April 2024</h2>
<h3 class="author">FluffyGhost updated:</h3>
+12
View File
@@ -34629,6 +34629,12 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
item-on-backpack click.
- backend: Improved backend handling, cleanly handle ref dropping to gun, localized
management of the backpack, DMdoc, you know the deal.
- tweak: Reduced simple animal emote sounds to short range.
- backend: Turned the var that hold those sounds into a lazylist, saving memory
(as most simple animals don&#x27;t have emote sounds).
FluffyGhost, ReadThisNamePlz:
- backend: Tweaked the sounds to dampen the volume depending on what is present
between the source and the destination, accounts for walls/doors/windows.
GeneralCamo:
- rscadd: Added bauxite and galena to map generation.
Lavillastrangiato:
@@ -34637,5 +34643,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Noble Row, Stryker:
- rscadd: Adds 19 new assorted Golden Deep clothing items to the Xenowear - IPC
tab. Spritework done by Noble Row.
ReadThisNamePlz:
- maptweak: Added blastdoors to the Grauwolf compartment and moved the longbow blastdoors
button to be more visible.
RustingWithYou:
- rscadd: Adds the Konyang guns and armor used in the Silicon Nightmares events.
SidVeld:
- rscadd: Added buttons that can be used to quickly change a character&#x27;s hairstyle
or beard without using a list.
-41
View File
@@ -1,41 +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: ReadThisNamePlz
# 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:
- maptweak: "Added blastdoors to the Grauwolf compartment and moved the longbow blastdoors button to be more visible."
@@ -1,42 +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: FluffyGhost
# 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: "Reduced simple animal emote sounds to short range."
- backend: "Turned the var that hold those sounds into a lazylist, saving memory (as most simple animals don't have emote sounds)."
@@ -1,41 +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: FluffyGhost, ReadThisNamePlz
# 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:
- backend: "Tweaked the sounds to dampen the volume depending on what is present between the source and the destination, accounts for walls/doors/windows."
@@ -1,6 +0,0 @@
author: SidVeld
delete-after: True
changes:
- rscadd: "Added buttons that can be used to quickly change a character's hairstyle or beard without using a list."