-
Notifications
You must be signed in to change notification settings - Fork 559
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
Touch swipe movement #1172
Open
NyakoFox
wants to merge
30
commits into
TerryCavanagh:master
Choose a base branch
from
NyakoFox:touch-swipe-movement
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Touch swipe movement #1172
Commits on Sep 29, 2024
-
This commit adds virtual buttons on-screen to let you navigate through menus, and play the game.
Configuration menu - View commit details
-
Copy full SHA for a5795a6 - Browse repository at this point
Copy the full SHA a5795a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eeb737 - Browse repository at this point
Copy the full SHA 9eeb737View commit details -
Ignore Android's back button when disabling touch
Touch input automatically "disables" when you press a key on your keyboard. The back button on Android counts as a key press, so let's just ignore it.
Configuration menu - View commit details
-
Copy full SHA for 9c83a4b - Browse repository at this point
Copy the full SHA 9c83a4bView commit details -
Don't close ingame menu when pressing confirm btn
For some reason, the code that handled button presses for the ingame menu checked the confirm button in the wrong places.
Configuration menu - View commit details
-
Copy full SHA for 1412c90 - Browse repository at this point
Copy the full SHA 1412c90View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5b3664 - Browse repository at this point
Copy the full SHA c5b3664View commit details -
Configuration menu - View commit details
-
Copy full SHA for a53adde - Browse repository at this point
Copy the full SHA a53addeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 018cbd9 - Browse repository at this point
Copy the full SHA 018cbd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for eea8741 - Browse repository at this point
Copy the full SHA eea8741View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59a97d2 - Browse repository at this point
Copy the full SHA 59a97d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e96d139 - Browse repository at this point
Copy the full SHA e96d139View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bdeaf8 - Browse repository at this point
Copy the full SHA 3bdeaf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21496e3 - Browse repository at this point
Copy the full SHA 21496e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b47955e - Browse repository at this point
Copy the full SHA b47955eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b45529 - Browse repository at this point
Copy the full SHA 8b45529View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ba14b0 - Browse repository at this point
Copy the full SHA 1ba14b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for eef83a0 - Browse repository at this point
Copy the full SHA eef83a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a32bf13 - Browse repository at this point
Copy the full SHA a32bf13View commit details -
Configuration menu - View commit details
-
Copy full SHA for d54af27 - Browse repository at this point
Copy the full SHA d54af27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07dfb6e - Browse repository at this point
Copy the full SHA 07dfb6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 504208e - Browse repository at this point
Copy the full SHA 504208eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c06371 - Browse repository at this point
Copy the full SHA 8c06371View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42ab55d - Browse repository at this point
Copy the full SHA 42ab55dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44a40c1 - Browse repository at this point
Copy the full SHA 44a40c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a396424 - Browse repository at this point
Copy the full SHA a396424View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0debda - Browse repository at this point
Copy the full SHA e0debdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c394a63 - Browse repository at this point
Copy the full SHA c394a63View commit details -
Fix saveless saving and quitting hiding buttons
Basically, when you save and quit, if you have a save, it attempts to return to the `play` menu. Unfortunately for us, if you don't have a save first, that menu never existed. You went directly from `mainmenu` to the gameplay state. Since `play` never existed, the code didn't have any menu to return to, so no buttons got created. My fix is simple: if the menu isn't found, just make it.
Configuration menu - View commit details
-
Copy full SHA for 757e20a - Browse repository at this point
Copy the full SHA 757e20aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f9c813 - Browse repository at this point
Copy the full SHA 9f9c813View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30abc8a - Browse repository at this point
Copy the full SHA 30abc8aView commit details -
The current mobile version of VVVVVV has three movement types: swipe, d-pad and sides. Swipe is the default, but my PRs have only implemented d-pad. This commit adds swipe and adds it as the default.
Configuration menu - View commit details
-
Copy full SHA for 44632e1 - Browse repository at this point
Copy the full SHA 44632e1View commit details
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.