Automatic changelog compile [ci skip]

This commit is contained in:
D3athrow-Issues
2025-12-09 00:01:32 +00:00
parent bd7ff2e2e3
commit 00bf75baba
3 changed files with 20 additions and 32 deletions

View File

@@ -73,6 +73,16 @@ ADDING CREDITS? EDIT templates/changelog.tmpl.html
*** DO NOT FUCK WITH THIS FILE OR YOU WILL CAUSE MERGE CONFLICTS. ***
-->
<div class="commit sansserif">
<h2 class="date">2025.12.09</h2>
<h3 class="author">west3436 updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixed mobs on a given planet getting paused if all players on the planet were in a shuttle.</li>
<li class="bugfix">Fixed shuttles randomly using or not using a transit level when traveling to/from planets.</li>
<li class="bugfix">Fixed atoms floating in perpetuity after leaving a shuttle.</li>
<li class="bugfix">Fixed empty station turfs appearing over coastal turfs.</li>
<li class="bugfix">Fixed shuttles landing in lava, water, and ruins.</li>
<li class="bugfix">Removed all non-planetary destinations from the Exploration Shuttle.</li>
</ul>
<h2 class="date">2025.12.08</h2>
<h3 class="author">Inorien updated:</h3>
<ul class="changes bgimages16">
@@ -1497,16 +1507,6 @@ ADDING CREDITS? EDIT templates/changelog.tmpl.html
<ul class="changes bgimages16">
<li class="bugfix">You can now do some actions like loading someone into an inflatable shelter, styling someone else&#39;s hair, or reloading a vending machine even if you have progress bars turned off.</li>
</ul>
<h2 class="date">2025.02.20</h2>
<h3 class="author">Eneocho updated:</h3>
<ul class="changes bgimages16">
<li class="spellcheck">Fixes several typos and improper capitalization on a bunch of fission reactor stuff.</li>
<li class="spellcheck">Renames the Fuel Rod (object) to Fuel Reservoir, to reduce the confusion between the machinery fuel rod and the object, since no matter how many fuel rod cores you have in your reactor, you only ever need 1 (one) fuel rod (now reservoir).</li>
</ul>
<h3 class="author">Kurfursten updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Miming characters will no longer verbally practice while learning a new language.</li>
</ul>
</div>
<!--
Credits Section

View File

@@ -1,16 +1,5 @@
DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
---
2025-02-20:
Eneocho:
- spellcheck: Fixes several typos and improper capitalization on a bunch of fission
reactor stuff.
- spellcheck: Renames the Fuel Rod (object) to Fuel Reservoir, to reduce the confusion
between the machinery fuel rod and the object, since no matter how many fuel
rod cores you have in your reactor, you only ever need 1 (one) fuel rod (now
reservoir).
Kurfursten:
- bugfix: Miming characters will no longer verbally practice while learning a new
language.
2025-02-21:
Kurfursten:
- bugfix: You can now do some actions like loading someone into an inflatable shelter,
@@ -1371,3 +1360,13 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2025-12-08:
Inorien:
- bugfix: Fixed DPI scaling messing with NanoUI
2025-12-09:
west3436:
- bugfix: Fixed mobs on a given planet getting paused if all players on the planet
were in a shuttle.
- bugfix: Fixed shuttles randomly using or not using a transit level when traveling
to/from planets.
- bugfix: Fixed atoms floating in perpetuity after leaving a shuttle.
- bugfix: Fixed empty station turfs appearing over coastal turfs.
- bugfix: Fixed shuttles landing in lava, water, and ruins.
- bugfix: Removed all non-planetary destinations from the Exploration Shuttle.

View File

@@ -1,11 +0,0 @@
author: west3436
delete-after: true
changes:
- bugfix: Fixed mobs on a given planet getting paused if all players on the planet
were in a shuttle.
- bugfix: Fixed shuttles randomly using or not using a transit level when traveling
to/from planets.
- bugfix: Fixed atoms floating in perpetuity after leaving a shuttle.
- bugfix: Fixed empty station turfs appearing over coastal turfs.
- bugfix: Fixed shuttles landing in lava, water, and ruins.
- bugfix: Removed all non-planetary destinations from the Exploration Shuttle.