"[ci skip] Automatic Build - 2022.12.10.17.07.44"

This commit is contained in:
AuroraBuildBot
2022-12-10 17:07:44 +00:00
parent 5257d2bc2b
commit 3c34e84b7f
3 changed files with 9 additions and 42 deletions
+5
View File
@@ -42,6 +42,11 @@
<li class="bugfix">Fixed AI shells having no access.</li>
<li class="bugfix">Fixed AI / borgs / etc. speaking locally when sending a radio message.</li>
</ul>
<h3 class="author">MattAtlas, Wildkins updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">You are no longer affected by ship maneuvers if there is an active gravity generator.</li>
<li class="bugfix">AIs no longer get thrown around by ship maneuvers.</li>
</ul>
<h3 class="author">PoZe updated:</h3>
<ul class="changes bgimages16">
<li class="imageadd">Sensor suit will now have 5 different icon states depending on range it is set to (Since our range is not a constant and could change in code, I did not make it 7 but rather precentage of max view range). It also has another icon effect if heat is above 85%.</li>
+4
View File
@@ -27011,6 +27011,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
to fail.
- bugfix: Fixed AI shells having no access.
- bugfix: Fixed AI / borgs / etc. speaking locally when sending a radio message.
MattAtlas, Wildkins:
- rscadd: You are no longer affected by ship maneuvers if there is an active gravity
generator.
- bugfix: AIs no longer get thrown around by ship maneuvers.
PoZe:
- imageadd: Sensor suit will now have 5 different icon states depending on range
it is set to (Since our range is not a constant and could change in code, I
-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: MattAtlas, Wildkins
# 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: "You are no longer affected by ship maneuvers if there is an active gravity generator."
- bugfix: "AIs no longer get thrown around by ship maneuvers."