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

API: Added new API funcs (6) and new Hookchains (21) #849

Merged
merged 14 commits into from
Sep 5, 2023

Commits on Jul 16, 2023

  1. Configuration menu
    Copy the full SHA
    6701c58 View commit details
    Browse the repository at this point in the history
  2. Added six new API funcs (plus code cleaning)

    - Deleted declarations on CAPI_Impl.h
    - Moved definitions on CAPI_Impl.cpp to the top
    - Corrected EXT_FUNC order in functions definitions
    - Added six new API funcs to export
    dystopm committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    639f45f View commit details
    Browse the repository at this point in the history
  3. Added fourteen new Hooks

    - Added hookchain for PM_CheckWaterJump
    - Added hookchain for PM_Jump
    - Added hookchain for PM_Duck
    - Added hookchain for PM_UnDuck
    - Added hookchain for ClearMultiDamage
    - Added hookchain for AddMultiDamage
    - Added hookchain for ApplyMultiDamage
    - Added hookchain for CSGameRules::TeamFull
    - Added hookchain for CSGameRules::TeamStacked
    - Added hookchain for CSGameRules::PlayerGotWeapon
    - Added hookchain for CBotManager::OnEvent
    - Added hookchain for CBasePlayer::EntSelectSpawnPoint
    - Added hookchain for CBasePlayerWeapon::KickBack
    - Added hookchain for CBasePlayerWeapon::SendWeaponAnim
    dystopm committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    2990bfc View commit details
    Browse the repository at this point in the history
  4. Compile errors fix

    dystopm committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    872bd17 View commit details
    Browse the repository at this point in the history
  5. Added new PM_* Hookchains

    - PM_WaterJump
    - PM_PlayStepSound
    - PM_AirAccelerate
    dystopm committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    c9be608 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5e085c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb18d4c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b136cb2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e651e6b View commit details
    Browse the repository at this point in the history
  10. Typo

    dystopm committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    3c763d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

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

Commits on Jul 25, 2023

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

Commits on Sep 5, 2023

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