From 1921e86f8e3adbccf55f8a09ebae2e9341efc24d Mon Sep 17 00:00:00 2001 From: Changelogs Date: Tue, 11 Nov 2025 01:24:37 +0000 Subject: [PATCH] Automatic changelog compile [ci skip] --- html/changelogs/InvestigatorOffice.yml | 8 --- html/changelogs/RegisterFix.yml | 6 -- html/changelogs/archive/2025-11.yml | 26 ++++++++ html/changelogs/arrow768-dbcore-cargo.yml | 58 ------------------ html/changelogs/arrow768-ssstickyban.yml | 58 ------------------ html/changelogs/example copy.yml | 4 -- html/changelogs/flaminglily-maints-beer.yml | 58 ------------------ .../hazelmouse-starlightoffships.yml | 58 ------------------ html/changelogs/jargon-removal.yml | 58 ------------------ html/changelogs/nauticall-sleeper_alcohol.yml | 59 ------------------- 10 files changed, 26 insertions(+), 367 deletions(-) delete mode 100644 html/changelogs/InvestigatorOffice.yml delete mode 100644 html/changelogs/RegisterFix.yml delete mode 100644 html/changelogs/arrow768-dbcore-cargo.yml delete mode 100644 html/changelogs/arrow768-ssstickyban.yml delete mode 100644 html/changelogs/example copy.yml delete mode 100644 html/changelogs/flaminglily-maints-beer.yml delete mode 100644 html/changelogs/hazelmouse-starlightoffships.yml delete mode 100644 html/changelogs/jargon-removal.yml delete mode 100644 html/changelogs/nauticall-sleeper_alcohol.yml diff --git a/html/changelogs/InvestigatorOffice.yml b/html/changelogs/InvestigatorOffice.yml deleted file mode 100644 index 1eff6a12541..00000000000 --- a/html/changelogs/InvestigatorOffice.yml +++ /dev/null @@ -1,8 +0,0 @@ -author: TheGreyWolf - -delete-after: True - -changes: - - rscadd: "The investigation office had a second desk added and a couple of items in the forensic lab were moved around." - - rscadd: "The weapon crate in evidence storage now has a lock." - - qol: "The interrogation room is now next to the investigation office." diff --git a/html/changelogs/RegisterFix.yml b/html/changelogs/RegisterFix.yml deleted file mode 100644 index 8d8ec89dfdd..00000000000 --- a/html/changelogs/RegisterFix.yml +++ /dev/null @@ -1,6 +0,0 @@ -author: TheGreyWolf - -delete-after: True - -changes: - - bugfix: "Fixed the quikpay and cash register's ability to remove items from the buying list." diff --git a/html/changelogs/archive/2025-11.yml b/html/changelogs/archive/2025-11.yml index 4e1414dbe34..d7d921b14ff 100644 --- a/html/changelogs/archive/2025-11.yml +++ b/html/changelogs/archive/2025-11.yml @@ -146,3 +146,29 @@ - rscadd: Gravity Adaptations can also be bought in antag uplinks. - refactor: Refactored Off-worlder gravity weakness to use the new COMSIG_GRAVITY_WEAKNESS_EVENT signal, so that more things can interact with it without needing to be hardcoded. +2025-11-11: + FlamingLily: + - rscadd: Adds beer, soda, and zo'ra yoke cans to the maints spawn pool (which includes + cargo spawns) + Hellfirejag: + - bugfix: Fixed sanitization for writing names on takeaway cups. + Merlin1230: + - spellcheck: Changes some mentions of Jargon into Nralakk or some abbreviation. + TheGreyWolf: + - bugfix: Fixed the quikpay and cash register's ability to remove items from the + buying list. + - rscadd: The investigation office had a second desk added and a couple of items + in the forensic lab were moved around. + - rscadd: The weapon crate in evidence storage now has a lock. + - qol: The interrogation room is now next to the investigation office. + arrow768: + - server: Changed the PRISM Subsystem to use the new DBCore + - server: Changed the Cargo Subsystem to use the new DBCore + hazelmouse: + - rscadd: Several offships now render starlight more properly in their exterior + areas. + nauticall: + - rscadd: The sleeper can now dialyze alcohol from an intoxicated patient, albeit + slowly. Decreases BAC by about 0.05 per minute (~0.1 per 2 minutes). + - balance: Ethylredoxrazine has been buffed to now decrease BAC by about 0.07-0.08 + every minute (0.1 every ~1.2 minutes). diff --git a/html/changelogs/arrow768-dbcore-cargo.yml b/html/changelogs/arrow768-dbcore-cargo.yml deleted file mode 100644 index 3f9c13d6fa9..00000000000 --- a/html/changelogs/arrow768-dbcore-cargo.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: arrow768 - -# 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: - - server: "Changed the Cargo Subsystem to use the new DBCore" diff --git a/html/changelogs/arrow768-ssstickyban.yml b/html/changelogs/arrow768-ssstickyban.yml deleted file mode 100644 index b0b4bd80dd9..00000000000 --- a/html/changelogs/arrow768-ssstickyban.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: arrow768 - -# 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: -- server: "Changed the PRISM Subsystem to use the new DBCore" diff --git a/html/changelogs/example copy.yml b/html/changelogs/example copy.yml deleted file mode 100644 index c392f96c787..00000000000 --- a/html/changelogs/example copy.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: Hellfirejag -delete-after: True -changes: - - bugfix: "Fixed sanitization for writing names on takeaway cups." diff --git a/html/changelogs/flaminglily-maints-beer.yml b/html/changelogs/flaminglily-maints-beer.yml deleted file mode 100644 index dcc2e8affa4..00000000000 --- a/html/changelogs/flaminglily-maints-beer.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: FlamingLily - -# 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: "Adds beer, soda, and zo'ra yoke cans to the maints spawn pool (which includes cargo spawns)" diff --git a/html/changelogs/hazelmouse-starlightoffships.yml b/html/changelogs/hazelmouse-starlightoffships.yml deleted file mode 100644 index 134da2ec546..00000000000 --- a/html/changelogs/hazelmouse-starlightoffships.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: "Several offships now render starlight more properly in their exterior areas." diff --git a/html/changelogs/jargon-removal.yml b/html/changelogs/jargon-removal.yml deleted file mode 100644 index 126447d5f36..00000000000 --- a/html/changelogs/jargon-removal.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: Merlin1230 - -# 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: - - spellcheck: "Changes some mentions of Jargon into Nralakk or some abbreviation." diff --git a/html/changelogs/nauticall-sleeper_alcohol.yml b/html/changelogs/nauticall-sleeper_alcohol.yml deleted file mode 100644 index ebad04f46a9..00000000000 --- a/html/changelogs/nauticall-sleeper_alcohol.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: nauticall - -# 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: "The sleeper can now dialyze alcohol from an intoxicated patient, albeit slowly. Decreases BAC by about 0.05 per minute (~0.1 per 2 minutes)." - - balance: "Ethylredoxrazine has been buffed to now decrease BAC by about 0.07-0.08 every minute (0.1 every ~1.2 minutes)."