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

Clicks dont go through bug #6112

Closed
3 tasks done
Wintermote opened this issue Apr 8, 2024 · 2 comments
Closed
3 tasks done

Clicks dont go through bug #6112

Wintermote opened this issue Apr 8, 2024 · 2 comments
Labels
Not a Bug help!!!! i shot the enemy and it didnt die

Comments

@Wintermote
Copy link

Testmerges

#5914, #6015, #6040, #5401, #6103, #5957, #6107, #6039

Round ID

21660

Description of the bug

If you are moving left and click within 2 tiles but outside 1 tile away from yourself to the left while moving left direction, 90% of your clicks are ignored.

Similarly, if you are moving left and click within 1 tile of yourself to the right while moving left, all of your clicks are accepted.

It appears to be the case that the clicking restrictions for 1 tile around the player to prevent them shooting when they click within 1 tile of themselves, are actually not perfectly updating with what's visually on the screen. Essentially your click block radius is always centered about a half tile in front of your character in the direction of your movement.

What's the difference with what should have happened?

When clicking >1 tile away your clicks should always work
When clicking <1 tile away your clicks should never work

Instead, your direction of movement influences this and you must click further away or can click closer depending on your direction of movement when you click.

How do we reproduce this bug?

  1. Enable click-drag override
  2. Find any gun
  3. Enable the safety (for the purposes of immediate clicking feedback)
  4. Find a position about 1.4-1.6 tiles away from you
  5. Move in that direction while clicking
  6. Observe 90% of click inputs do not go through (if you remove safety this will also be the case with bullets fired)
  7. Find a screen position within 1 tile of you
  8. Move away from that direction and click
  9. Observe that almost all all of your clicks work when they shouldn't while you are moving away

Issue Bingo

@Wintermote Wintermote added the Bug Admin events aren't bugs label Apr 8, 2024
@morrowwolf
Copy link
Member

Lag issue, all clicks next to you with a gun don't process iirc.

Byond documentation notes it: https://www.byond.com/docs/ref/#/client/proc/Click

@ItsVyzo ItsVyzo added Not a Bug help!!!! i shot the enemy and it didnt die and removed Bug Admin events aren't bugs labels Aug 27, 2024
@ItsVyzo
Copy link
Contributor

ItsVyzo commented Aug 27, 2024

Not a bug

@ItsVyzo ItsVyzo closed this as not planned Won't fix, can't repro, duplicate, stale Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Not a Bug help!!!! i shot the enemy and it didnt die
Projects
None yet
Development

No branches or pull requests

3 participants