Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Match single sets to loadouts more effectively #7846

Merged
merged 4 commits into from
Jul 25, 2024

Commits on Jul 24, 2024

  1. Explicitely check for 1 size sets for loadouts

    Instead of assigning 1 size sets to existing loadout links, just check for this when
    the loadouts are being matched instead. Its more reliable and do not relies on
    links to be filled (in case of name match sets for example).
    
    Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
    deathbeam committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    5154e25 View commit details
    Browse the repository at this point in the history
  2. Properly sync active loadout on active set change

    Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
    deathbeam committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    6c5a950 View commit details
    Browse the repository at this point in the history
  3. Add info about single passive tree to loadout 1 set help section

    Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
    deathbeam committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c43672d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Fix typo

    Wires77 authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    7ec445e View commit details
    Browse the repository at this point in the history