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

[MP] reconcile game module changes with the original source releases by diffing codemp/game #1178

Merged
merged 3 commits into from
Feb 20, 2024

Commits on Oct 8, 2023

  1. reconcile game module changes with the SDK release by diffing codemp/…

    …game
    
    * revert saberMoveData changes to match basejka, provide a new cvar (g_fixSaberMoveData) to patch it if desired
    * introduce a new configstring (26: CS_LEGACY_FIXES) to inform the client of which fixes it should also apply, e.g. saberMoveData
    * client module obtains gamestate (including configstrings) earlier to prevent use before initialisation, which is now checked for in debug builds
    * revert a change to saber disarm bonus calculation if g_fixSaberDisarmBonus is not enabled
    * G_CanBeEnemy considers private duels once again (removed from modbase before its git history)
    Razish committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    0375278 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b9c79d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. revert: client module obtains gamestate (including configstrings) ear…

    …lier to prevent use before initialisation
    
    this was causing issues loading incorrect clientinfo
    Razish committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    a76fc26 View commit details
    Browse the repository at this point in the history