| Age | Commit message (Collapse) | Author |
|
|
|
- Fix issue with the "Edit Server" action where a misplaced leading comma is placed when no display name is entered
- Fix potential concurrency issues with player array list
- Remove unnecessary second SQL query when grabbing player data from database
|
|
|
|
Also removes unnecessary code or resources that don't appear to affect anything
|
|
|
|
|
|
Breaking on new builds, and not needed anyway
|
|
|
|
Icon fix before would create a lot of Timer threads per user, this new way assigns one thread per user connection to re-use.
Commit also contains other various code cleanup.
|
|
|
|
|
|
This adds a "Manage Server List" button that lets users edit servers, or add servers without disconnecting from the list. This commit also includes a change to error forms so they go back to the form the user was originally on, instead of throwing the user all the way back to the main menu
|
|
|
|
|
|
|
|
|
|
|