From 86f8022baf501451a16ca40554b08a45af61a821 Mon Sep 17 00:00:00 2001
From: ss13-beebot <56381746+ss13-beebot@users.noreply.github.com>
Date: Sun, 14 Jul 2024 14:06:45 +0000
Subject: [PATCH] Automatic changelog compile [ci skip]
---
html/changelog.html | 12 ++++++++++++
html/changelogs/.all_changelog.yml | 8 ++++++++
html/changelogs/AutoChangeLog-pr-10859.yml | 6 ------
html/changelogs/AutoChangeLog-pr-10876.yml | 6 ------
4 files changed, 20 insertions(+), 12 deletions(-)
delete mode 100644 html/changelogs/AutoChangeLog-pr-10859.yml
delete mode 100644 html/changelogs/AutoChangeLog-pr-10876.yml
diff --git a/html/changelog.html b/html/changelog.html
index 20ab6bef31d15..a62a17c730def 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -61,6 +61,12 @@
Gilgaxx updated:
- The HoS and captain's guns now show distinctly if they've been blown up to the point of not working anymore.
+ LemonInTheDark, Timberpoes (Port by EvilDragonfiend) updated:
+
+ - ported 'Fit Viewport' related PRs from TG to fix a runtime
+ - added 'VERB_REF' macro
+ - repathed '/datum/viewData' into '/datum/view_data' (to match TG code)
+
PowerfulBacon updated:
- Revs no longer block the shuttle
@@ -78,6 +84,12 @@ rkz updated:
- fix tile sprites for white & textured tiles
+ rkz, Ghom, TemporalOroboros updated:
+
+ - Basematerials alloy support (plasteel, plasmaglass, plastitanium, etc.)
+ - plasteel basestructures apply slowdown based on material unit
+ - alien alloy basestructures now have self-healing properties
+
rkz, Mothblocks updated:
- genericized disarm code for humanoids/monkeys
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 56cc29775a3fd..6aa29d6448ec3 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -43543,6 +43543,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Gilgaxx:
- tweak: The HoS and captain's guns now show distinctly if they've been blown up
to the point of not working anymore.
+ LemonInTheDark, Timberpoes (Port by EvilDragonfiend):
+ - code_imp: ported 'Fit Viewport' related PRs from TG to fix a runtime
+ - code_imp: added 'VERB_REF' macro
+ - code_imp: repathed '/datum/viewData' into '/datum/view_data' (to match TG code)
PowerfulBacon:
- balance: Revs no longer block the shuttle
- balance: Revs no longer have a deconversion message
@@ -43559,6 +43563,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: change a big no-no word in a poster
rkz:
- bugfix: fix tile sprites for white & textured tiles
+ rkz, Ghom, TemporalOroboros:
+ - rscadd: Basematerials alloy support (plasteel, plasmaglass, plastitanium, etc.)
+ - rscadd: plasteel basestructures apply slowdown based on material unit
+ - rscadd: alien alloy basestructures now have self-healing properties
rkz, Mothblocks:
- code_imp: genericized disarm code for humanoids/monkeys
rkz, PositiveEntropy, tf-4:
diff --git a/html/changelogs/AutoChangeLog-pr-10859.yml b/html/changelogs/AutoChangeLog-pr-10859.yml
deleted file mode 100644
index 5481fa91bf24a..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-10859.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: rkz, Ghom, TemporalOroboros
-delete-after: true
-changes:
- - rscadd: Basematerials alloy support (plasteel, plasmaglass, plastitanium, etc.)
- - rscadd: plasteel basestructures apply slowdown based on material unit
- - rscadd: alien alloy basestructures now have self-healing properties
diff --git a/html/changelogs/AutoChangeLog-pr-10876.yml b/html/changelogs/AutoChangeLog-pr-10876.yml
deleted file mode 100644
index 1aebc56fe396d..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-10876.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: LemonInTheDark, Timberpoes (Port by EvilDragonfiend)
-delete-after: true
-changes:
- - code_imp: ported 'Fit Viewport' related PRs from TG to fix a runtime
- - code_imp: added 'VERB_REF' macro
- - code_imp: repathed '/datum/viewData' into '/datum/view_data' (to match TG code)