diff --git a/html/changelog.html b/html/changelog.html
index 0a9157c4f05..b4182c3d79e 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -45,6 +45,8 @@
Adds sector-dependent spawn weight override, to allow different weight for away sites or ships in different sectors.
The window that shows ships/sites spawning in current sector, also now shows their spawn weights.
Phalanx FR uniform sprite wrong dir fix.
+ Adds cooking codex program.
+ Adds SScodex for cooking recipes, and moves chemistry codex stuff into it as well.
FluffyGhost updated:
@@ -52,11 +54,24 @@
- Refactored stringpercent proc actually give a string percentage, some DMDoc, turned a global var into a define.
- Added a charcount proc and modified the atom fingerprint leaving to use it instead.
- Landmines activation now ensures the addition of fingerprints and fibers on them.
+ - Added a ruins UT.
+ - UTs now have a priority config to decide when they run.
+ - Fixed various bugs that popped out during tests.
+ - Reworked some ruins maps to not have active edges at roundstart.
+
+ Llywelwyn updated:
+
+ - Added Univalvism as a religion option for the Federation Skrell origin.
+ - Fixed the SSRecords crash message for religions failing to load.
RustingWithYou updated:
- Dominian consulars now spawn with the Dominian pistol.
+ SimpleMaroon updated:
+
+ - Passive mobs, like lizards and rats, can no longer spawn in the Warehouse.
+
TheDanseMacabre updated:
- Fixes spiderlings spawned by greimorian infestation events being able to grow up into queens or servants.
@@ -71,6 +86,12 @@
- Adds multi-species insulated gloves, condiments, and k'ois bars to the freebooter ship, in addition to (slightly) more comprehensive medical and surgical supplies.
- Fixes freebooter ship not needing power to function. Adapts airlocks throughout the ship to airlock markers.
+ nauticall updated:
+
+ - Changed the Idris cruiser around a little. Adds several QOL things like cryopods, as well as more amenities.
+ - Added several condiment bottle presets.
+ - Adds a new metal utensils dispenser for more upscale establishments. Adds trays to the bar vendor.
+
24 January 2024
FluffyGhost updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 73016b2b629..3fd40ed1d73 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -33448,6 +33448,9 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: The window that shows ships/sites spawning in current sector, also now
shows their spawn weights.
- bugfix: Phalanx FR uniform sprite wrong dir fix.
+ - rscadd: Adds cooking codex program.
+ - rscadd: Adds SScodex for cooking recipes, and moves chemistry codex stuff into
+ it as well.
FluffyGhost:
- rscadd: Investigator microscope now shows partial fingerprints instead of the
full one.
@@ -33457,8 +33460,17 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
it instead.
- rscadd: Landmines activation now ensures the addition of fingerprints and fibers
on them.
+ - rscadd: Added a ruins UT.
+ - backend: UTs now have a priority config to decide when they run.
+ - bugfix: Fixed various bugs that popped out during tests.
+ - maptweak: Reworked some ruins maps to not have active edges at roundstart.
+ Llywelwyn:
+ - rscadd: Added Univalvism as a religion option for the Federation Skrell origin.
+ - backend: Fixed the SSRecords crash message for religions failing to load.
RustingWithYou:
- tweak: Dominian consulars now spawn with the Dominian pistol.
+ SimpleMaroon:
+ - rscadd: Passive mobs, like lizards and rats, can no longer spawn in the Warehouse.
TheDanseMacabre:
- bugfix: Fixes spiderlings spawned by greimorian infestation events being able
to grow up into queens or servants.
@@ -33472,3 +33484,9 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
surgical supplies.
- bugfix: Fixes freebooter ship not needing power to function. Adapts airlocks throughout
the ship to airlock markers.
+ nauticall:
+ - maptweak: Changed the Idris cruiser around a little. Adds several QOL things like
+ cryopods, as well as more amenities.
+ - rscadd: Added several condiment bottle presets.
+ - rscadd: Adds a new metal utensils dispenser for more upscale establishments. Adds
+ trays to the bar vendor.
diff --git a/html/changelogs/DreamySkrell-cooking-codex.yml b/html/changelogs/DreamySkrell-cooking-codex.yml
deleted file mode 100644
index cd9fb66056c..00000000000
--- a/html/changelogs/DreamySkrell-cooking-codex.yml
+++ /dev/null
@@ -1,42 +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
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-# balance
-# admin
-# backend
-# security
-# refactor
-#################################
-
-# Your name.
-author: DreamySkrell
-
-# 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, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - rscadd: "Adds cooking codex program."
- - rscadd: "Adds SScodex for cooking recipes, and moves chemistry codex stuff into it as well."
diff --git a/html/changelogs/SimpleMaroon-nomorewarehousepets.yml b/html/changelogs/SimpleMaroon-nomorewarehousepets.yml
deleted file mode 100644
index 8867de20f26..00000000000
--- a/html/changelogs/SimpleMaroon-nomorewarehousepets.yml
+++ /dev/null
@@ -1,41 +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
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-# balance
-# admin
-# backend
-# security
-# refactor
-#################################
-
-# Your name.
-author: SimpleMaroon
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: SimpleMaroon
-
-# 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, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - rscadd: "Passive mobs, like lizards and rats, can no longer spawn in the Warehouse."
diff --git a/html/changelogs/fluffyghost-awaysitestest.yml b/html/changelogs/fluffyghost-awaysitestest.yml
deleted file mode 100644
index 2ddc52f739f..00000000000
--- a/html/changelogs/fluffyghost-awaysitestest.yml
+++ /dev/null
@@ -1,44 +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
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-# balance
-# admin
-# backend
-# security
-# refactor
-#################################
-
-# 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, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - rscadd: "Added a ruins UT."
- - backend: "UTs now have a priority config to decide when they run."
- - bugfix: "Fixed various bugs that popped out during tests."
- - maptweak: "Reworked some ruins maps to not have active edges at roundstart."
diff --git a/html/changelogs/lly-univalvism.yml b/html/changelogs/lly-univalvism.yml
deleted file mode 100644
index 5eda1a7c1b4..00000000000
--- a/html/changelogs/lly-univalvism.yml
+++ /dev/null
@@ -1,42 +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
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-# balance
-# admin
-# backend
-# security
-# refactor
-#################################
-
-# Your name.
-author: Llywelwyn
-
-# 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, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - rscadd: "Added Univalvism as a religion option for the Federation Skrell origin."
- - backend: "Fixed the SSRecords crash message for religions failing to load."
diff --git a/html/changelogs/nauticall-idriscruisertweaks.yml b/html/changelogs/nauticall-idriscruisertweaks.yml
deleted file mode 100644
index a00c83d7e60..00000000000
--- a/html/changelogs/nauticall-idriscruisertweaks.yml
+++ /dev/null
@@ -1,43 +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
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-# balance
-# admin
-# backend
-# security
-# refactor
-#################################
-
-# 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, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - maptweak: "Changed the Idris cruiser around a little. Adds several QOL things like cryopods, as well as more amenities."
- - rscadd: "Added several condiment bottle presets."
- - rscadd: "Adds a new metal utensils dispenser for more upscale establishments. Adds trays to the bar vendor."