"[ci skip] Automatic Build - 2020.12.06.18.24.48"

This commit is contained in:
AuroraBuildBot
2020-12-06 18:24:48 +00:00
parent b053ce9ba7
commit 97a5ff86d9
6 changed files with 32 additions and 13 deletions
+3
View File
@@ -51,6 +51,9 @@
<li class="bugfix">Malf/traitor AI law deletion now correctly rebuilds the law list, so carding a malf AI no longer reveals extra laws (other than law zero).</li>
<li class="bugfix">Mobs that die while pointing no longer leave an infinite point marker.</li>
<li class="bugfix">Thermals, mesons, and material scanner overlays no longer function through security camera monitors.</li>
<li class="rscadd">Ported the titlebar replacement system from /tg/, adopted for Vue UIs. Vue-based UIs will now have their default BYOND titlebar replaced with a suitably themed equivalent, increasing available screen space and style.</li>
<li class="tweak">Scrollbars now scroll only the content of a UI, and not the entire window - this should be most notable while using modular computer programs.</li>
<li class="backend">Developers can toggle the debug interface on and off in-game via the bug icon, even without UIDEBUG defined.</li>
</ul>
<h3 class="author">Sparky_Hotdog updated:</h3>
<ul class="changes bgimages16">
+7
View File
@@ -17297,6 +17297,13 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Mobs that die while pointing no longer leave an infinite point marker.
- bugfix: Thermals, mesons, and material scanner overlays no longer function through
security camera monitors.
- rscadd: Ported the titlebar replacement system from /tg/, adopted for Vue UIs.
Vue-based UIs will now have their default BYOND titlebar replaced with a suitably
themed equivalent, increasing available screen space and style.
- tweak: Scrollbars now scroll only the content of a UI, and not the entire window
- this should be most notable while using modular computer programs.
- backend: Developers can toggle the debug interface on and off in-game via the
bug icon, even without UIDEBUG defined.
Sparky_Hotdog:
- bugfix: Goggles worn of your forehead no longer block people squirting stuff into
your eyes with droppers
@@ -1,8 +0,0 @@
author: JohnWildkins
delete-after: True
changes:
- rscadd: "Ported the titlebar replacement system from /tg/, adopted for Vue UIs. Vue-based UIs will now have their default BYOND titlebar replaced with a suitably themed equivalent, increasing available screen space and style."
- tweak: "Scrollbars now scroll only the content of a UI, and not the entire window - this should be most notable while using modular computer programs."
- backend: "Developers can toggle the debug interface on and off in-game via the bug icon, even without UIDEBUG defined."
+1 -1
View File
File diff suppressed because one or more lines are too long
+20 -3
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long