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

Commits on Feb 8, 2023

  1. gamestate check

    zxcPandora committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    2a08858 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b210116 View commit details
    Browse the repository at this point in the history
  3. try fix animation error

    zxcPandora committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    886d23b View commit details
    Browse the repository at this point in the history
  4. clear Invulnerable

    zxcPandora committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    17fae0e View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

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

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    9634c5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    499b3c0 View commit details
    Browse the repository at this point in the history
  3. Update _gamemode_fd.nut

    zxcPandora committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    b45f992 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. double check for player

    zxcPandora committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    5a916c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    a43160c View commit details
    Browse the repository at this point in the history
  2. fix cloaked drone bug

    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 )
    zxcPandora committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    0514c14 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Avoid repeated kill

    zxcPandora committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    a473144 View commit details
    Browse the repository at this point in the history
  2. reuse check

    zxcPandora committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    6d6c3cf View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

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

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    959836c View commit details
    Browse the repository at this point in the history
  2. Try fix:When ai count is 0,can't continue to next wave

    Hope someone do a better way to fix this bug.It's a temporary fix
    zxcPandora committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    fce883b View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. make score system work

    zxcPandora committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    6e1c55f View commit details
    Browse the repository at this point in the history
  2. I hate nesting

    zxcPandora committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    c53d677 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    abc377c View commit details
    Browse the repository at this point in the history
  2. Update _gamemode_fd.nut

    zxcPandora committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    0df6ebc View commit details
    Browse the repository at this point in the history
  3. Update _gamemode_fd.nut

    zxcPandora committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    fcd3bc1 View commit details
    Browse the repository at this point in the history
  4. Reaper hot drop warning

    zxcPandora committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    44d84c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

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

Commits on Mar 4, 2023

  1. Configuration menu
    Copy the full SHA
    6673a58 View commit details
    Browse the repository at this point in the history
  2. add mising data collect

    zxcPandora committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    4146db1 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Temporary fix:try again

    zxcPandora committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    6515be8 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. check player is invalid

    zxcPandora committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    b555f70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15de172 View commit details
    Browse the repository at this point in the history
  3. Revert "make sure it work after entity creation"

    This reverts commit 15de172.
    zxcPandora committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    4e093ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3078ab5 View commit details
    Browse the repository at this point in the history
  5. remove change

    zxcPandora committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    73de748 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    311fd37 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

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

Commits on Mar 9, 2023

  1. Check entity in runWave

    SamLam140330 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    d17b175 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    9734e76 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from SamLam140330/bug_fix

    Check entity in runWave to prevent crash
    zxcPandora authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    292407f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. fix a bug that allow player loop pick up turret

    1.fix a bug that allow player loop pick up turret
    2.`IsValid()` check no needed due to `EndSignal()` check
    zxcPandora committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    e92e861 View commit details
    Browse the repository at this point in the history
  2. check before play sound

    zxcPandora committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    7f2b3f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

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

Commits on Mar 19, 2023

  1. avoid script erroe

    zxcPandora committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    f072318 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. avoid script error and temporary fix for can't enter next wave bug

    temporary fix for all can't enter next wave bug(By delete game auto revive turret)
    zxcPandora committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    1657209 View commit details
    Browse the repository at this point in the history
  2. Avoid malicious scoring

    zxcPandora committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    9cd92cb View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

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

Commits on Apr 6, 2023

  1. avoid server crash

    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
    zxcPandora committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    8d7e9f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4174ad2 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. cancel store change

    zxcPandora committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    804b2bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42716d1 View commit details
    Browse the repository at this point in the history
  3. turret bug fixed by @Zanieon

    turret bug fixed by @Zanieon
    zxcPandora committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    a7e9709 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17c9361 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f3c792 View commit details
    Browse the repository at this point in the history
  6. Update _ai_turret.gnut

    zxcPandora committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    65a2864 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5172588 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

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

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    04b6ae0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    539053f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18995b0 View commit details
    Browse the repository at this point in the history