Automatic changelog compile [ci skip]

This commit is contained in:
chompstation-ci[bot]
2025-06-12 01:22:22 +00:00
parent f352dc6304
commit f2b964cd59
3 changed files with 28 additions and 24 deletions

View File

@@ -1,20 +0,0 @@
author: "Diana, Will, Kash"
delete-after: True
changes:
- qol: "Prometheans now use an appearance changer instead of 100 specialty verbs!"
- qol: "Cocoon trait can now change more things about you!"
- qol: "TF methods using the apperance changer allow you to load slots."
- bugfix: "missing ooc notes added to body record for transfer"
- bugfix: "clonepods do not break listener code when releasing occupants"
- bugfix: "clonepod computer does not spin right around baby when interacted with"
- bugfix: "body redesign UI preview aligned correctly and no longer tiny"
- bugfix: "species/copy_vars no longer takes centuries validating known good data"
- qol: "anyone adding new dna vars no longer needs to worry about the dna cloning proc."
- balance: "FBP Xenochimera regenerate their robolimbs back"
- balance: "Organic Xenochimera drop their robolimbs, allowing them to slap them back on post-revival"
- code_imp: "added BLACKLISTED_COPY_VARS macro, for safely iterating or filtering atom.vars"
- code_imp: "added COMSIG_HUMAN_DNA_FINALIZED signal. Sent when a human mob is fully init with all dna and species vars applied."
- code_imp: "hair gradients use dnaUIs instead of separate vars"
- refactor: "massive rework to dna, bodyrecords and dna2record datums to handle copying vars, and applying them to their owner mob more gracefully"
- refactor: "all dna related machines that resleeve humans, except the autosleever, use a unified proc to ensure no loss of data."
- refactor: "Xenochimera no longer use admin procs to heal, and use an internal body record datum."

View File

@@ -1,4 +0,0 @@
author: "FluffMedic"
delete-after: True
changes:
- bugfix: "carrier being disconnected from medical sensors"

View File

@@ -140,3 +140,31 @@
- bugfix: game panel inaccessible to devs / event managers
FluffMedic:
- rscadd: 2 new sif POIs based off a past event
2025-06-12:
Diana, Will, Kash:
- qol: Prometheans now use an appearance changer instead of 100 specialty verbs!
- qol: Cocoon trait can now change more things about you!
- qol: TF methods using the apperance changer allow you to load slots.
- bugfix: missing ooc notes added to body record for transfer
- bugfix: clonepods do not break listener code when releasing occupants
- bugfix: clonepod computer does not spin right around baby when interacted with
- bugfix: body redesign UI preview aligned correctly and no longer tiny
- bugfix: species/copy_vars no longer takes centuries validating known good data
- qol: anyone adding new dna vars no longer needs to worry about the dna cloning
proc.
- balance: FBP Xenochimera regenerate their robolimbs back
- balance: Organic Xenochimera drop their robolimbs, allowing them to slap them
back on post-revival
- code_imp: added BLACKLISTED_COPY_VARS macro, for safely iterating or filtering
atom.vars
- code_imp: added COMSIG_HUMAN_DNA_FINALIZED signal. Sent when a human mob is fully
init with all dna and species vars applied.
- code_imp: hair gradients use dnaUIs instead of separate vars
- refactor: massive rework to dna, bodyrecords and dna2record datums to handle copying
vars, and applying them to their owner mob more gracefully
- refactor: all dna related machines that resleeve humans, except the autosleever,
use a unified proc to ensure no loss of data.
- refactor: Xenochimera no longer use admin procs to heal, and use an internal body
record datum.
FluffMedic:
- bugfix: carrier being disconnected from medical sensors