[PR #558] [MERGED] 3 configurable graphics fixes in ClientSettings #614

Closed
opened 2026-05-15 02:58:00 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/558
Author: @Pazaz
Created: 1/28/2023
Status: Merged
Merged: 1/28/2023
Merged by: @Dark98

Base: masterHead: pazaz-graphics-qol


📝 Commits (1)

  • 421d716 3 configurable graphics fixes in ClientSettings

📊 Changes

4 files changed (+126 additions, -33 deletions)

View changed files

📝 2006Scape Client/src/main/java/ClientSettings.java (+11 -0)
📝 2006Scape Client/src/main/java/DrawingArea.java (+10 -2)
📝 2006Scape Client/src/main/java/Sprite.java (+24 -1)
📝 2006Scape Client/src/main/java/Texture.java (+81 -30)

📄 Description

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/558 **Author:** [@Pazaz](https://github.com/Pazaz) **Created:** 1/28/2023 **Status:** ✅ Merged **Merged:** 1/28/2023 **Merged by:** [@Dark98](https://github.com/Dark98) **Base:** `master` ← **Head:** `pazaz-graphics-qol` --- ### 📝 Commits (1) - [`421d716`](https://github.com/2006-Scape/2006Scape/commit/421d71618379748ac342b04e8d3a69091c0c1c79) 3 configurable graphics fixes in ClientSettings ### 📊 Changes **4 files changed** (+126 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `2006Scape Client/src/main/java/ClientSettings.java` (+11 -0) 📝 `2006Scape Client/src/main/java/DrawingArea.java` (+10 -2) 📝 `2006Scape Client/src/main/java/Sprite.java` (+24 -1) 📝 `2006Scape Client/src/main/java/Texture.java` (+81 -30) </details> ### 📄 Description 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) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-05-15 02:58:00 +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#614