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

Update Event.lua for develop #1346

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open

Commits on Apr 6, 2024

  1. Update event.lua for develop

    This adds Is_No_Targeted, Is_No_Draw,
    and also adds variables to detect Int/Float/Bool/String NetVars,
    while also adding an advanced version in the rare chance two netvar types share a name.
    WolfKann authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    457d6cb View commit details
    Browse the repository at this point in the history
  2. Update event.lua

    Fixed Code from Pingu7867's Suggestions
    WolfKann authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    530ca57 View commit details
    Browse the repository at this point in the history
  3. Update event.lua

    Forgot Userdata prefix
    WolfKann authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    3f5676a View commit details
    Browse the repository at this point in the history
  4. Update event.lua

    fixed StringOperator (I really need to proof read better, but it's 3:40 AM and I haven't slept yet.)
    WolfKann authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    946d82c View commit details
    Browse the repository at this point in the history
  5. Update event.lua

    Changed // to --
    WolfKann authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    e26d731 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. move NW var events to separate table subject to convar

    also fix main get_networked enum builder to provide key-key pairs instead of key-values. the name list should give keys. the value is tested in result
    pingu7867 authored Apr 7, 2024
    Configuration menu
    Copy the full SHA
    b84b83e View commit details
    Browse the repository at this point in the history
  2. add pac_sv_danger_mode convar

    for minor features that can be construed as having an impact on gameplay
    
    when implementing these controls, expand the list as needed instead of making ultraspecific convars
    pingu7867 authored Apr 7, 2024
    Configuration menu
    Copy the full SHA
    fc5ea62 View commit details
    Browse the repository at this point in the history