diff --git a/html/changelogs/AlaunusLux-adds-docking-messages.yml b/html/changelogs/AlaunusLux-adds-docking-messages.yml deleted file mode 100644 index 47b4999ef4b..00000000000 --- a/html/changelogs/AlaunusLux-adds-docking-messages.yml +++ /dev/null @@ -1,7 +0,0 @@ -author: AlaunusLux - -delete-after: True - -changes: - - rscadd: "Added a message sent over command frequency when a vessel docks or undocks at official docking ports, unless cloaked." - - rscadd: "Added disassembly instructions to reinforced walls." diff --git a/html/changelogs/Bat-BuckleFix.yml b/html/changelogs/Bat-BuckleFix.yml deleted file mode 100644 index 91b4ef6e1cb..00000000000 --- a/html/changelogs/Bat-BuckleFix.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: Batrachophrenoboocosmomachia - -# 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: - - bugfix: "Fixed buckling to chairs." - - bugfix: "Fixed door-leaning layering issues." diff --git a/html/changelogs/Bat-Leanable.yml b/html/changelogs/Bat-Leanable.yml deleted file mode 100644 index 59c1ae0e835..00000000000 --- a/html/changelogs/Bat-Leanable.yml +++ /dev/null @@ -1,14 +0,0 @@ -# Your name. -author: Batrachophrenoboocosmomachia - -# 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: - - refactor: "Wall-leaning code refactored into new 'leanable' component." - - rscadd: "Full windows, doors (of all varieties), and vending machines can now be leaned against just like walls." diff --git a/html/changelogs/archive/2025-10.yml b/html/changelogs/archive/2025-10.yml index 0ebf47ae8c4..ea0e9b07970 100644 --- a/html/changelogs/archive/2025-10.yml +++ b/html/changelogs/archive/2025-10.yml @@ -53,3 +53,26 @@ - rscadd: Stasis beds and stasis bags now have mechanics hints explaining what they do. - rscadd: Stasis beds can now be upgraded to provide more stasis. +2025-10-05: + AlaunusLux: + - rscadd: Added a message sent over command frequency when a vessel docks or undocks + at official docking ports, unless cloaked. + - rscadd: Added disassembly instructions to reinforced walls. + Batrachophrenoboocosmomachia: + - refactor: Wall-leaning code refactored into new 'leanable' component. + - rscadd: Full windows, doors (of all varieties), and vending machines can now be + leaned against just like walls. + - bugfix: Fixed buckling to chairs. + - bugfix: Fixed door-leaning layering issues. + JohnWildkins: + - refactor: Refactored several machines backend code to reduce server load. + - refactor: Fixed an issue where slimes would hard-delete, causing server lag. + - refactor: Optimized igniter and holosign buttons to reduce server load when used. + - refactor: Optimized atmos meters, hydroponics trays, tcomms machines, and disposal + units to only update their icon state when necessary. + - refactor: Refactors motion sensors, spiderlings, guns, ammo piles, and mecha equipment + to remove costly hard-dels. + crunchypretzels: + - qol: You can now use the Himeo voidsuit modkit on industrial rigs, as well as + rig assemblies. + - imageadd: Changed the rest of the Himean suits to match the new palette. diff --git a/html/changelogs/crunchypretzels-himeoparity.yml b/html/changelogs/crunchypretzels-himeoparity.yml deleted file mode 100644 index 66f36c26c0c..00000000000 --- a/html/changelogs/crunchypretzels-himeoparity.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: crunchypretzels - -# 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: "You can now use the Himeo voidsuit modkit on industrial rigs, as well as rig assemblies." - - imageadd: "Changed the rest of the Himean suits to match the new palette." diff --git a/html/changelogs/johnwildkins-lagdeath.yml b/html/changelogs/johnwildkins-lagdeath.yml deleted file mode 100644 index f45fd866344..00000000000 --- a/html/changelogs/johnwildkins-lagdeath.yml +++ /dev/null @@ -1,17 +0,0 @@ -# Your name. -author: JohnWildkins - -# 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: - - refactor: "Refactored several machines backend code to reduce server load." - - refactor: "Fixed an issue where slimes would hard-delete, causing server lag." - - refactor: "Optimized igniter and holosign buttons to reduce server load when used." - - refactor: "Optimized atmos meters, hydroponics trays, tcomms machines, and disposal units to only update their icon state when necessary." - - refactor: "Refactors motion sensors, spiderlings, guns, ammo piles, and mecha equipment to remove costly hard-dels."