Automatic Changelog compile [ci skip]

This commit is contained in:
AuroraBuildBot
2024-01-30 13:06:37 +00:00
parent e00461d8a9
commit 0092ef4807
7 changed files with 39 additions and 212 deletions
+21
View File
@@ -45,6 +45,8 @@
<li class="rscadd">Adds sector-dependent spawn weight override, to allow different weight for away sites or ships in different sectors.</li>
<li class="rscadd">The window that shows ships/sites spawning in current sector, also now shows their spawn weights.</li>
<li class="bugfix">Phalanx FR uniform sprite wrong dir fix.</li>
<li class="rscadd">Adds cooking codex program.</li>
<li class="rscadd">Adds SScodex for cooking recipes, and moves chemistry codex stuff into it as well.</li>
</ul>
<h3 class="author">FluffyGhost updated:</h3>
<ul class="changes bgimages16">
@@ -52,11 +54,24 @@
<li class="refactor">Refactored stringpercent proc actually give a string percentage, some DMDoc, turned a global var into a define.</li>
<li class="rscadd">Added a charcount proc and modified the atom fingerprint leaving to use it instead.</li>
<li class="rscadd">Landmines activation now ensures the addition of fingerprints and fibers on them.</li>
<li class="rscadd">Added a ruins UT.</li>
<li class="backend">UTs now have a priority config to decide when they run.</li>
<li class="bugfix">Fixed various bugs that popped out during tests.</li>
<li class="maptweak">Reworked some ruins maps to not have active edges at roundstart.</li>
</ul>
<h3 class="author">Llywelwyn updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Added Univalvism as a religion option for the Federation Skrell origin.</li>
<li class="backend">Fixed the SSRecords crash message for religions failing to load.</li>
</ul>
<h3 class="author">RustingWithYou updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Dominian consulars now spawn with the Dominian pistol.</li>
</ul>
<h3 class="author">SimpleMaroon updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Passive mobs, like lizards and rats, can no longer spawn in the Warehouse.</li>
</ul>
<h3 class="author">TheDanseMacabre updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixes spiderlings spawned by greimorian infestation events being able to grow up into queens or servants.</li>
@@ -71,6 +86,12 @@
<li class="rscadd">Adds multi-species insulated gloves, condiments, and k&#x27;ois bars to the freebooter ship, in addition to (slightly) more comprehensive medical and surgical supplies.</li>
<li class="bugfix">Fixes freebooter ship not needing power to function. Adapts airlocks throughout the ship to airlock markers.</li>
</ul>
<h3 class="author">nauticall updated:</h3>
<ul class="changes bgimages16">
<li class="maptweak">Changed the Idris cruiser around a little. Adds several QOL things like cryopods, as well as more amenities.</li>
<li class="rscadd">Added several condiment bottle presets.</li>
<li class="rscadd">Adds a new metal utensils dispenser for more upscale establishments. Adds trays to the bar vendor.</li>
</ul>
<h2 class="date">24 January 2024</h2>
<h3 class="author">FluffyGhost updated:</h3>
+18
View File
@@ -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.
@@ -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."
@@ -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."
@@ -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."
-42
View File
@@ -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."
@@ -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."