-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Fix medical PDA/health analyzer long range intel bug #31879
Merged
metalgearsloth
merged 3 commits into
space-wizards:master
from
goet:med-scanner-long-range-fix
Sep 21, 2024
Merged
Fix medical PDA/health analyzer long range intel bug #31879
metalgearsloth
merged 3 commits into
space-wizards:master
from
goet:med-scanner-long-range-fix
Sep 21, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
the
Changes: UI
Changes: Might require knowledge of UI design or code.
label
Sep 6, 2024
Ilya246
pushed a commit
to Ilya246/space-station-14
that referenced
this pull request
Oct 7, 2024
…1879) * hide spriteview from health analyzer while inactive * add out of range indicator if analyzer becomes inactive * hide out of range icon if there is no patient data
VMSolidus
pushed a commit
to Simple-Station/Einstein-Engines
that referenced
this pull request
Nov 7, 2024
# Description Does what it says on the can, ports over the updates to the Health Analyzer made in Wizden's [#30834](space-wizards/space-station-14#30834), [#31879](space-wizards/space-station-14#31879), and [#32636](space-wizards/space-station-14#32636) because I need them for newmed Credit to [Floof #169](Fansana/floofstation1#169) too since I yoinked it due to lazyness --- # Changelog 🆑 Mocho - tweak: Ported over Wizden's updated Health Analyzer UI. --------- Co-authored-by: FoxxoTrystan <45297731+FoxxoTrystan@users.noreply.github.com> Co-authored-by: goet <6637097+goet@users.noreply.github.com> Co-authored-by: Saphire Lattice <lattice@saphi.re>
Erisfiregamer1
pushed a commit
to The-Arcadis-Team/arc-station-14
that referenced
this pull request
Nov 9, 2024
…1879) * hide spriteview from health analyzer while inactive * add out of range indicator if analyzer becomes inactive * hide out of range icon if there is no patient data
sleepyyapril
pushed a commit
to Grimbly-Station/Grimbly-Station
that referenced
this pull request
Nov 10, 2024
# Description Does what it says on the can, ports over the updates to the Health Analyzer made in Wizden's [#30834](space-wizards/space-station-14#30834), [#31879](space-wizards/space-station-14#31879), and [#32636](space-wizards/space-station-14#32636) because I need them for newmed Credit to [Floof #169](Fansana/floofstation1#169) too since I yoinked it due to lazyness --- # Changelog 🆑 Mocho - tweak: Ported over Wizden's updated Health Analyzer UI. --------- Co-authored-by: FoxxoTrystan <45297731+FoxxoTrystan@users.noreply.github.com> Co-authored-by: goet <6637097+goet@users.noreply.github.com> Co-authored-by: Saphire Lattice <lattice@saphi.re>
Spatison
pushed a commit
to WWhiteDreamProject/wwdpublic
that referenced
this pull request
Nov 19, 2024
# Description Does what it says on the can, ports over the updates to the Health Analyzer made in Wizden's [#30834](space-wizards/space-station-14#30834), [#31879](space-wizards/space-station-14#31879), and [#32636](space-wizards/space-station-14#32636) because I need them for newmed Credit to [Floof #169](Fansana/floofstation1#169) too since I yoinked it due to lazyness --- # Changelog 🆑 Mocho - tweak: Ported over Wizden's updated Health Analyzer UI. --------- Co-authored-by: FoxxoTrystan <45297731+FoxxoTrystan@users.noreply.github.com> Co-authored-by: goet <6637097+goet@users.noreply.github.com> Co-authored-by: Saphire Lattice <lattice@saphi.re> (cherry picked from commit ffdaa849940263d578d61d8f023efc0898f140f6)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
About the PR
Fixes #31863.
Why / Balance
Currently the health analyzer can be used as a global alive/dead tracker.
Technical details
Hides the SpriteView if the scan becomes inactive, shows an out of range sprite if the SpriteView is hidden.
Media
scanner2.mp4
Requirements
Changelog
🆑