diff --git a/html/changelogs/AutoChangeLog-pr-71779.yml b/html/changelogs/AutoChangeLog-pr-71779.yml deleted file mode 100644 index 002affdbde0..00000000000 --- a/html/changelogs/AutoChangeLog-pr-71779.yml +++ /dev/null @@ -1,19 +0,0 @@ -author: "MTandi" -delete-after: True -changes: - - qol: "Rewrote the crafting/cooking menu UI" - - qol: "Split crafting and cooking menus in two different menus" - - qol: "Crafting is no longer blocking the entire UI, only the \"Make\" buttons are disabled" - - qol: "Added stack crafting recipes to the crafting menu" - - qol: "Added cooking recipes that were absent in the crafting menu before (tool recipes, machine recipes, reactions)" - - qol: "Added option to search recipes by title" - - qol: "Added option to filter recipes by required materials/ingredients" - - qol: "Added food types to the cooking menu, highlighting diet of your species (liked, disliked foods)" - - qol: "Added total nutrition value of the result to the cooking menu" - - qol: "Added option to filter cooking recipes by the food type of the resulting food" - - qol: "Added \"Can make\" category that lists all currently craftable recipes throughout all categories" - - refactor: "changed categories and reshuffled some items in them" - - code_imp: "Reagents now have default container to get an icon from the reagent datum" - - code_imp: "Objects now have `desc_controls` var for OOC information about mouse controls that are visible on examine, but not in the description" - - bugfix: "Fixed alignment on many food icons" - - bugfix: "Fixed missing icon for beef stroganoff" \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-71802.yml b/html/changelogs/AutoChangeLog-pr-71802.yml deleted file mode 100644 index 1d742d7d0b6..00000000000 --- a/html/changelogs/AutoChangeLog-pr-71802.yml +++ /dev/null @@ -1,6 +0,0 @@ -author: "Rhials" -delete-after: True -changes: - - rscadd: "Sandstorm random event! A random side of the station is pummeled by an onslaught of sand and dust. If you hear that one is approaching, grab a welder and some iron to help with repairs!" - - rscadd: "Space sand! It's weak and doesn't hurt reinforced walls, but shouldn't be underestimated in high quantities." - - code_imp: "You can now pass a start direction to the spawn_meteors/spawn_meteor global procs." \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-71818.yml b/html/changelogs/AutoChangeLog-pr-71818.yml deleted file mode 100644 index ed751cb238e..00000000000 --- a/html/changelogs/AutoChangeLog-pr-71818.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "MTandi" -delete-after: True -changes: - - bugfix: "The maps are now placed in the center of Z level to avoid having parts getting into the inaccessible area" \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-72112.yml b/html/changelogs/AutoChangeLog-pr-72112.yml deleted file mode 100644 index c8bbaacc0a1..00000000000 --- a/html/changelogs/AutoChangeLog-pr-72112.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "san7890" -delete-after: True -changes: - - bugfix: "To prevent spam, there is now a cooldown on being able to upload assorted books into the newscaster's channel feed." \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-72119.yml b/html/changelogs/AutoChangeLog-pr-72119.yml deleted file mode 100644 index 84afe44dcad..00000000000 --- a/html/changelogs/AutoChangeLog-pr-72119.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "MTandi" -delete-after: True -changes: - - bugfix: "fixed saline drip UI not having transfer rate controls visible" \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-72160.yml b/html/changelogs/AutoChangeLog-pr-72160.yml deleted file mode 100644 index 32dadc96aba..00000000000 --- a/html/changelogs/AutoChangeLog-pr-72160.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "flowercuco" -delete-after: True -changes: - - bugfix: "admins can now select pirate events correctly" \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-72209.yml b/html/changelogs/AutoChangeLog-pr-72209.yml deleted file mode 100644 index fd742741fed..00000000000 --- a/html/changelogs/AutoChangeLog-pr-72209.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "iwishforducks" -delete-after: True -changes: - - balance: "You can now place plating adjacent to already existing plating without having to place rods first." \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-72210.yml b/html/changelogs/AutoChangeLog-pr-72210.yml deleted file mode 100644 index 4b1557a658c..00000000000 --- a/html/changelogs/AutoChangeLog-pr-72210.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "Wayland-Smithy" -delete-after: True -changes: - - bugfix: "Cult spirt realm ghost marking now works again." \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-72224.yml b/html/changelogs/AutoChangeLog-pr-72224.yml deleted file mode 100644 index bd21d6a8096..00000000000 --- a/html/changelogs/AutoChangeLog-pr-72224.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "kawoppi" -delete-after: True -changes: - - bugfix: "xmas crackers are now tiny instead of normal sized" \ No newline at end of file diff --git a/html/changelogs/archive/2022-12.yml b/html/changelogs/archive/2022-12.yml index b9d73d0185c..3367cc63421 100644 --- a/html/changelogs/archive/2022-12.yml +++ b/html/changelogs/archive/2022-12.yml @@ -878,3 +878,51 @@ - qol: drones now start with engineering skillchip. - qol: drones can now interract with light boxes, rack parts, light replacers and stack of duct. +2022-12-26: + MTandi: + - bugfix: fixed saline drip UI not having transfer rate controls visible + - qol: Rewrote the crafting/cooking menu UI + - qol: Split crafting and cooking menus in two different menus + - qol: Crafting is no longer blocking the entire UI, only the "Make" buttons are + disabled + - qol: Added stack crafting recipes to the crafting menu + - qol: Added cooking recipes that were absent in the crafting menu before (tool + recipes, machine recipes, reactions) + - qol: Added option to search recipes by title + - qol: Added option to filter recipes by required materials/ingredients + - qol: Added food types to the cooking menu, highlighting diet of your species (liked, + disliked foods) + - qol: Added total nutrition value of the result to the cooking menu + - qol: Added option to filter cooking recipes by the food type of the resulting + food + - qol: Added "Can make" category that lists all currently craftable recipes throughout + all categories + - refactor: changed categories and reshuffled some items in them + - code_imp: Reagents now have default container to get an icon from the reagent + datum + - code_imp: Objects now have `desc_controls` var for OOC information about mouse + controls that are visible on examine, but not in the description + - bugfix: Fixed alignment on many food icons + - bugfix: Fixed missing icon for beef stroganoff + - bugfix: The maps are now placed in the center of Z level to avoid having parts + getting into the inaccessible area + Rhials: + - rscadd: Sandstorm random event! A random side of the station is pummeled by an + onslaught of sand and dust. If you hear that one is approaching, grab a welder + and some iron to help with repairs! + - rscadd: Space sand! It's weak and doesn't hurt reinforced walls, but shouldn't + be underestimated in high quantities. + - code_imp: You can now pass a start direction to the spawn_meteors/spawn_meteor + global procs. + Wayland-Smithy: + - bugfix: Cult spirt realm ghost marking now works again. + flowercuco: + - bugfix: admins can now select pirate events correctly + iwishforducks: + - balance: You can now place plating adjacent to already existing plating without + having to place rods first. + kawoppi: + - bugfix: xmas crackers are now tiny instead of normal sized + san7890: + - bugfix: To prevent spam, there is now a cooldown on being able to upload assorted + books into the newscaster's channel feed.