simtr / PowderToypp

This repository has been moved to https://github.com/FacialTurd/The-Powder-Toy
https://github.com/FacialTurd/The-Powder-Toy
GNU General Public License v3.0
20 stars 12 forks source link

No check for screen size #166

Closed savask closed 12 years ago

savask commented 12 years ago

Game should check if it can go fullscreen.

jacob1 commented 12 years ago

I think there should also be an option that if the check says it can't, it still lets you. The check doesn't work correctly when there are two screens, it checks the size of the first and might not let you change when the second one is actually large enough for double size.

savask commented 12 years ago

No, an option is a bad idea, people will click on it every time, I know. Maybe a command line flag, like "--no-screen-check", so "advanced" (:-P) users only can use it.

jacob1 commented 12 years ago

Okay, as long as there's some way that's fine. I also though about making them hit a button in the bottom right corner, that way we can know for sure if their screen is large enough

And with an option, it would change the size first, before the question came up (like in my mod), and it says "your screen is too large, press OK to keep the size change anyway". It's better than it is now, with no warning, and it will still stop some people.