mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Automatic Changelog compile [ci skip]
This commit is contained in:
@@ -36,9 +36,19 @@
|
||||
<div class="commit sansserif">
|
||||
|
||||
<h2 class="date">24 March 2024</h2>
|
||||
<h3 class="author">Ben10083 updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscdel">Point Verdant now only spawns when the day is a Port of Call day.</li>
|
||||
<li class="backend">New template flag for ruins added, flag has ruin always spawn when today is a Port of Call, otherwise will not spawn.</li>
|
||||
<li class="tweak">Haneunim port of call days now Saturday and Sunday</li>
|
||||
<li class="backend">New atlas subsystem proc to check if today is a port of call day.</li>
|
||||
</ul>
|
||||
<h3 class="author">DreamySkrell updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">Tweaks the sprite and palette of the stasis bed.</li>
|
||||
<li class="maptweak">SCC Scout Ship mapping and name tweaks.</li>
|
||||
<li class="maptweak">Civilian Yacht mapping tweaks.</li>
|
||||
<li class="rscadd">Shuttle window spawners.</li>
|
||||
</ul>
|
||||
<h3 class="author">FluffyGhost updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
@@ -74,6 +84,9 @@
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">Upgraded cyborg rechargers now specify that they only repair stationbounds.</li>
|
||||
<li class="bugfix">pAIs no longer receive Hivenet.</li>
|
||||
<li class="rscadd">More accents for the stationbound Mimic Accent verb.</li>
|
||||
<li class="rscdel">Stationbounds cannot mimic the Plutonian accent.</li>
|
||||
<li class="bugfix">Removed duplicate Eridani Suit in Mimic Accent.</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="date">23 March 2024</h2>
|
||||
|
||||
@@ -34425,8 +34425,17 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
||||
standard contents. The base variants are now empty.
|
||||
- maptweak: Paths updated in the maps to use the new kitchen storage variants.
|
||||
2024-03-24:
|
||||
Ben10083:
|
||||
- rscdel: Point Verdant now only spawns when the day is a Port of Call day.
|
||||
- backend: New template flag for ruins added, flag has ruin always spawn when today
|
||||
is a Port of Call, otherwise will not spawn.
|
||||
- tweak: Haneunim port of call days now Saturday and Sunday
|
||||
- backend: New atlas subsystem proc to check if today is a port of call day.
|
||||
DreamySkrell:
|
||||
- tweak: Tweaks the sprite and palette of the stasis bed.
|
||||
- maptweak: SCC Scout Ship mapping and name tweaks.
|
||||
- maptweak: Civilian Yacht mapping tweaks.
|
||||
- rscadd: Shuttle window spawners.
|
||||
FluffyGhost:
|
||||
- bugfix: Fixed autoinjectors doafter on attack_self.
|
||||
- bugfix: Fixed implantpads runtiming if a case is not present.
|
||||
@@ -34460,3 +34469,6 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
||||
Sniblet:
|
||||
- tweak: Upgraded cyborg rechargers now specify that they only repair stationbounds.
|
||||
- bugfix: pAIs no longer receive Hivenet.
|
||||
- rscadd: More accents for the stationbound Mimic Accent verb.
|
||||
- rscdel: Stationbounds cannot mimic the Plutonian accent.
|
||||
- bugfix: Removed duplicate Eridani Suit in Mimic Accent.
|
||||
|
||||
@@ -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: Ben10083
|
||||
|
||||
# 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:
|
||||
- rscdel: "Point Verdant now only spawns when the day is a Port of Call day."
|
||||
- backend: "New template flag for ruins added, flag has ruin always spawn when today is a Port of Call, otherwise will not spawn."
|
||||
- tweak: "Haneunim port of call days now Saturday and Sunday"
|
||||
- backend: "New atlas subsystem proc to check if today is a port of call day."
|
||||
@@ -1,10 +0,0 @@
|
||||
|
||||
|
||||
author: DreamySkrell
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- maptweak: "SCC Scout Ship mapping and name tweaks."
|
||||
- maptweak: "Civilian Yacht mapping tweaks."
|
||||
- rscadd: "Shuttle window spawners."
|
||||
@@ -1,14 +0,0 @@
|
||||
author: Sniblet
|
||||
|
||||
# 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: "More accents for the stationbound Mimic Accent verb."
|
||||
- rscdel: "Stationbounds cannot mimic the Plutonian accent."
|
||||
- bugfix: "Removed duplicate Eridani Suit in Mimic Accent."
|
||||
Reference in New Issue
Block a user