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

feat: update LLHL to 3.0-stable #50

Draft
wants to merge 47 commits into
base: master
Choose a base branch
from
Draft

feat: update LLHL to 3.0-stable #50

wants to merge 47 commits into from

Commits on Sep 12, 2024

  1. feat: migrate fps limiter from the plugin to server mod dll/so

    I also add in the .cfg of the gamemode the cvar ag_fps_limit_warnings_interval that is implemented in the dll/so
    7mochi committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d809741 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a7ce46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    034747c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21212ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f41e9a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a195119 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7b757b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #46 from 7mochi/migrate-fps-limit

    feat: migrate fps limiter from the plugin to server mod dll/so
    7mochi committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    58a4f62 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. chore: update CI release workflow (now the serverside .dll/.so is inc…

    …luded in the release)
    7mochi committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a0afbc2 View commit details
    Browse the repository at this point in the history
  2. chore: add custom hamdata.ini

    7mochi committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f96afba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f1713b View commit details
    Browse the repository at this point in the history
  4. chore: remove agmini references

    It isn't tested there and it's recommended to use the gamemode (LLHL) included with agmodx
    7mochi committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b995137 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2136fd1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #47 from 7mochi/full-release-ci

    chore: bring back full version releases in the CI
    7mochi committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    8d3816c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. feat: migrate fov limiter from the plugin to server mod dll/so

    I also add in the .cfg of the gamemode the cvars:
    - sv_ag_fov_min_enabled
    - sv_ag_fov_min_check_interval
    - sv_ag_fov_min
    That is now implemented in the dll/so
    7mochi committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    ce4ae8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74ecab1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #48 from 7mochi/migrate-fov-limit

    feat: migrate fov limiter from the plugin to server mod dll/so
    7mochi committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    4505b6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb56701 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2fac910 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7fef0cc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a39ac33 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa15841 View commit details
    Browse the repository at this point in the history
  9. refactor: remove the destroyable satchels feature

    This feature turned out to be useless
    7mochi committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    fe91158 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #49 from 7mochi/del-destroy-satchel

    refactor: remove the destroyable satchels feature
    7mochi committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    e553b37 View commit details
    Browse the repository at this point in the history
  11. chore: update author to 7mochi

    7mochi committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    22404e7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fcb88e6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ace1d2f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    da0032d View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

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

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    dd7067b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5b5f17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9621e96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecd0730 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72380ed View commit details
    Browse the repository at this point in the history
  6. chore: add block spectators from voting feature to documentation

    New cvar:
    - sv_ag_block_vote_spectators "1" (Default: 1) - Block spectators from voting
    7mochi committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8ec9abd View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    690f7c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3545907 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    134572d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ba48d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7484f21 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

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

Commits on Sep 19, 2024

  1. Merge pull request #51 from 7mochi/remove-ghostmine

    feat: remove ghostmineblocker metamod plugin
    7mochi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    099378c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aed0d27 View commit details
    Browse the repository at this point in the history
  3. feat: make Simple OpenGF32 and AGFix detection optional (Enabled by d…

    …efault)
    
    New cvar:
    - sv_ag_cheat_cmd_check "0/1"
    7mochi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c9444f2 View commit details
    Browse the repository at this point in the history
  4. refactor: remove the ReHLDS bug check

    Not needed anymore because it has been fixed
    7mochi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    75db099 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26f24bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70bbbb0 View commit details
    Browse the repository at this point in the history