Automatic Changelog compile [ci skip]

This commit is contained in:
AuroraBuildBot
2024-01-09 17:35:10 +00:00
parent 73a95ed5df
commit b49535d307
4 changed files with 20 additions and 49 deletions
+10
View File
@@ -42,6 +42,12 @@
<li class="maptweak">Intrepid moved one tile south, with a tiny expedition preparation area added in front of it.</li>
<li class="maptweak">OX devlivery point ruin updated and fixed.</li>
</ul>
<h3 class="author">Geeves updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Tuned up a lot of overmap event announcements, they will now announce to the appropriate ship. For shuttles, a small ping and a readout will come from the sensors console instead of a big announcement.</li>
<li class="bugfix">Fixed a lot of events targetting the wrong ship, such as the ion storm one.</li>
<li class="tweak">Temporarily disabled the gravity event, as it affects ships globally instead of per-ship.</li>
</ul>
<h3 class="author">MattAtlas updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Removed an errant comment from the code.</li>
@@ -52,6 +58,10 @@
<li class="rscadd">Adds a burst-fire blaster rifle as the primary weapon of the TCAF.</li>
<li class="rscadd">Adds TCAF gear crates to the antag uplink.</li>
</ul>
<h3 class="author">ShakyJake updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Implements and polishes a set of ruins made by CourierBravo for Konyang.</li>
</ul>
<h3 class="author">SimpleMaroon updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Vaurca Breeders now have access to the Tradeband language processor.</li>
+10
View File
@@ -33178,12 +33178,22 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- maptweak: Intrepid moved one tile south, with a tiny expedition preparation area
added in front of it.
- maptweak: OX devlivery point ruin updated and fixed.
Geeves:
- tweak: Tuned up a lot of overmap event announcements, they will now announce to
the appropriate ship. For shuttles, a small ping and a readout will come from
the sensors console instead of a big announcement.
- bugfix: Fixed a lot of events targetting the wrong ship, such as the ion storm
one.
- tweak: Temporarily disabled the gravity event, as it affects ships globally instead
of per-ship.
MattAtlas:
- tweak: Removed an errant comment from the code.
RustingWithYou:
- rscadd: Adds a Republican Fleet corvette.
- rscadd: Adds a burst-fire blaster rifle as the primary weapon of the TCAF.
- rscadd: Adds TCAF gear crates to the antag uplink.
ShakyJake:
- rscadd: Implements and polishes a set of ruins made by CourierBravo for Konyang.
SimpleMaroon:
- bugfix: Vaurca Breeders now have access to the Tradeband language processor.
meep109:
@@ -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: ShakyJake
# 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: "Implements and polishes a set of ruins made by CourierBravo for Konyang."
@@ -1,8 +0,0 @@
author: Geeves
delete-after: True
changes:
- tweak: "Tuned up a lot of overmap event announcements, they will now announce to the appropriate ship. For shuttles, a small ping and a readout will come from the sensors console instead of a big announcement."
- bugfix: "Fixed a lot of events targetting the wrong ship, such as the ion storm one."
- tweak: "Temporarily disabled the gravity event, as it affects ships globally instead of per-ship."