diff --git a/html/changelog.html b/html/changelog.html
index fcae73df6cd..0f623905937 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -42,6 +42,12 @@
Food containers like frosted donuts and meat nuggets now maintain the proper icon.
Recharger backpacks now intuitively handle the connection with a simple item-on-backpack click.
Improved backend handling, cleanly handle ref dropping to gun, localized management of the backpack, DMdoc, you know the deal.
+ Reduced simple animal emote sounds to short range.
+ Turned the var that hold those sounds into a lazylist, saving memory (as most simple animals don't have emote sounds).
+
+ FluffyGhost, ReadThisNamePlz updated:
+
+ - Tweaked the sounds to dampen the volume depending on what is present between the source and the destination, accounts for walls/doors/windows.
GeneralCamo updated:
@@ -55,10 +61,18 @@
- Adds 19 new assorted Golden Deep clothing items to the Xenowear - IPC tab. Spritework done by Noble Row.
+ ReadThisNamePlz updated:
+
+ - Added blastdoors to the Grauwolf compartment and moved the longbow blastdoors button to be more visible.
+
RustingWithYou updated:
- Adds the Konyang guns and armor used in the Silicon Nightmares events.
+ SidVeld updated:
+
+ - Added buttons that can be used to quickly change a character's hairstyle or beard without using a list.
+
03 April 2024
FluffyGhost updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index c66522a704b..6ed167d5846 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -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'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's hairstyle
+ or beard without using a list.
diff --git a/html/changelogs/changelog.yml b/html/changelogs/changelog.yml
deleted file mode 100644
index 99bd0cbd62c..00000000000
--- a/html/changelogs/changelog.yml
+++ /dev/null
@@ -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."
diff --git a/html/changelogs/fluffyghost-simpleanimaltweaksound.yml b/html/changelogs/fluffyghost-simpleanimaltweaksound.yml
deleted file mode 100644
index bbe55b41386..00000000000
--- a/html/changelogs/fluffyghost-simpleanimaltweaksound.yml
+++ /dev/null
@@ -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)."
diff --git a/html/changelogs/fluffyghost-tweaksounddampening.yml b/html/changelogs/fluffyghost-tweaksounddampening.yml
deleted file mode 100644
index 8c016d4ef37..00000000000
--- a/html/changelogs/fluffyghost-tweaksounddampening.yml
+++ /dev/null
@@ -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."
diff --git a/html/changelogs/sidveld-hairstyle-quick-switch.yml b/html/changelogs/sidveld-hairstyle-quick-switch.yml
deleted file mode 100644
index 154df680092..00000000000
--- a/html/changelogs/sidveld-hairstyle-quick-switch.yml
+++ /dev/null
@@ -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."