[PR #656] [MERGED] Added Screenshots #11563

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

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/656
Author: @ipkpjersi
Created: 9/21/2024
Status: Merged
Merged: 9/21/2024
Merged by: @Dark98

Base: masterHead: screenshots


📝 Commits (10+)

  • 863ffde Added ability to take screenshots
  • 4c65665 Removed duplicate screenshot warning message
  • 9dc9625 Added subfolders option for screenshots
  • 02a1707 Removed unused code
  • 4858e16 Added check for screenshots
  • 0b694a2 Fixed screenshots NPE when logged out
  • edfb4ec Added Local to titlebar when running locally
  • 1d15c2c Added sendMessage param for screenshots
  • a315467 Default to send messages for screenshots
  • db5f9d2 Use the sendMessage variable

📊 Changes

4 files changed (+62 additions, -2 deletions)

View changed files

📝 2006Scape Client/src/main/java/ClientSettings.java (+6 -0)
📝 2006Scape Client/src/main/java/Game.java (+51 -1)
📝 2006Scape Client/src/main/java/Main.java (+4 -0)
📝 2006Scape Client/src/main/java/RSFrame.java (+1 -1)

📄 Description

No description provided


🔄 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/656 **Author:** [@ipkpjersi](https://github.com/ipkpjersi) **Created:** 9/21/2024 **Status:** ✅ Merged **Merged:** 9/21/2024 **Merged by:** [@Dark98](https://github.com/Dark98) **Base:** `master` ← **Head:** `screenshots` --- ### 📝 Commits (10+) - [`863ffde`](https://github.com/2006-Scape/2006Scape/commit/863ffdee34c900e3096ab986ed94a23ccc6afd82) Added ability to take screenshots - [`4c65665`](https://github.com/2006-Scape/2006Scape/commit/4c65665928c7b3f85f3386639900a1470203e9a6) Removed duplicate screenshot warning message - [`9dc9625`](https://github.com/2006-Scape/2006Scape/commit/9dc962560febde1aab06fed8ecaec0d487b143e6) Added subfolders option for screenshots - [`02a1707`](https://github.com/2006-Scape/2006Scape/commit/02a1707b95d90b85137d48940d79063006d801d3) Removed unused code - [`4858e16`](https://github.com/2006-Scape/2006Scape/commit/4858e16c1ee35f2dc5f2b5e8fbbc1d657c2c08ae) Added check for screenshots - [`0b694a2`](https://github.com/2006-Scape/2006Scape/commit/0b694a26d965c2b21597d435e5f5506a7d63244c) Fixed screenshots NPE when logged out - [`edfb4ec`](https://github.com/2006-Scape/2006Scape/commit/edfb4ec91df0069158427ce0e3231cb60c70e66a) Added Local to titlebar when running locally - [`1d15c2c`](https://github.com/2006-Scape/2006Scape/commit/1d15c2c97f7624b548a586d72fcc5a56f0c901c5) Added sendMessage param for screenshots - [`a315467`](https://github.com/2006-Scape/2006Scape/commit/a31546773f08f28779995c1f93eee0d959ae1218) Default to send messages for screenshots - [`db5f9d2`](https://github.com/2006-Scape/2006Scape/commit/db5f9d26ac54d1a82e58e357cdbdb2ea5357b511) Use the sendMessage variable ### 📊 Changes **4 files changed** (+62 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `2006Scape Client/src/main/java/ClientSettings.java` (+6 -0) 📝 `2006Scape Client/src/main/java/Game.java` (+51 -1) 📝 `2006Scape Client/src/main/java/Main.java` (+4 -0) 📝 `2006Scape Client/src/main/java/RSFrame.java` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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-06-04 12:22:46 +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#11563