Automatic changelog compile [ci skip]

This commit is contained in:
chompstation-ci[bot]
2025-08-17 01:38:16 +00:00
parent d26a6c286c
commit 19e114df8f
16 changed files with 47 additions and 74 deletions

View File

@@ -1,5 +0,0 @@
author: "Diana"
delete-after: True
changes:
- bugfix: "Instant vore events (Tongue vore, wing vore, dizzy vore, chair vore, etc) will now only send their completion message, not an attempt message as well."
- refactor: "Refactors vore to allow for instant vore types properly."

View File

@@ -1,4 +0,0 @@
author: "CHOMPStation2StaffMirrorBot"
delete-after: True
changes:
- rscadd: "Vending machines now have a pretty grid view mode as their default. You can switch back to rows if necessary."

View File

@@ -1,5 +0,0 @@
author: "CHOMPStation2StaffMirrorBot"
delete-after: True
changes:
- qol: "Cargo can make batteries"
- rscadd: "Hyper device cell can be researched and created"

View File

@@ -1,7 +0,0 @@
author: "Will"
delete-after: True
changes:
- bugfix: "Multiple buckling related fixes"
- bugfix: "Wizard forcewall is now visible"
- bugfix: "Mime forcewall is now invisible"
- bugfix: "Tiny animals with hands can no longer pick themselves up, causing the universe to collapse."

View File

@@ -1,5 +0,0 @@
author: "CHOMPStation2StaffMirrorBot"
delete-after: True
changes:
- rscdel: "removed some of the old (non-functional) irc code"
- code_imp: "removed some unticked DM files"

View File

@@ -1,5 +0,0 @@
author: "Will"
delete-after: True
changes:
- bugfix: "Refinery mixer wouldn't show its angle correctly when rotating counter clockwise in the northwest direction."
- bugfix: "Refinery mixer status light properly shows if it is in a locked state"

View File

@@ -1,4 +0,0 @@
author: "Willburd"
delete-after: True
changes:
- bugfix: "roundstart loyalty implant code will no longer ignore the config file"

View File

@@ -1,4 +0,0 @@
author: "Will"
delete-after: True
changes:
- bugfix: "Blitzrods use proper projectile code for mob hits"

View File

@@ -1,4 +0,0 @@
author: "CHOMPStation2StaffMirrorBot"
delete-after: True
changes:
- refactor: "cleaned up icon files for backpacks, bags, and belts - there shouldn't be any player-facing changes, but please report any invisible or bugged clothes in appropriate channels"

View File

@@ -1,4 +0,0 @@
author: "CHOMPStation2StaffMirrorBot"
delete-after: True
changes:
- refactor: "cleaned up icon files for accessories - there shouldn't be any player-facing changes, but please report any invisible or bugged clothes in appropriate channels"

View File

@@ -1,8 +0,0 @@
author: "Drathek"
delete-after: True
changes:
- bugfix: "Fixes a few issues where some unit tests would never qdel what they new'd because they called `continue`"
- code_imp: "Increases usage of `cached_icon_states`"
- code_imp: "Adds css validation to spritesheets unit testing (must comply with https://www.w3.org/TR/CSS2/syndata.html#value-def-identifier )"
- code_imp: "Cleans up various single var usage"
- refactor: "Refactors `sprite_accessories_shall_be_unique` to use initial values instead of newing the datum"

View File

@@ -1,4 +0,0 @@
author: "CHOMPStation2StaffMirrorBot"
delete-after: True
changes:
- refactor: "cleaned up icon files for boots - there shouldn't be any player-facing changes, but please report any invisible or bugged clothes in appropriate channels"

View File

@@ -1,4 +0,0 @@
author: "Will"
delete-after: True
changes:
- rscadd: "Telekinetic gloves"

View File

@@ -1,7 +0,0 @@
author: "Diana"
delete-after: True
changes:
- image: "Battery icons able to be swapped to battery variants"
- balance: "Hyper device cell now has 2400 charge, up from 600"
- balance: "Void cell and recharging alien device cell adjusted."
- balance: "Yellow slime extract now has 20000 charge. Self charges 500 instead of 25 now."

View File

@@ -1,4 +0,0 @@
author: "Drathek"
delete-after: True
changes:
- code_imp: "Energy weapons now use cached_icon_states for fallback icon behavior"

View File

@@ -368,3 +368,50 @@
- rscadd: Refinery mixing machine for use with refinery pumps
- bugfix: Refinery machines use the sending machine's transfer value and not the
receiving machine
2025-08-17:
CHOMPStation2StaffMirrorBot:
- refactor: cleaned up icon files for boots - there shouldn't be any player-facing
changes, but please report any invisible or bugged clothes in appropriate channels
- qol: Cargo can make batteries
- rscadd: Hyper device cell can be researched and created
- rscdel: removed some of the old (non-functional) irc code
- code_imp: removed some unticked DM files
- refactor: cleaned up icon files for backpacks, bags, and belts - there shouldn't
be any player-facing changes, but please report any invisible or bugged clothes
in appropriate channels
- refactor: cleaned up icon files for accessories - there shouldn't be any player-facing
changes, but please report any invisible or bugged clothes in appropriate channels
- rscadd: Vending machines now have a pretty grid view mode as their default. You
can switch back to rows if necessary.
Diana:
- image: Battery icons able to be swapped to battery variants
- balance: Hyper device cell now has 2400 charge, up from 600
- balance: Void cell and recharging alien device cell adjusted.
- balance: Yellow slime extract now has 20000 charge. Self charges 500 instead
of 25 now.
- bugfix: Instant vore events (Tongue vore, wing vore, dizzy vore, chair vore, etc)
will now only send their completion message, not an attempt message as well.
- refactor: Refactors vore to allow for instant vore types properly.
Drathek:
- bugfix: Fixes a few issues where some unit tests would never qdel what they new'd
because they called `continue`
- code_imp: Increases usage of `cached_icon_states`
- code_imp: Adds css validation to spritesheets unit testing (must comply with https://www.w3.org/TR/CSS2/syndata.html#value-def-identifier
)
- code_imp: Cleans up various single var usage
- refactor: Refactors `sprite_accessories_shall_be_unique` to use initial values
instead of newing the datum
- code_imp: Energy weapons now use cached_icon_states for fallback icon behavior
Will:
- bugfix: Multiple buckling related fixes
- bugfix: Wizard forcewall is now visible
- bugfix: Mime forcewall is now invisible
- bugfix: Tiny animals with hands can no longer pick themselves up, causing the
universe to collapse.
- rscadd: Telekinetic gloves
- bugfix: Refinery mixer wouldn't show its angle correctly when rotating counter
clockwise in the northwest direction.
- bugfix: Refinery mixer status light properly shows if it is in a locked state
- bugfix: Blitzrods use proper projectile code for mob hits
Willburd:
- bugfix: roundstart loyalty implant code will no longer ignore the config file