From 5304735c2f1f89c449dec1d832ee9c0a11a129fa Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Sat, 11 Jun 2022 00:09:55 -0500 Subject: [PATCH] Automatic changelog generation for PR #15664 [ci skip] --- html/changelogs/AutoChangeLog-pr-15664.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-15664.yml diff --git a/html/changelogs/AutoChangeLog-pr-15664.yml b/html/changelogs/AutoChangeLog-pr-15664.yml new file mode 100644 index 0000000000..4debfb6ef9 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-15664.yml @@ -0,0 +1,12 @@ +author: "Bhijn & Myr" +delete-after: True +changes: + - rscadd: "The station minimap now features higher detail! Instead of just windows and grilles being outlined, all dense+anchored structures and machinery are shown on the minimap." + - rscadd: "The station minimap now supports obfuscating entire areas, via the minimap_show_walls var." + - rscadd: "The station minimap now supports defining two area colors, allowing for a checkerboard pattern! +tweak: Hallways and maint have been given white and gray colors, respectively, for ease of readability. +tweak: Ruins are now obfuscated on the minimap, and have been given a subtle, yet distinct, color pattern!" + - bugfix: "The station minimap no longer errors when you mouse over it" + - rscadd: "The station minimap now supports multiz! (However, due to bugginess, multiz minimaps won't display area tooltips.) +tweak: The station minimap now features pixel-perfect scaling." + - code_imp: "The station minimap can now support managing data for up to 16,581,374 areas without any conflicts at all! Before, BYOND's psuedorandom RNG meant that it was somewhat common for areas to collide with each others' data."