[PR #558] 3 configurable graphics fixes in ClientSettings #9768

Closed
opened 2026-06-02 12:22:44 +00:00 by Dark98 · 0 comments
Owner

Original Pull Request: https://github.com/2006-Scape/2006Scape/pull/558

State: closed
Merged: Yes


3 new options:

  1. bilinear minimap filtering, smooths out jagged edges on the minimap and compass
  2. transparency overflow fix, triangles could have lines drawn at their seams at most camera angles
  3. full 512px viewport, the client has a "safe rendering size" that it used but resulted in 511px being drawn instead of 512, despite the area being 512. So you were left with a black border on the right side

Before vs After:
image
image

**Original Pull Request:** https://github.com/2006-Scape/2006Scape/pull/558 **State:** closed **Merged:** Yes --- 3 new options: 1) bilinear minimap filtering, smooths out jagged edges on the minimap and compass 2) transparency overflow fix, triangles could have lines drawn at their seams at most camera angles 3) full 512px viewport, the client has a "safe rendering size" that it used but resulted in 511px being drawn instead of 512, despite the area being 512. So you were left with a black border on the right side Before vs After: ![image](https://user-images.githubusercontent.com/5841704/215287997-51db946b-9880-4385-9585-1f341ad73f15.png) ![image](https://user-images.githubusercontent.com/5841704/215288001-c0b77830-ad6a-427c-b747-72c88ba51bfe.png)
Dark98 added the pull-request label 2026-06-02 12:22:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#9768