Nightly 2024-01-18
Downloads:
Features
Player
- option to show game time in the corner, for all those speedrunners out there
05449497b
Bug Fixes
- retain monitor resolution for fullscreen mode
981c6c1f9
Previously, the maximum monitor resolution would be used when using fullscreen mode. That was bad because it messes up the window layout of anything else on that monitor. Now we create fullscreen displays without changing the resolution.
Also, no longer destroy and recreate the display to change fullscreen/windowed mode. Switching between is much smoother now, and the code got a bit simpler and safer.
Refactors
- remove scary and now pointless warnings when toggling fullscreen
cf9942aca