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

Add Parties Feature #1337

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open

Add Parties Feature #1337

wants to merge 29 commits into from

Commits on Jul 29, 2024

  1. Add basic parties

    Add parties that mostly work but dont do anything
    Silvager committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    3b82a3b View commit details
    Browse the repository at this point in the history
  2. Basic parties working

    Fix bugs with basic parties
    Silvager committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b70e441 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Add in full draft of parties

    Add in draft of party alloc functionality
    Silvager committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    72e7198 View commit details
    Browse the repository at this point in the history
  2. fix maxpartysize glitch

    Fix glitch where it used MAX_PARTY_SIZE instead of ctf_teams.MAX_PARTY_SIZE
    Silvager committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    681c2e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Party allocation fix

    Make it work with any party allocator. Also fix some bugs with invites etc.
    Silvager committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    0181496 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Add better allocator for parties

    Use a modified player allocator for the parties
    Silvager committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    ae78c87 View commit details
    Browse the repository at this point in the history
  2. fix typos

    Silvager committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    8793c46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9772bd View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    473f5ce View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    406e4ba View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Clean up code

    Make code pass luacheck. Fix a small bug. Make some of the unchanging party messages be in a table instead of hardcoded
    Silvager committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ebb2dea View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    6fd54a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    3c3fff2 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Try and fix merge conflicts

    Silvager committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    8aa11e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    06e8a71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97e1ca6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a5cbf5 View commit details
    Browse the repository at this point in the history
  4. More info when player is not allowed to join invite

    Notify inviter and not just the invited when the invited was unable to join a party cause it was already too big
    Silvager committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    7e33433 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4560f3a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c56a9c View commit details
    Browse the repository at this point in the history
  7. Delete an invite if player tries to accept and party is too big

    If a valid invite is sent out but in the mean time the number of players in the sender's party grows, and then the invited tries to accept but is rejected cause the inviter's party is too big, the invite will be deleted.
    Silvager committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    149e234 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    4edec5b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    77ef7cb View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    ce227c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Try and fix merge conflict with ctf_map/maps

    Revert changes that I accedentally made
    Silvager committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    0d86866 View commit details
    Browse the repository at this point in the history
  2. Fix difference between files

    Add back in a newline at end of file that I deleted, in a random file. So that it is identical to upstream.
    Silvager committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5ffe6c5 View commit details
    Browse the repository at this point in the history
  3. Add newline at end of parties.lua

    Make parties.lua fit formatting better with a newline at the end
    Silvager committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b4ec3d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d0223e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    f8cc35f View commit details
    Browse the repository at this point in the history