From 8863410bdee9820f9da419c4520723a0fe00b554 Mon Sep 17 00:00:00 2001 From: Ovilum Date: Wed, 12 Jun 2024 20:59:53 -0500 Subject: [PATCH] yarp https://github.com/shiptest-ss13/Shiptest/pull/3080/files#diff-f9a6b1599c66643e386c959f4d1d9cbe2f191250ec235e212f7819e45af9bb06 --- check_regex.yaml | 2 +- code/modules/client/client_procs.dm | 5 ++++ code/modules/client/verbs/typing.dm | 28 ++++++++++++++++++ html/typing_indicator.html | 46 +++++++++++++++++++++++++++++ interface/skin.dmf | 9 ++++++ 5 files changed, 89 insertions(+), 1 deletion(-) create mode 100644 code/modules/client/verbs/typing.dm create mode 100644 html/typing_indicator.html diff --git a/check_regex.yaml b/check_regex.yaml index 538d570daea..3b5e13a650e 100644 --- a/check_regex.yaml +++ b/check_regex.yaml @@ -38,7 +38,7 @@ standards: - exactly: [ - 269, + 266, "non-bitwise << uses", '(? + + + + + + + + diff --git a/interface/skin.dmf b/interface/skin.dmf index 9d933e057c4..18122c5e3e8 100644 --- a/interface/skin.dmf +++ b/interface/skin.dmf @@ -90,6 +90,15 @@ window "mainwindow" background-color = #272727 is-visible = false saved-params = "" + elem "commandbar_spy" + type = BROWSER + is-default = false + pos = 0,0 + size = 200x200 + anchor1 = -1,-1 + anchor2 = -1,-1 + is-visible = false + saved-params = "" window "mapwindow" elem "mapwindow"