Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dyne fixes3 #2412

Merged
merged 9 commits into from
Mar 20, 2024
Merged

Dyne fixes3 #2412

merged 9 commits into from
Mar 20, 2024

Conversation

AstraFarera
Copy link
Contributor

@AstraFarera AstraFarera commented Mar 14, 2024

About The Pull Request

Fixes machine frames for Interdyne, moves shuttle console vi indoors, expands perimeter fence, fixes some deco, some rrs.

Why It's Good For The Game

Fixes are nice.
image

Changelog

🆑
fix: fixed a few Dyne things
/:cl:

@Iajret
Copy link
Collaborator

Iajret commented Mar 14, 2024

<3

@Iajret Iajret merged commit 5d6098f into Fluffy-Frontier:master Mar 20, 2024
24 checks passed
AnywayFarus added a commit that referenced this pull request Mar 20, 2024
@AstraFarera AstraFarera deleted the DyneFixes3 branch April 20, 2024 13:25
Iajret pushed a commit that referenced this pull request May 9, 2024
)

* Command bar typing indicators (client side html version) (#83081)

This uses a browser skin element to spy on the command bar and report
back to the server what verb is currently in it and how many characters
it has. it skips reporting if the text hasn't changed since the last
report.

im intentionally not providing the full text in the command bar to the
server, while designing the system so new verbs can be given typing
indicators by editing DM code, not html code.

The report rate is once a second but this could be lowered or tweaked.

Both the tgui say window being open and this system being active because
the command bar starts with `say "` is undefined behavior, mostly the
first one to end the indicator will just freeze indicators for the other
one until it too ends its current indicator session.

The system waits until something besides the `"` is in the argument to
say.

It is enabled for verbs `say`, `me`, and `whisper`.

I don't actually know if this is the case for tgui say. this is a one
line tweak anyways so let me know if this should be changed.

[(This pr closes a
bounty)](https://tgstation13.org/phpBB/viewtopic.php?p=726634#p726634)

:cl: MrStonedOne & Lilah Novi
add: Say commands typed in the command bar now trigger typing indicators
/:cl:

---------

Co-authored-by: san7890 <[email protected]>

* Command bar typing indicators (client side html version)

---------

Co-authored-by: Kyle Spier-Swenson <[email protected]>
Co-authored-by: san7890 <[email protected]>
ReezeBL pushed a commit that referenced this pull request May 9, 2024
) (#3259)

* Command bar typing indicators (client side html version) (#83081)

This uses a browser skin element to spy on the command bar and report
back to the server what verb is currently in it and how many characters
it has. it skips reporting if the text hasn't changed since the last
report.

im intentionally not providing the full text in the command bar to the
server, while designing the system so new verbs can be given typing
indicators by editing DM code, not html code.

The report rate is once a second but this could be lowered or tweaked.

Both the tgui say window being open and this system being active because
the command bar starts with `say "` is undefined behavior, mostly the
first one to end the indicator will just freeze indicators for the other
one until it too ends its current indicator session.

The system waits until something besides the `"` is in the argument to
say.

It is enabled for verbs `say`, `me`, and `whisper`.

I don't actually know if this is the case for tgui say. this is a one
line tweak anyways so let me know if this should be changed.

[(This pr closes a
bounty)](https://tgstation13.org/phpBB/viewtopic.php?p=726634#p726634)

:cl: MrStonedOne & Lilah Novi
add: Say commands typed in the command bar now trigger typing indicators
/:cl:

---------



* Command bar typing indicators (client side html version)

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: Kyle Spier-Swenson <[email protected]>
Co-authored-by: san7890 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants