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

Feature/graphics options #456

Merged
merged 3 commits into from
Jun 17, 2024
Merged

Feature/graphics options #456

merged 3 commits into from
Jun 17, 2024

Conversation

tonihele
Copy link
Owner

Fixes two things.

I installed a fresh system and saw that the gamma correction is on by default, came with some jME upgrade. So unless you have old settings, your videos and graphics are a bit burnt. Too bright. Turn gamma off by default.

The current way of getting display modes is really bugged. Especially on Linux, it is almost impossible to get correct readings. Also with MacOS and LWJGL 3 this poses an actual bug that causes freeze. We now query the display modes primarily from LWJGL (2 & 3 both supported), this should give much better accuracy than the current AWT (used as a fallback only with this PR).

@tonihele tonihele merged commit ac235e8 into master Jun 17, 2024
3 checks passed
@tonihele tonihele deleted the feature/graphics-options branch June 17, 2024 16:28
@Trass3r
Copy link
Collaborator

Trass3r commented Jun 18, 2024

Also good for #218 👍🏽

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