"[ci skip] Automatic Build - 2022.05.06.11.57.45"

This commit is contained in:
AuroraBuildBot
2022-05-06 11:57:45 +00:00
parent d29784f6aa
commit 99aa9b99bc
6 changed files with 26 additions and 103 deletions
+15
View File
@@ -36,11 +36,26 @@
<div class="commit sansserif">
<h2 class="date">06 May 2022</h2>
<h3 class="author">Ben10083 updated:</h3>
<ul class="changes bgimages16">
<li class="spellcheck">Watches now report time until bluespace jump.</li>
</ul>
<h3 class="author">Mikomyazaki, WickedCybs updated:</h3>
<ul class="changes bgimages16">
<li class="rscdel">Autodrobes and associated code have been removed from the game.</li>
<li class="maptweak">The Horizon and Aurora autodrobes were removed.</li>
<li class="maptweak">Buffs the emergency lockers that start at the lift room and cryo room on the Horizon. They each get one red toolbox with emergency gear and a crowbar.</li>
</ul>
<h3 class="author">SleepyGemmy updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixes a runtime related to observers and landmarks.</li>
</ul>
<h3 class="author">WickedCybs updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Added attachable versions of some of the new taj cloaks. They can&#x27;t raise their hoods or have an internal storage as a consequence.</li>
<li class="tweak">The new fancy cloak that was added was renamed to &#x27;black fancy cloak&#x27; in the loadout, as it was sharing a name with an existing cloak already.</li>
<li class="tweak">The aysmmetrical cloak was remamed to &#x27;royalist cloak&#x27; as it had a New Kingdom symbol on its back.</li>
<li class="maptweak">Adds a second landing zone and adjusts the area of the Grand Romanovich hangar a bit. You can land one big shuttle and one small shuttle there now.</li>
</ul>
<h2 class="date">05 May 2022</h2>
+11
View File
@@ -23645,6 +23645,15 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Space Bar Patrons now start with 500 credits.
- maptweak: Space Bar Jukebox now starts anchored.
2022-05-06:
Ben10083:
- spellcheck: Watches now report time until bluespace jump.
Mikomyazaki, WickedCybs:
- rscdel: Autodrobes and associated code have been removed from the game.
- maptweak: The Horizon and Aurora autodrobes were removed.
- maptweak: Buffs the emergency lockers that start at the lift room and cryo room
on the Horizon. They each get one red toolbox with emergency gear and a crowbar.
SleepyGemmy:
- bugfix: Fixes a runtime related to observers and landmarks.
WickedCybs:
- rscadd: Added attachable versions of some of the new taj cloaks. They can&#x27;t
raise their hoods or have an internal storage as a consequence.
@@ -23652,3 +23661,5 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
in the loadout, as it was sharing a name with an existing cloak already.
- tweak: The aysmmetrical cloak was remamed to &#x27;royalist cloak&#x27; as it
had a New Kingdom symbol on its back.
- maptweak: Adds a second landing zone and adjusts the area of the Grand Romanovich
hangar a bit. You can land one big shuttle and one small shuttle there now.
-13
View File
@@ -1,13 +0,0 @@
# 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:
- spellcheck: "Watches now report time until bluespace jump."
-6
View File
@@ -1,6 +0,0 @@
author: SleepyGemmy
delete-after: True
changes:
- bugfix: "Fixes a runtime related to observers and landmarks."
-43
View File
@@ -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: Mikomyazaki, WickedCybs
# 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: "Autodrobes and associated code have been removed from the game."
- maptweak: "The Horizon and Aurora autodrobes were removed."
- maptweak: "Buffs the emergency lockers that start at the lift room and cryo room on the Horizon. They each get one red toolbox with emergency gear and a crowbar."
@@ -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: WickedCybs
# 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: "Adds a second landing zone and adjusts the area of the Grand Romanovich hangar a bit. You can land one big shuttle and one small shuttle there now."