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

3.3.0 #324

Merged
merged 35 commits into from May 30, 2022
Merged

3.3.0 #324

merged 35 commits into from May 30, 2022

Commits on Mar 21, 2022

  1. Use server sided footsteps

    zer0k-z committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    e945ce0 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

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

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    c8e9844 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78135c7 View commit details
    Browse the repository at this point in the history
  3. Only block team change in jointeam hook.

    This won't change the behaviour of GOKZ_Jointeam, that will still stop your timer if you go to spectator.
    GameChaos committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    2ab9b7c View commit details
    Browse the repository at this point in the history
  4. Check if map is running also when Demofix is disabled

    The check is done before accessing the gamerules in the EnableDemoRecord
    function when the demofix is enabled. When you have set Demofix to be
    disabled it will attempt to access the Gamerules too early during map
    load, causing an "Couldn't find gamerules proxy entity" exception.
    
    This commit fixes that issue by making sure that we are only running the
    SetProp when the map is actually running.
    walliski committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    3c3acd4 View commit details
    Browse the repository at this point in the history
  5. Add warning message when starting a non-global run

    In case the map is the wrong version, or the server is not updated the
    user might not realize that the run will not be saved in the global api.
    To avoid the confusion, we show them an error message.
    
    To prevent spam of the message, we first check if the server is intended
    to be global, by verifying that the GlobalApi plugin has a key set.
    Further if the user already has a run going when resetting the timer,
    they will not get the message again. If they stop the timer and start it
    again, it will show the message again.
    walliski committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    3a847b9 View commit details
    Browse the repository at this point in the history
  6. Add gokz_warn_for_non_global_map cvar

    This allows server owners to disable the warnings for non-global maps.
    This is useful in cases where you host a lot of non-global maps on your
    server. The default value is to warn users about non-global times, as
    most servers that have the GlobalAPI Key set mainly host global maps.
    walliski committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    0bd0b3c View commit details
    Browse the repository at this point in the history
  7. Show warning on CP in non-cp area

    Adds a message that will show in case a player has the timer off and
    creates a CP in an area that is marked to have CPs disabled. If the
    timer is running, the player will not be able to create a CP.
    
    It adds the message so that the user can test in what places its
    possible to create CPs without having the timer on. This reduces
    confusion and makes the routing process easier.
    walliski committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    b718d28 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    ef1f15c View commit details
    Browse the repository at this point in the history
  2. Add missing ), oops!

    Szwagi committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    8b13c7b View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Merge pull request #321 from Szwagi/fix-bot-playback-not-moving

    Fix bot being stuck at 0,0,0 caused by invalid ArrayList block size
    zealain committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    bdefa3d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #319 from walliski/warn-non-global

    Add warning message when starting a non-global run
    zealain committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    96021c9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #318 from walliski/fix-demofix-spam

    Check if map is running also when Demofix is disabled
    zealain committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    91aeb16 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #317 from walliski/show-warning-in-nocp-area

    Show warning on CP in CP disabled area
    zealain committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    92b05a8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #314 from KZGlobalTeam/fix-mapping-api-bugs

    Fix mapping api bugs
    zealain committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    a496568 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9458bd7 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

  1. Merge pull request #322 from zer0k-z/jb-takeoff

    Update the first tick takeoff info in case of jumpbug
    zealain committed May 1, 2022
    Configuration menu
    Copy the full SHA
    c775e98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7676a1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #265 from zer0k-z/serverside-footsteps

    Use server sided footsteps
    zealain committed May 1, 2022
    Configuration menu
    Copy the full SHA
    02c5443 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a590b2 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Dynamically add bots to server when needed instead of leaving them si…

    …tting in spectator mode
    Ferexx committed May 10, 2022
    Configuration menu
    Copy the full SHA
    8b28945 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Resolves #154

    Ferexx committed May 11, 2022
    Configuration menu
    Copy the full SHA
    99f4bd4 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Configuration menu
    Copy the full SHA
    b8378a6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #325 from KZGlobalTeam/dynamically-add-bots

    Dynamically add bots to server when needed instead of leaving them sitting in spectator mode
    zealain committed May 15, 2022
    Configuration menu
    Copy the full SHA
    153b895 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #326 from KZGlobalTeam/show-specs

    Add option to show who's spectating you
    zealain committed May 15, 2022
    Configuration menu
    Copy the full SHA
    07bbae4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75f2314 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

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

Commits on May 26, 2022

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

Commits on May 28, 2022

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

Commits on May 30, 2022

  1. Merge pull request #331 from zer0k-z/noclip-start-fix

    No longer validate jump if it was invalidated in the same tick
    zealain committed May 30, 2022
    Configuration menu
    Copy the full SHA
    efef123 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #332 from zer0k-z/jump-report-format

    Revert space to tab changes in jump reports
    zealain committed May 30, 2022
    Configuration menu
    Copy the full SHA
    de71ac3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #327 from zer0k-z/ladderglide-fix

    Fix broken ladderhop detection
    zealain committed May 30, 2022
    Configuration menu
    Copy the full SHA
    b1f1e8a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #334 from zer0k-z/triggerfix-push

    Ignore triggerfix for trigger_push
    zealain committed May 30, 2022
    Configuration menu
    Copy the full SHA
    6a0519a View commit details
    Browse the repository at this point in the history
  5. Increase and optimize HUD update speed, add advanced speed color opti…

    …ons, track jumpbugs in HUD (#296)
    
    * Increase and optimize HUD update speed, add advanced speed color options, track jumpbugs in HUD
    
    * Put jumpbug indicator into default speed panel, renamed deadstrafe indicator, add HUD updaterate options
    
    * Cache updaterate option as global variable, add default options for update rate
    
    * Merge branch 'dev' of https://github.com/KZGlobalTeam/gokz into better-hud
    zer0k-z committed May 30, 2022
    Configuration menu
    Copy the full SHA
    972a285 View commit details
    Browse the repository at this point in the history