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

Spectate right click cursor toggle fixes #174

Merged
merged 3 commits into from
Jan 20, 2025

Conversation

Panzerhandschuh
Copy link
Member

@Panzerhandschuh Panzerhandschuh commented Jan 12, 2025

Checks

  • I have thoroughly tested all of the code I have modified/added/removed to ensure something else did not break
  • I have followed semantic commit messages e.g. feat: Add foo, chore: Update bar, etc...
  • My branch has a clear history of changes that can be easy to follow when being reviewed commit-by-commit
  • My branch is functionally complete; the only changes to be done will be those potentially requested in code review
  • All changes requested in review have been fixuped into my original commits.
  • Fully tokenized all my strings (no hardcoded English strings!!) and supplied bulk JSON strings below

POEditor JSON Strings

[
	{
		"term": "Spectate_Interface_Cursor_Toggle",
		"definition": "Press right click to toggle mouse input!"
	}
]

This change is needed to detect when the player is right clicking
to hide their cursor.
layout/hud/spectate.xml Outdated Show resolved Hide resolved
This is a temporary change until we are able to distinguish between
spectating a replay and a player
@Panzerhandschuh Panzerhandschuh force-pushed the fix/spectate-right-click branch from 7e8a05e to 000fcd8 Compare January 15, 2025 05:36
@Panzerhandschuh Panzerhandschuh requested a review from tsa96 January 15, 2025 05:56
Copy link
Member

@tsa96 tsa96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're good with adding stuff to poeditor right?

@Panzerhandschuh
Copy link
Member Author

You're good with adding stuff to poeditor right?

Yeah. Also we can't merge this until the corresponding red MR is complete.

@Panzerhandschuh Panzerhandschuh merged commit 6acb512 into feat/mom-0.10 Jan 20, 2025
1 check passed
@Panzerhandschuh Panzerhandschuh deleted the fix/spectate-right-click branch January 20, 2025 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants