mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[GH-ISSUE #520] Resizable or adjust client screen size? #208
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @finkton1 on GitHub (Dec 14, 2021).
Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/520
Has anyone implemented this yet?
The client screen is small, especially on higher resolution monitors.
Any help is appreciated.
Thanks!!
@Dark98 commented on GitHub (Dec 14, 2021):
Not yet unfortunately 😓
@finkton1 commented on GitHub (Dec 15, 2021):
I think it would be extremely useful given the state of higher res monitors.
@JohnsonMichaels123 commented on GitHub (Apr 7, 2022):
This should be top priority
@RedSparr0w commented on GitHub (Apr 7, 2022):
It's a lot harder than one might think, just due to all the hard coded values within the client.
I did start on one a long while ago, got it mostly working, but then gave up because of so many hard coded mouse values.
@JohnsonMichaels123 commented on GitHub (Apr 7, 2022):
I actually hired a guy to do this for us but he couldn't do it. Apparently our client is so old that it causes a lot of issues. We would probably need an entirely new client.
@RedSparr0w commented on GitHub (Apr 7, 2022):
It's definitely possible with the current client, just a lot of things that would need to be changed.
@Promises commented on GitHub (May 3, 2022):
@RedSparr0w here is a 435 with resizable: https://github.com/runejs/refactored-client-435/blob/master/src/main/java/org/runejs/client/frame/ScreenController.java