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

Update my (@joyrider3774) games (waternet, rubido and formula 1) to address mostly some control issues on different platforms #728

Merged
merged 3 commits into from
Jun 20, 2024

Conversation

joyrider3774
Copy link
Contributor

Formula 1 version 1.1:

  • Fixed mouse controls when virtual dpad overlaps game screen
  • Only react on mouse clicks if clicks are within game space
  • Updated formula-1.md to add version history

Rubido version 1.1:

  • Better mouse controls
  • Clickable Text highlighting on mouse over
  • Retroarch version now works concerning input (mouse position was previously affecting it)
  • Fix virtual controls on mobile when it overlaps the game screen
  • Was not possible to return to title screen on win / lose dialog with left mouse click
  • Adjusted black & white palette slightly
  • Only react on mouse clicks if clicks are within game space
  • Updated rubido.md to add version history

Waternet version 1.1:

  • Added Clickable Text & highlighting on mouse over
  • Added mouse controls
  • Adjusted black & white palette slightly
  • Switched from cpp to c
  • Add "back" option in menu's
  • Replace A / B button graphics with X / Z
  • Fixed No selector displayed in rotate help screen
  • Fixed music volume being very low
  • Fixed not necessary extra music related array for notes
  • Made Image unit8_t instead of struct since you may not initialize an array inside a struct
  • updated Makefile and wasm4.h to latest version that "w4 createnew" would generate
  • Fixed multiple warnings about int types being mixed or losing signedness etc
  • Updated waternet.md to add version history
  • Provided new screenshot to reflecht the visual changes

- Fixed mouse controls when virtual dpad overlaps game screen
- Only react on mouse clicks if clicks are within game space
- Better mouse controls
- Clickable Text highlighting on mouse over
- Retroarch version now works concerning input (mouse position was previously affecting it)
- Fix virtual controls on mobile when it overlaps the game screen
- Was not possible to return to title screen on win / lose dialog with left mouse click
- Adjusted black & white palette slightly
- Only react on mouse clicks if clicks are within game space
- Added mouse controls
- Added Clickable Text & highlighting on mouse over
- Adjusted black & white palette slightly
- Switched from cpp to c
- Add "back" option in menu's
- Replace A / B button graphics with X / Z
- Fixed No selector displayed in rotate help screen
- Fixed music volume being very low
- Fixed not necessary extra music related array for notes
- Made Image unit8_t instead of struct since you may not initialize an array inside a struct
- updated Makefile and wasm4.h to latest version that "w4 createnew" would generate
- Fixed multiple warnings about int types being mixed or losing signedness etc
@aduros aduros merged commit 2a8f86d into aduros:main Jun 20, 2024
5 checks passed
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