-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I also add in the .cfg of the gamemode the cvar ag_fps_limit_warnings_interval that is implemented in the dll/so
feat: migrate fps limiter from the plugin to server mod dll/so
…luded in the release)
It isn't tested there and it's recommended to use the gamemode (LLHL) included with agmodx
chore: bring back full version releases in the CI
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
feat: migrate fov limiter from the plugin to server mod dll/so
This feature turned out to be useless
refactor: remove the destroyable satchels feature
7mochi
added
documentation
Improvements or additions to documentation
enhancement
New feature or request
labels
Sep 14, 2024
…eadme/motd/comments
New cvar: - sv_ag_block_vote_spectators "1" (Default: 1) - Block spectators from voting
feat: remove ghostmineblocker metamod plugin
…efault) New cvar: - sv_ag_cheat_cmd_check "0/1"
Not needed anymore because it has been fixed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Breaking changes
From now on, a customized version of the AGMOD will be included and will be required to have all LLHL features, it'll also not be compatible with ag6.6u or ag6.7, it'll always be required to use the dll/so provided with LLHL releases.
LLHL 3.0-stable - Changelog
fpslimitmode
has been added.Abort match
option to LLHL Match Manager MenuFlyingCat-X
to7mochi
, github still supported the old url but for reliability reasons updated to the new url.Removed cvars:
New cvars:
Closes #42