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

Implement UI scaling for game window sizes < 1024x768 #890

Merged
merged 1 commit into from
Jul 4, 2023

Conversation

eksime
Copy link
Contributor

@eksime eksime commented Jun 1, 2023

Discussion Reference

Breaking change: no

Fixes #889

This implements UI scaling for sub 1024x768 resolutions.
Additionally, this adds comments for PointExtension methods and adds methods for getting the scale factor from 2 points, without performing scaling.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jun 1, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@eksime eksime added bug Something isn't working or doesn't work as expected. cleanup labels Jun 1, 2023
@eksime eksime requested a review from dlamkins June 1, 2023 20:10
@dlamkins dlamkins merged commit 5324944 into blish-hud:dev Jul 4, 2023
@dlamkins
Copy link
Member

dlamkins commented Jul 4, 2023

Fantastic stuff. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working or doesn't work as expected. cleanup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement UI scaling for game window sizes under 1024x768
2 participants