Difference between revisions of "SourceMod 1.5.2 Release Notes"

From AlliedModders Wiki
Jump to: navigation, search
(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...")
 
 
Line 18: Line 18:
 
*Updated TFCond and TF custom dmg enums.
 
*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 ({{bz|5894}}).
 
*Updated TF2 critical hit detection logic in TF2_OnCalcIsAttackCritical to handle more cases, including when criticals are disabled ({{bz|5894}}).
*Fixed GetEngineVersion native returning a bad value when running on MM:S 1.9.x or earlier ({{bz|5697}}).
+
*Fixed GetEngineVersion native returning a bad value when running on MM:S 1.9.x or earlier ({{bz|5967}}).

Latest revision as of 07:43, 30 October 2013

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 5967).