-
Notifications
You must be signed in to change notification settings - Fork 118
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
[FD]Fix bug and some features in vanilla #730
Open
zxcPandora
wants to merge
57
commits into
R2Northstar:gamemode_fd
Choose a base branch
from
zxcPandora:bug_fix
base: gamemode_fd
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
if player didn't kill the cloaked drone. Sometime it will cause a bug that wave will never end after player kill other npcs. And player will never find out the cloaked drone. (This bug also exist in vanilla,most of time triggered this bug in map:mp_angel_city )
Hope someone do a better way to fix this bug.It's a temporary fix
This reverts commit 15de172.
Check entity in runWave to prevent crash
1.fix a bug that allow player loop pick up turret 2.`IsValid()` check no needed due to `EndSignal()` check
temporary fix for all can't enter next wave bug(By delete game auto revive turret)
1.Check sniper titan's enemy is valid(Although the probability of triggering is very low) 2.Match will lose after all player exit 3.More accurate health check way for harvester
turret bug fixed by @Zanieon
ASpoonPlaysGames
added
needs testing
Changes from the PR still need to be tested
needs code review
Changes from PR still need to be reviewed in code
labels
Oct 7, 2023
Im going to be honest I very much doubt that this will get merged without the individual changes being split up into different PRs |
>_<,think you're right. |
ASpoonPlaysGames
added
waiting on changes by author
Waiting on PR author to implement the suggested changes
and removed
needs testing
Changes from the PR still need to be tested
needs code review
Changes from PR still need to be reviewed in code
labels
Oct 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
[Features]
(1) Players on the scoreboard can be sorted correctly
(2) Display assault score and defense score after wave end
(3) Display total score on the scoreboard
AddToPlayerGameStat
EmitSoundOnEntityOnlyToPlayer
to play soundAddEntityCallback_OnPostDamaged