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

Fix joystick opposite direction cancel each other #108

Merged
merged 1 commit into from
May 6, 2023

Conversation

XuYicong
Copy link
Member

@XuYicong XuYicong commented May 6, 2023

In the WASD mapping, if you press W and S at the same time, the game character will move towards the later pressed direction.
If you release a key, the expected behaviour is to move towards the other direction. However, current implementation is:

For example, if I hold down W, I'll go up. And if at the same time I press S, I'll go down, but once I let go of S, I don't walk up anymore even though I'm still holding W.

This PR is to fix this issue.

@JoseMoreville JoseMoreville merged commit f7671e3 into PlayCover:3.0.0-staging May 6, 2023
huyvu8051 pushed a commit to huyvu8051/PlayTools that referenced this pull request Aug 21, 2024
Adding account management for Genshin and windowed fullscreen menu
huyvu8051 pushed a commit to huyvu8051/PlayTools that referenced this pull request Aug 21, 2024
…yCover#86)

* Replaced all strings with keys

Revamped the entire localizations with up-to-date sentences written with the current situation in mind

* Wiped all previous translations

Lots of old translations no longer apply, and it is a good idea to get people to translate for the app again according to the current situation now that the base localization (English) is accurate and up-to-date

* Tuned code for proper building

Fixed some issues with the locale files

* Attempting to resolve conflict

ignore this 💀

* Reverted whatever I just did

* ;-; forgot to stage a file

* Reverted unintentional changes to code

Reverted button style, brought back "soundAlert.*"

* Salvaged some german locales

* Restored french translation of sound alert

* Tuned some UI aspect of things

Adjusted minimum window size for fitting to 4 columns of apps just right, fixed a typo that exposed raw string key, and added some horizontal paddings to search bar for better aesthetics

Modded various UI aspect of things

used same style as every other buttons in UI for consistency

Trimmed paddings on bottom bar

Adjusted padding for even paddings around buttons (because there is an un-removable safe area padding at the bottom of the window (which i cant seem to nuke by "ignoreSafeArea()") )

Added a thin border to search bar

for aesthetic purposes and ease of use by creating that contrast between search bar and background

* Added Chinese locales

:chef_kiss:

Updated my Chinese locale

updated to the new formatting used

* Ironed out locales formatting

Added spacings to separate different types of messages and changed some keys for consistency

Tuned ".ipa" parts for consistency

Updated text in setup view

* Repositioned crash button

moved crash button to the left of "Experiencing issues?" button to save some space and avoid taking up unnecessary row of space just for the 1 button

* Remove unnecessary imports

SwiftUI is all we need ✨

* Making changes according to isaac

* Changed grammar errors and cleaned code

According to Isaac's comments

* Modded upstream code to match current changes

* Updated locale to work with PlayCover#108

Added and mapped keys to strings

Updated more UI to work with locale

Reverted signing settings

Reverted changes

Updated locale

* Removed unnecessary @State attribute

* Removed "private" attrib for code building

* Changed locale based on suggestions

* Reverted UI changes

mainly the bottom two buttons in swttings view

* Updated locale to work with latest PR

* Changed locale based on suggestions

Updated locale to work with latest PR

* Reverted UI changes

mainly the bottom two buttons in swttings view

* ignore project.pbxproj

* Revert "ignore project.pbxproj"

This reverts commit de009853e1892600129fb0aeaa2f6a5cc2b6ef10.

Reverted ignore settings

* Reverted UI change suggested by Depal

* Reverted more UI suggested by Isaac

Added corner radius

* Reverted UI from Isaac's comments

Fixed some changes

* Revert "Remove unnecessary imports"

This reverts commit 686d1a73f332d7428eb81543821a2fe4fb2df839.
huyvu8051 pushed a commit to huyvu8051/PlayTools that referenced this pull request Aug 21, 2024
…yCover#121)

* Replaced all strings with keys

Revamped the entire localizations with up-to-date sentences written with the current situation in mind

* Wiped all previous translations

Lots of old translations no longer apply, and it is a good idea to get people to translate for the app again according to the current situation now that the base localization (English) is accurate and up-to-date

* Tuned code for proper building

Fixed some issues with the locale files

* Attempting to resolve conflict

ignore this 💀

* Reverted whatever I just did

* ;-; forgot to stage a file

* Reverted unintentional changes to code

Reverted button style, brought back "soundAlert.*"

* Salvaged some german locales

* Restored french translation of sound alert

* Tuned some UI aspect of things

Adjusted minimum window size for fitting to 4 columns of apps just right, fixed a typo that exposed raw string key, and added some horizontal paddings to search bar for better aesthetics

Modded various UI aspect of things

used same style as every other buttons in UI for consistency

Trimmed paddings on bottom bar

Adjusted padding for even paddings around buttons (because there is an un-removable safe area padding at the bottom of the window (which i cant seem to nuke by "ignoreSafeArea()") )

Added a thin border to search bar

for aesthetic purposes and ease of use by creating that contrast between search bar and background

* Added Chinese locales

:chef_kiss:

Updated my Chinese locale

updated to the new formatting used

* Ironed out locales formatting

Added spacings to separate different types of messages and changed some keys for consistency

Tuned ".ipa" parts for consistency

Updated text in setup view

* Repositioned crash button

moved crash button to the left of "Experiencing issues?" button to save some space and avoid taking up unnecessary row of space just for the 1 button

* Remove unnecessary imports

SwiftUI is all we need ✨

* Making changes according to isaac

* Changed grammar errors and cleaned code

According to Isaac's comments

* Modded upstream code to match current changes

* Updated locale to work with PlayCover#108

Added and mapped keys to strings

Updated more UI to work with locale

Reverted signing settings

Reverted changes

Updated locale

* Removed unnecessary @State attribute

* Removed "private" attrib for code building

* Changed locale based on suggestions

* Reverted UI changes

mainly the bottom two buttons in swttings view

* Updated locale to work with latest PR

* Changed locale based on suggestions

Updated locale to work with latest PR

* Reverted UI changes

mainly the bottom two buttons in swttings view

* ignore project.pbxproj

* Revert "ignore project.pbxproj"

This reverts commit de009853e1892600129fb0aeaa2f6a5cc2b6ef10.

Reverted ignore settings

* Reverted UI change suggested by Depal

* Reverted more UI suggested by Isaac

Added corner radius

* Reverted UI from Isaac's comments

Fixed some changes

* Revert "Remove unnecessary imports"

This reverts commit 686d1a73f332d7428eb81543821a2fe4fb2df839.

* Addes keys to AppView.swift

* Update locale for PlayCover#95

* Updated keys to work with locale

SetupView.swift
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