Automatic changelog compile [ci skip]

This commit is contained in:
Changelogs
2026-07-24 02:32:44 +00:00
parent b795b3c366
commit 38fce47f3e
10 changed files with 37 additions and 182 deletions
@@ -1,10 +0,0 @@
author: Fendoyree
delete-after: True
changes:
- bugfix: "Fixes airbubble pressure setting. It's now high enough that you don't die from using one."
- bugfix: "Fixes airbubble blinding you forever when you get out of it."
- bugfix: "Fixes airbubble sprite not updating when it is opened from inside."
@@ -1,6 +0,0 @@
author: Fenodyree
delete-after: True
changes:
- rscadd: "Adds a hardsuit module press to the machinist's office."
@@ -1,8 +0,0 @@
author: Fenodyree
delete-after: True
changes:
- bugfix: "Fixes flora rays dealing full toxin damage, despite not being combat modulators. Also updates the message if they are powerful enough to deal damage."
- bugfix: "Fixes flora rays not checking radiation armor, despite being radiation beams."
- bugfix: "Fixes Phoron bolts dealing the wrong damage and respecting the wrong armour type. They now do toxin and check bio armor. They also irradiate more, as radiation now goes up to 1000."
-12
View File
@@ -1,12 +0,0 @@
author: The_Ill_Fated, hazelmouse, Batrachophrenoboocosmomachia
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: "Adds flags and banners for a large number of Solarian and formerly Solarian worlds, all now accessible in the loadout (with the exception of original Lycoris). (The_Ill_Fated)"
- imageadd: "Adds flag and banner for the Ecclesiastical Authority of Axiom, both now accessible in the loadout. (hazelmouse)"
- code_imp: "Rearrangement of icons/obj/structures/flags.dmi contents to sort flags by nations, removes old Sol canton template, adds new Sol stripe template. (Batrachophrenoboocosmomachia)"
+37
View File
@@ -416,3 +416,40 @@
- rscadd: Sabrage skill now uses the bartending skill component to determine success
chance.
- rscadd: A successful Sabrage also gives a minor morale boost.
2026-07-24:
ChangeMe:
- rscadd: Added a new system in charge of dynamic footsteps.
- rscadd: Greimorians now have footstep sounds.
- rscadd: Armour vests and voidsuits now make sound when you walk around.
Fendoyree:
- bugfix: Fixes airbubble pressure setting. It's now high enough that you don't
die from using one.
- bugfix: Fixes airbubble blinding you forever when you get out of it.
- bugfix: Fixes airbubble sprite not updating when it is opened from inside.
Fenodyree:
- bugfix: Fixes flora rays dealing full toxin damage, despite not being combat modulators.
Also updates the message if they are powerful enough to deal damage.
- bugfix: Fixes flora rays not checking radiation armor, despite being radiation
beams.
- bugfix: Fixes Phoron bolts dealing the wrong damage and respecting the wrong armour
type. They now do toxin and check bio armor. They also irradiate more, as radiation
now goes up to 1000.
- rscadd: Adds a hardsuit module press to the machinist's office.
MattAtlas:
- rscadd: Natural darkvision has been added to Himeo.
- rscadd: Natural darkvision for humans has been nerfed quite a bit.
- bugfix: Fixes glasses overriding darkvision.
The_Ill_Fated, hazelmouse, Batrachophrenoboocosmomachia:
- imageadd: Adds flags and banners for a large number of Solarian and formerly Solarian
worlds, all now accessible in the loadout (with the exception of original Lycoris).
(The_Ill_Fated)
- imageadd: Adds flag and banner for the Ecclesiastical Authority of Axiom, both
now accessible in the loadout. (hazelmouse)
- code_imp: Rearrangement of icons/obj/structures/flags.dmi contents to sort flags
by nations, removes old Sol canton template, adds new Sol stripe template. (Batrachophrenoboocosmomachia)
diggiez:
- bugfix: Repairing an IPC's endoskeleton with nanopaste no longer says the datum
path
kermit:
- rscadd: Reduces the captain piloting skill requirement from Professional to Trained.
- rscadd: Reduces the skrell consular age requirement to 100.
-13
View File
@@ -1,13 +0,0 @@
# Your name.
author: diggiez
# 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: "Repairing an IPC's endoskeleton with nanopaste no longer says the datum path"
@@ -1,7 +0,0 @@
author: kermit
delete-after: True
changes:
- rscadd: "Reduces the captain piloting skill requirement from Professional to Trained."
@@ -1,6 +0,0 @@
author: kermit
delete-after: True
changes:
- rscadd: "Reduces the skrell consular age requirement to 100."
-60
View File
@@ -1,60 +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: MattAtlas
# 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:
- rscadd: "Natural darkvision has been added to Himeo."
- rscadd: "Natural darkvision for humans has been nerfed quite a bit."
- bugfix: "Fixes glasses overriding darkvision."
@@ -1,60 +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: ChangeMe
# 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:
- rscadd: "Added a new system in charge of dynamic footsteps."
- rscadd: "Greimorians now have footstep sounds."
- rscadd: "Armour vests and voidsuits now make sound when you walk around."