[PR #359] [MERGED] Some fixes #10407

Closed
opened 2026-06-03 12:21:56 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/359
Author: @mrextremez
Created: 1/7/2020
Status: Merged
Merged: 1/8/2020
Merged by: @dginovker

Base: masterHead: somestuff


📝 Commits (1)

📊 Changes

22 files changed (+268 additions, -289 deletions)

View changed files

📝 2006Redone Client/bin/ClientSettings.class (+0 -0)
📝 2006Redone Client/bin/Flo.class (+0 -0)
📝 2006Redone Client/bin/Game.class (+0 -0)
📝 2006Redone Client/bin/RSFrame.class (+0 -0)
📝 2006Redone Client/src/ClientSettings.java (+1 -0)
📝 2006Redone Client/src/Flo.java (+6 -0)
📝 2006Redone Client/src/Game.java (+78 -96)
📝 2006Redone Client/src/RSFrame.java (+1 -1)
📝 2006Redone Server/src/com/rebotted/game/content/skills/cooking/CookingTutorialIsland.java (+0 -2)
📝 2006Redone Server/src/com/rebotted/game/content/skills/core/Fishing.java (+0 -1)
📝 2006Redone Server/src/com/rebotted/game/content/skills/core/Mining.java (+2 -5)
📝 2006Redone Server/src/com/rebotted/game/content/skills/core/Woodcutting.java (+2 -2)
📝 2006Redone Server/src/com/rebotted/game/content/skills/firemaking/Firemaking.java (+1 -1)
📝 2006Redone Server/src/com/rebotted/game/content/skills/smithing/SmithingInterface.java (+1 -1)
📝 2006Redone Server/src/com/rebotted/game/dialogues/DialogueHandler.java (+174 -156)
📝 2006Redone Server/src/com/rebotted/game/items/ItemAssistant.java (+1 -2)
📝 2006Redone Server/src/com/rebotted/game/npcs/NpcActions.java (+0 -1)
📝 2006Redone Server/src/com/rebotted/game/npcs/NpcHandler.java (+0 -2)
📝 2006Redone Server/src/com/rebotted/game/objects/ObjectsActions.java (+0 -5)
📝 2006Redone Server/src/com/rebotted/game/objects/impl/SpecialObjects.java (+1 -2)

...and 2 more files

📄 Description

  • Added message of the week to welcome screen interface
  • Added face north when clicking compass
  • Disabled the blank tab on game frame
  • Fixed all of the dialogue issues I could find in rune mysteries
  • Fixed a few typos and did a very minor clean up in the dialogue file still a lot more planned soon
  • Disabled resizable on the client seeing as it doesnt work correct currently anyways

🔄 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/359 **Author:** [@mrextremez](https://github.com/mrextremez) **Created:** 1/7/2020 **Status:** ✅ Merged **Merged:** 1/8/2020 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `somestuff` --- ### 📝 Commits (1) - [`7488a24`](https://github.com/2006-Scape/2006Scape/commit/7488a24f8681d3ae69e16fe1c067a1f729169e78) Some fixes ### 📊 Changes **22 files changed** (+268 additions, -289 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Client/bin/ClientSettings.class` (+0 -0) 📝 `2006Redone Client/bin/Flo.class` (+0 -0) 📝 `2006Redone Client/bin/Game.class` (+0 -0) 📝 `2006Redone Client/bin/RSFrame.class` (+0 -0) 📝 `2006Redone Client/src/ClientSettings.java` (+1 -0) 📝 `2006Redone Client/src/Flo.java` (+6 -0) 📝 `2006Redone Client/src/Game.java` (+78 -96) 📝 `2006Redone Client/src/RSFrame.java` (+1 -1) 📝 `2006Redone Server/src/com/rebotted/game/content/skills/cooking/CookingTutorialIsland.java` (+0 -2) 📝 `2006Redone Server/src/com/rebotted/game/content/skills/core/Fishing.java` (+0 -1) 📝 `2006Redone Server/src/com/rebotted/game/content/skills/core/Mining.java` (+2 -5) 📝 `2006Redone Server/src/com/rebotted/game/content/skills/core/Woodcutting.java` (+2 -2) 📝 `2006Redone Server/src/com/rebotted/game/content/skills/firemaking/Firemaking.java` (+1 -1) 📝 `2006Redone Server/src/com/rebotted/game/content/skills/smithing/SmithingInterface.java` (+1 -1) 📝 `2006Redone Server/src/com/rebotted/game/dialogues/DialogueHandler.java` (+174 -156) 📝 `2006Redone Server/src/com/rebotted/game/items/ItemAssistant.java` (+1 -2) 📝 `2006Redone Server/src/com/rebotted/game/npcs/NpcActions.java` (+0 -1) 📝 `2006Redone Server/src/com/rebotted/game/npcs/NpcHandler.java` (+0 -2) 📝 `2006Redone Server/src/com/rebotted/game/objects/ObjectsActions.java` (+0 -5) 📝 `2006Redone Server/src/com/rebotted/game/objects/impl/SpecialObjects.java` (+1 -2) _...and 2 more files_ </details> ### 📄 Description - Added message of the week to welcome screen interface - Added face north when clicking compass - Disabled the blank tab on game frame - Fixed all of the dialogue issues I could find in rune mysteries - Fixed a few typos and did a very minor clean up in the dialogue file still a lot more planned soon - Disabled resizable on the client seeing as it doesnt work correct currently anyways --- <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-03 12:21:56 +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#10407