From 8dc9711f6da082eace8fd1f40aba1c6e5cc5e3ef Mon Sep 17 00:00:00 2001 From: Changelogs Date: Mon, 10 Aug 2026 01:40:54 +0000 Subject: [PATCH] Automatic changelog compile [ci skip] --- html/changelogs/archive/2026-08.yml | 24 ++++++++ .../fabiank3-empty-liquid-container.yml | 9 --- .../fabiank3-mineral-asteroid-loc-fix.yml | 6 -- html/changelogs/hazelmouse-feedback.yml | 58 ------------------ html/changelogs/hazelmouse-robes.yml | 59 ------------------- html/changelogs/kermit-smes-coil-bug.yml | 6 -- html/changelogs/omi-flagstuff.yml | 13 ---- 7 files changed, 24 insertions(+), 151 deletions(-) delete mode 100644 html/changelogs/fabiank3-empty-liquid-container.yml delete mode 100644 html/changelogs/fabiank3-mineral-asteroid-loc-fix.yml delete mode 100644 html/changelogs/hazelmouse-feedback.yml delete mode 100644 html/changelogs/hazelmouse-robes.yml delete mode 100644 html/changelogs/kermit-smes-coil-bug.yml delete mode 100644 html/changelogs/omi-flagstuff.yml diff --git a/html/changelogs/archive/2026-08.yml b/html/changelogs/archive/2026-08.yml index 2b7debf9fbd..2584d8825ff 100644 --- a/html/changelogs/archive/2026-08.yml +++ b/html/changelogs/archive/2026-08.yml @@ -248,3 +248,27 @@ mapping. - rscadd: Adjusted some disposal piping to be tidier. - bugfix: Packages can now once again be mailed to the Machinist's Workshop. +2026-08-10: + FabianK3: + - bugfix: Fixed the mineral asteroid position not being updated after the Horizon's + persistent position was applied. + - balance: Welding packs (on the Horizon) now start empty to support persistent + welding fuel tanks. + - imageadd: Added a sprite for empty welding packs. + - balance: Reduced the 'optimal' oil amount in the deep fryers from 9000u to 100u. + One cooking oil tank can now be used multiple times instead of needing 9 tanks + to refill it. + - rscadd: Added a wrench to the kitchen to allow better handling of cooking oil + tanks. + Omicega: + - qol: Flags and banners with custom names and descriptions now keep these custom + names and descriptions when deployed. + hazelmouse: + - rscadd: IPC P2P communications now sends messages of transmissions to the chatboxes + of both parties. + - rscadd: Added new Trinarist assets in the loadout; new tunics, cape variants, + coif variants, etc. + - imageadd: Implemented resprites for several Trinarist assets, including clerical + robes and the Trinarist stave. + kermit: + - bugfix: fixes smes coils not being insertable into smes units (oops, my bad) diff --git a/html/changelogs/fabiank3-empty-liquid-container.yml b/html/changelogs/fabiank3-empty-liquid-container.yml deleted file mode 100644 index 7b84a0a3a3f..00000000000 --- a/html/changelogs/fabiank3-empty-liquid-container.yml +++ /dev/null @@ -1,9 +0,0 @@ -author: FabianK3 - -delete-after: True - -changes: - - balance: "Welding packs (on the Horizon) now start empty to support persistent welding fuel tanks." - - imageadd: "Added a sprite for empty welding packs." - - balance: "Reduced the 'optimal' oil amount in the deep fryers from 9000u to 100u. One cooking oil tank can now be used multiple times instead of needing 9 tanks to refill it." - - rscadd: "Added a wrench to the kitchen to allow better handling of cooking oil tanks." diff --git a/html/changelogs/fabiank3-mineral-asteroid-loc-fix.yml b/html/changelogs/fabiank3-mineral-asteroid-loc-fix.yml deleted file mode 100644 index 496ae0c833f..00000000000 --- a/html/changelogs/fabiank3-mineral-asteroid-loc-fix.yml +++ /dev/null @@ -1,6 +0,0 @@ -author: FabianK3 - -delete-after: True - -changes: - - bugfix: "Fixed the mineral asteroid position not being updated after the Horizon's persistent position was applied." diff --git a/html/changelogs/hazelmouse-feedback.yml b/html/changelogs/hazelmouse-feedback.yml deleted file mode 100644 index b17cee43e01..00000000000 --- a/html/changelogs/hazelmouse-feedback.yml +++ /dev/null @@ -1,58 +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 -# - (fixes bugs) -# wip -# - (work in progress) -# qol -# - (quality of life) -# soundadd -# - (adds a sound) -# sounddel -# - (removes a sound) -# rscadd -# - (adds a feature) -# rscdel -# - (removes a feature) -# imageadd -# - (adds an image or sprite) -# imagedel -# - (removes an image or sprite) -# spellcheck -# - (fixes spelling or grammar) -# experiment -# - (experimental change) -# balance -# - (balance changes) -# code_imp -# - (misc internal code change) -# refactor -# - (refactors code) -# config -# - (makes a change to the config files) -# admin -# - (makes changes to administrator tools) -# server -# - (miscellaneous changes to server) -################################# - -# Your name. -author: hazelmouse - -# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit. -# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. -changes: - - rscadd: "IPC P2P communications now sends messages of transmissions to the chatboxes of both parties." diff --git a/html/changelogs/hazelmouse-robes.yml b/html/changelogs/hazelmouse-robes.yml deleted file mode 100644 index 8c20877f13e..00000000000 --- a/html/changelogs/hazelmouse-robes.yml +++ /dev/null @@ -1,59 +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 -# - (fixes bugs) -# wip -# - (work in progress) -# qol -# - (quality of life) -# soundadd -# - (adds a sound) -# sounddel -# - (removes a sound) -# rscadd -# - (adds a feature) -# rscdel -# - (removes a feature) -# imageadd -# - (adds an image or sprite) -# imagedel -# - (removes an image or sprite) -# spellcheck -# - (fixes spelling or grammar) -# experiment -# - (experimental change) -# balance -# - (balance changes) -# code_imp -# - (misc internal code change) -# refactor -# - (refactors code) -# config -# - (makes a change to the config files) -# admin -# - (makes changes to administrator tools) -# server -# - (miscellaneous changes to server) -################################# - -# Your name. -author: hazelmouse - -# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit. -# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. -changes: - - rscadd: "Added new Trinarist assets in the loadout; new tunics, cape variants, coif variants, etc." - - imageadd: "Implemented resprites for several Trinarist assets, including clerical robes and the Trinarist stave." diff --git a/html/changelogs/kermit-smes-coil-bug.yml b/html/changelogs/kermit-smes-coil-bug.yml deleted file mode 100644 index b313392d18d..00000000000 --- a/html/changelogs/kermit-smes-coil-bug.yml +++ /dev/null @@ -1,6 +0,0 @@ -author: kermit - -delete-after: True - -changes: - - bugfix: "fixes smes coils not being insertable into smes units (oops, my bad)" diff --git a/html/changelogs/omi-flagstuff.yml b/html/changelogs/omi-flagstuff.yml deleted file mode 100644 index 730115e2916..00000000000 --- a/html/changelogs/omi-flagstuff.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Your name. -author: Omicega - -# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit. -# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. -changes: - - qol: "Flags and banners with custom names and descriptions now keep these custom names and descriptions when deployed."