TerdyTheTerd / FTB-Library

FTBLib mod for Minecraft
http://minecraft.curseforge.com/projects/ftblib
0 stars 0 forks source link

Teams Refactor #1

Open TerdyTheTerd opened 4 years ago

TerdyTheTerd commented 4 years ago

Current teams are set up so that all menus and actions are handled via a single list of players. This makes no sense when you select "Members" and it displays every player, regardless what team they are in. I am refactoring this to split the player list and GUI's into PlayerList and MyTeamList. I am introducing a new Teams action "Invite" which splits the previous Members action. Actions will be split based on their context, so actions that should be done to current members will be filtered to only display current team members, and actions done to non-team members will show everyone else. There are many changes that need to be done to handle this.

Also included, in a separate issue tracker, will be a more in depth Teams info GUI and a player info GUI so that players in teams can better view their team mates info (Power level, time played, basic leader board stats etc)

TerdyTheTerd commented 4 years ago

Completed implementing new Invite screen and screens now filter players accordingly. Need to wrap up modifying the actions that display on the player buttons now since they have been split