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

Window resizing bugs #15

Open
ThePenguin1140 opened this issue May 20, 2016 · 4 comments
Open

Window resizing bugs #15

ThePenguin1140 opened this issue May 20, 2016 · 4 comments

Comments

@ThePenguin1140
Copy link
Collaborator

ThePenguin1140 commented May 20, 2016

  • Resizing too small causes the game to crash
  • Resizing may also cause collision detection bugs

Steps to reproduce

  1. Crashing
    1. Start the game and resize it to be extremely narrow
  2. Collision detection and object spawning
    1. Launch the game and resize it to about half width
    2. Start the game

Suggested fix

It might be appropriate to just prevent resizing.

@ThePenguin1140
Copy link
Collaborator Author

There is also a variety of bugs caused by making the application full screen. (documented in #9)

  • On the calibration screen, when in fullscreen mode, colon overlaps with "T" in "RIGHT" and "LEFT"
  • On the Game Settings screen, when in fullscreen mode, letters in "Terrain" are overlapping
  • In fullscreen mode, player accelerates faster

@caarlsmith
Copy link
Collaborator

caarlsmith commented May 25, 2016

When making the window bigger, the sliders do not adjust properly. @David-Hanna
screen shot 2016-05-25 at 8 54 08 am

@ThePenguin1140
Copy link
Collaborator Author

The Verdict

Just fix the window size to what it is currently and bobs your uncle.

@David-Hanna
Copy link
Collaborator

Most issues have been resolved with screen re-sizing. The only one that still occurs is erroneous rendering of some platforms and coins after a re-size while playing the game. However, it happens so rarely, and when it does it fixes itself after a few moments, that the time invested outweighs the value we gain by fixing it. Also, the value of being able to re-size the window far outweighs the seriousness of this issue.

This issue should be looked at again, however, after the competition and before releasing it to patients and the Myo Market (or it can be a patch after release).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants