SourceMod 1.5.2 Release Notes

From AlliedModders Wiki
Revision as of 19:17, 29 October 2013 by Psychonic (talk | contribs) (Created page with "SourceMod 1.5.2 is a minor bugfix release and game update rollup. For the full SourceMod 1.5 release notes, click here. =Changelog= User C...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SourceMod 1.5.2 is a minor bugfix release and game update rollup.

For the full SourceMod 1.5 release notes, click here.

Changelog

User Changes:

  • Updated gamedata support for TF2, CS:S, CS:GO, and HL2:DM.
  • Fixed crash from regression in SDKTools SetClientListening hook refcounting (bug 5956) (KyleS).
  • Fixed potential crash when having maps with format characters in name.
  • Fixed some nextmap issues with long map names.
  • SDKTools no longer requires gamedata for sm_dump_datamaps on TF2, CS:S, HL2:DM, and DoD:S (bug 5968).


Developer Changes:

  • Updated TFCond and TF custom dmg enums.
  • Updated TF2 critical hit detection logic in TF2_OnCalcIsAttackCritical to handle more cases, including when criticals are disabled (bug 5894).
  • Fixed GetEngineVersion native returning a bad value when running on MM:S 1.9.x or earlier (bug 5697).