[PR #213] Cleanup part 1 #12883

Open
opened 2026-06-06 12:21:34 +00:00 by Dark98 · 0 comments
Owner

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

State: closed
Merged: Yes


  • Adjusted some of the server packaging to be more appropriate
    ex: redone ----> com.rebotted
  • Removed lots of dead code
  • Removed unncessary files not in use
  • Cleaned up small bits of code
  • Removed a few warnings
  • Server.java ---> GameEngine.java
  • Constants.java ---> GameConstants.java
  • Rewrote cape dyeing (CapeDye.java)
    (Also includes goblin mail dyeing)
  • ActionSender.java ---> PacketSender.java
  • Moved many more packets to PacketSender
  • Merged the majority of Client.java with Player.java (both were doing same thing so redundant to have both)
  • Tidied up some code that I saw appropriate
  • Made quests static and cleaned them up a bit
  • Corrected naming of some of the shop variables
**Original Pull Request:** https://github.com/2006-Scape/2006Scape/pull/213 **State:** closed **Merged:** Yes --- - Adjusted some of the server packaging to be more appropriate ex: redone ----> com.rebotted - Removed lots of dead code - Removed unncessary files not in use - Cleaned up small bits of code - Removed a few warnings - Server.java ---> GameEngine.java - Constants.java ---> GameConstants.java - Rewrote cape dyeing (CapeDye.java) (Also includes goblin mail dyeing) - ActionSender.java ---> PacketSender.java - Moved many more packets to PacketSender - Merged the majority of Client.java with Player.java (both were doing same thing so redundant to have both) - Tidied up some code that I saw appropriate - Made quests static and cleaned them up a bit - Corrected naming of some of the shop variables
Dark98 added the pull-request label 2026-06-06 12:21:34 +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#12883