Tags give the ability to mark specific points in history as being important
Removing unused RCON functions, cleaning up code, adding color to database.
[Fix] Switch data source from RCON to Database due to bug which limits server response to 4096 bytes, making it impossible to parse teams.
Database migration to create team coords in the teams table.
Installed Alembic to make database migrations easier.
When creating a new team the app verifies now if duplicate team tag exisits.
Changes: - replaced player recruiting with invite system
Changes: - Temporarily removing most of Discord integration (leaving only account link) due to problems with bot permissions. - Adding code to check if the last team member is leaving, and delete team from game and database if all members are gone.
Add team member avatars on "Manage Team" page.
Add "Kick Member" feature
Added Discord Role creation when a team is created.