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

Permit window resizing #113

Closed
Mikolaj opened this issue Oct 18, 2017 · 1 comment
Closed

Permit window resizing #113

Mikolaj opened this issue Oct 18, 2017 · 1 comment

Comments

@Mikolaj
Copy link
Member

Mikolaj commented Oct 18, 2017

Honor minimal size --- the one we have currently that fits the whole HUD. One difficulty of this issue is technical, catching the resize event and redrawing correctly. Another is generalizing various UI-drawing code to cope with bottom line having a different number, etc. It's mostly hard-coded now and sometimes wrongly bound to dungeon level size instead of windows. Lastly, the improved code should really use the extra screen space, not just pad with spaces.

@Mikolaj
Copy link
Member Author

Mikolaj commented Jul 3, 2018

To simplify things, let's stick to fixed window size per game (defined in game content) and let resizing only zoom the view by changing font scale. Then it reduces to #127. Closing in favour or #127.

@Mikolaj Mikolaj closed this as completed Jul 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant