- 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
* Clean up part 1
- 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
* Cape Dye
Rewrote cape dying
* Packaging
- redone ----> com.rebotted
* PacketSender/clean up
- ActionSender ---> PacketSender
- Moved many more packets to packetsender
- Cleaned up more dead code
* Merge Client/Player
- Merged Client.java with Player.java (both were doing same thing so redundant to have both)
- Removed some more dead code
- Tidy a few small things up
* Quests/more clean up
- Removed more dead code
- Made quests static in order to clean them up a bit
* More cleanup
- Removed some more of the dead quest code
- Correcting naming of some of the shop variables