Automatic changelog compile [ci skip]

This commit is contained in:
vorestation-ci[bot]
2025-09-05 01:50:52 +00:00
parent a1ab8c12a5
commit 03b8ced842
4 changed files with 24 additions and 25 deletions

View File

@@ -1,17 +0,0 @@
author: "Will"
delete-after: True
changes:
- rscadd: "Methane atmospheric gas"
- rscadd: "Methane tanks, canisters, emergency tanks"
- rscadd: "Gasleak events now can pick methane"
- rscadd: "xenoflora plants can require and make methane"
- rscadd: "circuit programmer gas sensors can detect methane"
- rscadd: "methane breather trait"
- rscadd: "methane gas distilling reaction that produces sulfur"
- rscadd: "methane sign for atmos"
- rscadd: "methane tank on-mob sprites for human and teshari"
- code_imp: "omni atmo devices use ATM_LASTGAS instead of a hardcoded gas"
- code_imp: "nitrous oxide default turf atmo var added, so it behaves like all other round start gasses"
- refactor: "Atmo gasses use GASNAME_ defines instead of raw strings when used in lists"
- refactor: "pda, pai, and communicator gas scanners now use a unified global proc get_gas_mixture_default_scan_data() to get their data and format it"
- bugfix: "nitrous oxide is now weighed when checking if the gasses in a zone are different"

View File

@@ -1,4 +0,0 @@
author: "Willburd"
delete-after: True
changes:
- code_imp: "Crossing atom signals now implemented"

View File

@@ -1,4 +0,0 @@
author: "Tost"
delete-after: True
changes:
- bugfix: "Returns the clear gasmasks to most logical places."

View File

@@ -36,3 +36,27 @@
2025-09-04:
Kashargul:
- bugfix: ar visor being invisible
2025-09-05:
Tost:
- bugfix: Returns the clear gasmasks to most logical places.
Will:
- rscadd: Methane atmospheric gas
- rscadd: Methane tanks, canisters, emergency tanks
- rscadd: Gasleak events now can pick methane
- rscadd: xenoflora plants can require and make methane
- rscadd: circuit programmer gas sensors can detect methane
- rscadd: methane breather trait
- rscadd: methane gas distilling reaction that produces sulfur
- rscadd: methane sign for atmos
- rscadd: methane tank on-mob sprites for human and teshari
- code_imp: omni atmo devices use ATM_LASTGAS instead of a hardcoded gas
- code_imp: nitrous oxide default turf atmo var added, so it behaves like all other
round start gasses
- refactor: Atmo gasses use GASNAME_ defines instead of raw strings when used in
lists
- refactor: pda, pai, and communicator gas scanners now use a unified global proc
get_gas_mixture_default_scan_data() to get their data and format it
- bugfix: nitrous oxide is now weighed when checking if the gasses in a zone are
different
Willburd:
- code_imp: Crossing atom signals now implemented