* Removes Unicode stuff
* Fixes capitalize() and examine
* Not important but how did this happen
* No more emoji in say or HTML in me
* Clarifies comment
* Better HTML sanitization
* Rebuilds dll
* Fixes some browser windows
* Fixes telecomms scripts (lazily)
This is the easy way out, but could probably be made faster by doing the byte counting ourselves
* Letting byond air out its frustrations on the skin, it wants to make these changes if you modify the skin in dream maker and save it, who am I to stop it?
* Adds swap sides verb to swap the sides of the rpane and mapwindow
* Added a preferences modifying verb, added many of the preferences to the preferences menu.
* The one in which I go crazy and implement the full special roles menu and all preferences verbs into the general settings menu and then remove all preference verbs.
* Comments this dumb shit out because it causes an error message
* Okay no defines
* mob.client.prefs.be_special & BE_* replaced with mob.client.desires_role(ROLE_*)
* Added several new ROLEs for handling blob, borer, etc.
* SQLite table added for client_roles.
* New dialog added for handling special role preferences in-game.
* Added /datum/browser/clean for a cleaner UI.
Needs more testing, but the basics work.