diff --git a/html/changelogs/Snowy1237-mech_lathe_fix.yml b/html/changelogs/Snowy1237-mech_lathe_fix.yml deleted file mode 100644 index a90fb31eaa9..00000000000 --- a/html/changelogs/Snowy1237-mech_lathe_fix.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: Snowy1237 - -# 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 the exosuit autolathe being unable to pick up lead, aluminium or plastic." diff --git a/html/changelogs/Stev-the-third-bulwark_expression_mask.yml b/html/changelogs/Stev-the-third-bulwark_expression_mask.yml deleted file mode 100644 index 2a773fb2614..00000000000 --- a/html/changelogs/Stev-the-third-bulwark_expression_mask.yml +++ /dev/null @@ -1,61 +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: Stev-the-third - -# 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: - - imageadd: "Added sprites for bulwark expression masks." - - rscadd: "Added expression masks to Vaurca bulwarks and the loadout." - - bugfix: "Re-aligned the face for human expression masks." - diff --git a/html/changelogs/archive/2024-11.yml b/html/changelogs/archive/2024-11.yml index 1b0261f973f..01fd57f69f0 100644 --- a/html/changelogs/archive/2024-11.yml +++ b/html/changelogs/archive/2024-11.yml @@ -124,3 +124,23 @@ for Dionae. notagonk: - rscadd: Remaps the Head of Security office. +2024-11-15: + FabianK3: + - bugfix: Fixed not being able to climb ladders if you are standing on the same + tile. + FluffyGhost: + - code_imp: Added some modular computer program preset tests. + - code_imp: Fixed some modular computer program preset that had duplicate programs. + - refactor: Refactored how the computer program presets generate the list of programs + to install. + - code_imp: Turned some comments into DMDocs, some cleanup around. + - code_imp: Tests disabled reasons are now enclosed in the group correctly. + Snowy1237: + - bugfix: Fixed the exosuit autolathe being unable to pick up lead, aluminium or + plastic. + Stev-the-third: + - imageadd: Added sprites for bulwark expression masks. + - rscadd: Added expression masks to Vaurca bulwarks and the loadout. + - bugfix: Re-aligned the face for human expression masks. + notagonk: + - bugfix: Fixes the disposal pipes outside of the Armoury. diff --git a/html/changelogs/fabiank3-ladder-acces-fix.yml b/html/changelogs/fabiank3-ladder-acces-fix.yml deleted file mode 100644 index 7399fef6aa6..00000000000 --- a/html/changelogs/fabiank3-ladder-acces-fix.yml +++ /dev/null @@ -1,6 +0,0 @@ -author: FabianK3 - -delete-after: True - -changes: - - bugfix: "Fixed not being able to climb ladders if you are standing on the same tile." diff --git a/html/changelogs/fluffyghost-modularcomputermadness.yml b/html/changelogs/fluffyghost-modularcomputermadness.yml deleted file mode 100644 index 33e7e913e64..00000000000 --- a/html/changelogs/fluffyghost-modularcomputermadness.yml +++ /dev/null @@ -1,62 +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: 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, 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: - - code_imp: "Added some modular computer program preset tests." - - code_imp: "Fixed some modular computer program preset that had duplicate programs." - - refactor: "Refactored how the computer program presets generate the list of programs to install." - - code_imp: "Turned some comments into DMDocs, some cleanup around." - - code_imp: "Tests disabled reasons are now enclosed in the group correctly." diff --git a/html/changelogs/notagonk_hos_quickfixes_changelog.yml b/html/changelogs/notagonk_hos_quickfixes_changelog.yml deleted file mode 100644 index 10fbb6f88d5..00000000000 --- a/html/changelogs/notagonk_hos_quickfixes_changelog.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: notagonk - -# 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: "Fixes the disposal pipes outside of the Armoury."