Improved chat box styling.
"All" button now works as a toggle for.. all buttons!
Also improved persistence of the chat box when switching to/from lobby.
* Backing up local repo before upgrading OS, minor work on chat UI
* Cleaned out unnecessary modded files
* Got a working version of filter toggles based on flag enums
* Added localization to chatbox buttons
* Should actually fix modified proj files, thanks PJB
* Fixed enum operators to unset instead of toggle
* Added a local client class for storing net message details
* Reworked RepopulateChat to pull from a StoredChatMessage list
* Fixed messages dissapearing
* Re-ordered logic to be a bit more efficient with re-drawing chat
This turned out to be much simpler than how I was initially making it. The important thing to note is that without setting the margin and anchor values for the chatbox itself (not it's children) it won't show up on the screen.