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

Create menu if multiple nom matches found #983

Merged
merged 9 commits into from
Aug 1, 2019
Merged

Create menu if multiple nom matches found #983

merged 9 commits into from
Aug 1, 2019

Commits on Apr 23, 2019

  1. Create menu is multiple nom matches found

    This change checks the nomination against the map arraylist. If the nomination matches multiple results, those results are then added to a menu to allow the client to select available maps. The maps added to the menu go against the same checks as the normal nomination menu and wont allow nomination of disabled maps.
    
    Example image of /nominate jump_b
    https://i.imgur.com/ZdzB0gk.png
    
    I would also like feedback on the idea of registering command "sm_nom" with the same callback as "sm_nominate".
    JoinedSenses committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    ec62cc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c35ff4f View commit details
    Browse the repository at this point in the history
  3. Removed define

    JoinedSenses committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    a77f59c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    836b2f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81c322f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d3f163 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. Added consideration for reply source

    If reply source is console, menus wont be generated and it will attempt to nominate as normal
    JoinedSenses committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    d762248 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Removed translation.

    JoinedSenses committed May 30, 2019
    Configuration menu
    Copy the full SHA
    8f36a91 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. Fixed handle leak.

    JoinedSenses committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    8d1f981 View commit details
    Browse the repository at this point in the history