From 59c2a8343cac53c157e0d59005e51d5a3fcd8af2 Mon Sep 17 00:00:00 2001
From: ss13-beebot <56381746+ss13-beebot@users.noreply.github.com>
Date: Sun, 4 Aug 2024 03:03:24 +0000
Subject: [PATCH] Automatic changelog compile [ci skip]
---
html/changelog.html | 4 ++++
html/changelogs/.all_changelog.yml | 7 +++++++
html/changelogs/AutoChangeLog-pr-10322.yml | 10 ----------
3 files changed, 11 insertions(+), 10 deletions(-)
delete mode 100644 html/changelogs/AutoChangeLog-pr-10322.yml
diff --git a/html/changelog.html b/html/changelog.html
index 8d4c12a70eff5..e2cb4203ee220 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -62,6 +62,10 @@
EvilDragonfiend updated:
debug orb of the debug outfit now allows you to spacewalk
Pseudo-world diver debugging item - that makes a new z level then loads a desired map template onto the z.
smooth live debugging objects (wall, table, turf)
+ a new mapping helper - Spaceproof directional windows, Group directional windows
+ a new 10x10 maint room. You can stare at space as much as you want... for some reason there are items stuck in space??
+ a new turf proc /turf/proc/get_nearby_turf_by_dir(direction). It returns a turf from the turf that is next to from the given direction.
+ minor change to map template list code
rkz, Yenwodyah updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 1a45183743b52..4f0402dc837fb 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -43772,6 +43772,13 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Pseudo-world diver debugging item - that makes a new z level then loads
a desired map template onto the z.
- rscadd: smooth live debugging objects (wall, table, turf)
+ - rscadd: a new mapping helper - Spaceproof directional windows, Group directional
+ windows
+ - rscadd: a new 10x10 maint room. You can stare at space as much as you want...
+ for some reason there are items stuck in space??
+ - rscadd: a new turf proc /turf/proc/get_nearby_turf_by_dir(direction). It returns
+ a turf from the turf that is next to from the given direction.
+ - code_imp: minor change to map template list code
rkz, Yenwodyah:
- code_imp: cleaned up buckling checks, reducing edge cases. Documents buckling
code.
diff --git a/html/changelogs/AutoChangeLog-pr-10322.yml b/html/changelogs/AutoChangeLog-pr-10322.yml
deleted file mode 100644
index bd27e468e16af..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-10322.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-author: EvilDragonfiend
-delete-after: true
-changes:
- - rscadd: a new mapping helper - Spaceproof directional windows, Group directional
- windows
- - rscadd: a new 10x10 maint room. You can stare at space as much as you want...
- for some reason there are items stuck in space??
- - rscadd: a new turf proc /turf/proc/get_nearby_turf_by_dir(direction). It returns
- a turf from the turf that is next to from the given direction.
- - code_imp: minor change to map template list code