3.0 Prerelease 28 2024-01-18
Downloads:
Features
Player
- optimize old scripts STOREI to STORED
da7113489
- option to show game time in the corner, for all those speedrunners out there
9d50c5687
Bug Fixes
- retain monitor resolution for fullscreen mode
9b103f078
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
75f9d356a