"[ci skip] Automatic Build - 2022.12.23.11.19.57"

This commit is contained in:
AuroraBuildBot
2022-12-23 11:19:57 +00:00
parent e0c0cc57e7
commit 0277c03d69
3 changed files with 16 additions and 10 deletions
+8
View File
@@ -36,6 +36,14 @@
<div class="commit sansserif">
<h2 class="date">23 December 2022</h2>
<h3 class="author">JohnWildkins updated:</h3>
<ul class="changes bgimages16">
<li class="refactor">Moved a significant portion of machinery processing to on-demand processing, lightening the load on the server.</li>
<li class="refactor">Shifted turret targeting and simple mob targeting to use the spatial grid system for searching.</li>
<li class="bugfix">Telecomms machines will now once again reboot themselves after being EMPed.</li>
<li class="bugfix">Fixed a divide-by-zero runtime with adding reagents to a full container.</li>
<li class="bugfix">Fixed an issue with admin proc call failing on unowned procs.</li>
</ul>
<h3 class="author">listerla updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixed anomaly harvesters disappearing when enabled.</li>
+8
View File
@@ -27294,5 +27294,13 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Peppermint:
- maptweak: Fixes area code for SFA ship.
2022-12-23:
JohnWildkins:
- refactor: Moved a significant portion of machinery processing to on-demand processing,
lightening the load on the server.
- refactor: Shifted turret targeting and simple mob targeting to use the spatial
grid system for searching.
- bugfix: Telecomms machines will now once again reboot themselves after being EMPed.
- bugfix: Fixed a divide-by-zero runtime with adding reagents to a full container.
- bugfix: Fixed an issue with admin proc call failing on unowned procs.
listerla:
- bugfix: Fixed anomaly harvesters disappearing when enabled.
-10
View File
@@ -1,10 +0,0 @@
author: JohnWildkins
delete-after: True
changes:
- refactor: "Moved a significant portion of machinery processing to on-demand processing, lightening the load on the server."
- refactor: "Shifted turret targeting and simple mob targeting to use the spatial grid system for searching."
- bugfix: "Telecomms machines will now once again reboot themselves after being EMPed."
- bugfix: "Fixed a divide-by-zero runtime with adding reagents to a full container."
- bugfix: "Fixed an issue with admin proc call failing on unowned procs."