Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BeamMP/BeamMP-Server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.7.1
Choose a base ref
...
head repository: BeamMP/BeamMP-Server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.7.2
Choose a head ref
  • 15 commits
  • 13 files changed
  • 4 contributors

Commits on Nov 1, 2024

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

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    fb2e26b View commit details
    Browse the repository at this point in the history
  2. Allow for empty icon param in MP.SendNotification (#389)

    This PR allows you to call MP.SendNotification with only a player ID and
    a message, removing the requirement for an icon.
    lionkor authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    71e3cb8 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. add PR template

    lionkor authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    17e9c05 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    4edae00 View commit details
    Browse the repository at this point in the history
  2. Swap build instruction sequence (#391)

    Swap the sequence of the build instruction steps 2 and 3 so it actually
    works
    
    No AI involved, i used my own brain to mess it up and to fix it 😉
    
    ---
    
    By creating this pull request, I understand that code that is AI
    generated or otherwise automatically generated may be rejected without
    further discussion.
    I declare that I fully understand all code I pushed into this PR, and
    wrote all this code myself and own the rights to this code.
    WiserTixx authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6c9d585 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. remove sentry leftovers

    0R3Z committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    99136f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. Configuration menu
    Copy the full SHA
    1c07cf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99a5180 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Fix postPlayerAuth and add reason value (#395)

    Closes #393 and #394
    This PR cleans up and fixes the code in TNetwork::Authentication and
    sends the kick reason to lua.
    The event is now `function postPlayerAuth(Kicked: bool, Reason: string,
    Name: string, Role: string, Guest: bool, Identifiers: table)`
    
    ---
    
    By creating this pull request, I understand that code that is AI
    generated or otherwise automatically generated may be rejected without
    further discussion.
    I declare that I fully understand all code I pushed into this PR, and
    wrote all this code myself and own the rights to this code.
    lionkor authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    fc20877 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2024

  1. Configuration menu
    Copy the full SHA
    9875def View commit details
    Browse the repository at this point in the history
  2. Re-Add BEAMMP_PROVIDER_PORT_ENV (#399)

    #398
    
    ---
    
    By creating this pull request, I understand that code that is AI
    generated or otherwise automatically generated may be rejected without
    further discussion.
    I declare that I fully understand all code I pushed into this PR, and
    wrote all this code myself and own the rights to this code.
    WiserTixx authored Nov 30, 2024
    Configuration menu
    Copy the full SHA
    f8d66c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e13f9d View commit details
    Browse the repository at this point in the history
  4. remove sentry leftovers (#392)

    Just cleaning up some sentry related code, mentions, etc.
    
    ---
    
    By creating this pull request, I understand that code that is AI
    generated or otherwise automatically generated may be rejected without
    further discussion.
    I declare that I fully understand all code I pushed into this PR, and
    wrote all this code myself and own the rights to this code.
    WiserTixx authored Nov 30, 2024
    Configuration menu
    Copy the full SHA
    51c24b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. Bump version

    WiserTixx committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    b4d4967 View commit details
    Browse the repository at this point in the history
Loading