mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
"[ci skip] Automatic Build - 2022.12.23.11.19.57"
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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."
|
||||
Reference in New Issue
Block a user