Some feedback on the responses so far:
2. Point-and-click map support
This would be done in a way that complements the existing drop-down lists, rather than replaces them
"If I had asked people what they wanted, they would have said faster horses." --Henry Ford.
This might be one of those things, I think people might make better use of point-and-click (if well done) than they think
3. Live chatbox support
This means when you hit "post" the message is updated without refreshing the rest of the page, which means faster, and you can alternate between different tabs and get updates of new messages without refreshing the page
5. Better forum support
I'm not really sure exactly what this would mean, I just wanted to see how many people ranked it as a top priority. Don't worry about how many lines of code it'd take to do this or that though, outsider estimates of those sorts of things are bound to be way off
7. Better, more automated safeguards against multi-accounters
Interesting that so many voted for this. A couple of things to say here;
- jcbryan97 is right that it would be a lot of effort for a questionable gain. It's hard to think of ways to automate what is largely an intuitive process done by moderators, but it is interesting to see how many prioritize this one
- If we could just recruit more mods we would, and we have tried, but in reality being a mod is hard, sustained work; assigning new mods really isn't a solution
8. Other - No-retreat=disband
I understand this request, it is old as the hills, but for technical reasons it's really pretty tricky to think how it would actually be done (especially across all variants). Basically the server can only check whether a given order is valid, it can't generate a list of valid orders to tell whether retreating is an option (that is done in JavaScript). Figuring out how to do that in a neat way server-side is trickier than it sounds, but I'll try and work it out