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

[FD]Fix bug and some features in vanilla #730

Open
wants to merge 57 commits into
base: gamemode_fd
Choose a base branch
from

Conversation

zxcPandora
Copy link
Contributor

@zxcPandora zxcPandora commented Oct 2, 2023

[Features]

  1. Timeout now will work in the correct way
  2. Only record the time when player is playing
  3. Avoid crash due to animation error when player destroyed
  4. Avoid crash while player accidental death in dropship
  5. Avoid crash due to invalid weapon for mortar spectres (Temporary fix,it need a better way)
  6. Check sniper titan's enemy is valid(Although the probability of triggering is very low)
  7. Try fix cloaked drone bug(What Bug: Wave will never end due to hidden cloaked drone )
  8. fix for all can't enter next wave bug(thx @Zanieon )
  9. Make score system work,include:
    (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
  10. Reaper hot drop warning
  11. Add missing data collection:turret repair
  12. Check player valid before score set AddToPlayerGameStat
  13. Check entity valid before use EmitSoundOnEntityOnlyToPlayer to play sound
  14. make sure trigger work after all entities did load
  15. fix a bug that allow player loop pick up turret
  16. Avoid server error:player while parented when playing cam
  17. Avoid malicious scoring
  18. Avoid harvester actually got destroy by use AddEntityCallback_OnPostDamaged
  19. Avoid script error due to invalid rodeo target
    IUON%}XDRIGH}P9ZLYCRX
  20. Avoid server crash due to all players exited
    7D2X~K3VM0 3@HO1A4R J20

zxcPandora and others added 30 commits February 8, 2023 13:24
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
@ASpoonPlaysGames 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
@ASpoonPlaysGames
Copy link
Contributor

Im going to be honest I very much doubt that this will get merged without the individual changes being split up into different PRs

@zxcPandora
Copy link
Contributor Author

zxcPandora commented 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.
I should do it in a few days

@ASpoonPlaysGames 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
Labels
waiting on changes by author Waiting on PR author to implement the suggested changes
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

4 participants