"[ci skip] Automatic Build - 2022.04.19.17.35.50"

This commit is contained in:
AuroraBuildBot
2022-04-19 17:35:50 +00:00
parent 1007e23d29
commit add11cafee
3 changed files with 9 additions and 8 deletions
+3
View File
@@ -48,6 +48,9 @@
<h3 class="author">JohnWildkins updated:</h3>
<ul class="changes bgimages16">
<li class="refactor">Cut down on extraneous z-level generation for off-map shuttles.</li>
<li class="bugfix">Starlight module no longer attempts to generate lights on turfs that haven&#x27;t initialized.</li>
<li class="refactor">Sounds and messages via sensitive hearing were optimized to no longer rely on expensive recursive checks.</li>
<li class="refactor">Visualnets no longer attempt to update their visibility chunks prior to game start.</li>
</ul>
<h3 class="author">KingOfThePing updated:</h3>
<ul class="changes bgimages16">
+6
View File
@@ -23298,6 +23298,12 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Added a colorable tail cloth accessory for the standard Tajara tail.
JohnWildkins:
- refactor: Cut down on extraneous z-level generation for off-map shuttles.
- bugfix: Starlight module no longer attempts to generate lights on turfs that haven&#x27;t
initialized.
- refactor: Sounds and messages via sensitive hearing were optimized to no longer
rely on expensive recursive checks.
- refactor: Visualnets no longer attempt to update their visibility chunks prior
to game start.
KingOfThePing:
- rscadd: Re-added the cook alt title for chefs.
RyverStyx:
@@ -1,8 +0,0 @@
author: JohnWildkins
delete-after: True
changes:
- bugfix: "Starlight module no longer attempts to generate lights on turfs that haven't initialized."
- refactor: "Sounds and messages via sensitive hearing were optimized to no longer rely on expensive recursive checks."
- refactor: "Visualnets no longer attempt to update their visibility chunks prior to game start."