Difference between revisions of "SourceMod 1.5.3 Release Notes"

From AlliedModders Wiki
Jump to: navigation, search
(Created page with "SourceMod 1.5.3 is a minor bugfix release For the full SourceMod 1.5 release notes, click here. =Changelog= User Changes: - Updated suppo...")
 
(Fixed formatting)
 
Line 6: Line 6:
 
User Changes:
 
User Changes:
  
- Updated support for CS:GO after multiple breaking game updates.
+
*Updated support for CS:GO after multiple breaking game updates.
- Updated gamedata support for GoldenEye: Source ({{user|41418|Peace-Maker}}).
+
*Updated gamedata support for GoldenEye: Source ({{user|41418|Peace-Maker}}).
- Fixed crash on SDKHooks extension load in Alien Swarm ({{bz|6059}}).
+
*Fixed crash on SDKHooks extension load in Alien Swarm ({{bz|6059}}).
- Fixed memory leak from unmanaged forwards never being freed ({{bz|6025}}).
+
*Fixed memory leak from unmanaged forwards never being freed ({{bz|6025}}).
- Fixed possible crash when unloading the CStrike extension.
+
*Fixed possible crash when unloading the CStrike extension.
- Fixed crash in SDKHooks Reload post-hook ({{user|41418|Peace-Maker}}).
+
*Fixed crash in SDKHooks Reload post-hook ({{user|41418|Peace-Maker}}).
- Fixed FakeClientCommandEx always leaking memory ({{bz|5678}}).
+
*Fixed FakeClientCommandEx always leaking memory ({{bz|5678}}).
- Fixed extra entity networking occuring with SetEntProp natives on some games.
+
*Fixed extra entity networking occuring with SetEntProp natives on some games.
- Fixed being able to nominate same map multiple times ({{bz|5109}}).
+
*Fixed being able to nominate same map multiple times ({{bz|5109}}).
- Fixed spurious FindEntityByClassname error being logged on some games and platforms.
+
*Fixed spurious FindEntityByClassname error being logged on some games and platforms.
- Fixed an Anti-Flood bypass exploit ({{bz|5394}}).
+
*Fixed an Anti-Flood bypass exploit ({{bz|5394}}).
- Removed part of Addresses gamedata error handling which could cause false errors to be logged ({{bz|6044}}).
+
*Removed part of Addresses gamedata error handling which could cause false errors to be logged ({{bz|6044}}).
- Fixed mapchooser not resetting nominations count when clearing nominations list ({{bz|5359}}).
+
*Fixed mapchooser not resetting nominations count when clearing nominations list ({{bz|5359}}).
- Improved performances of client convar query handling ({{bz|6003}}).
+
*Improved performances of client convar query handling ({{bz|6003}}).
  
  
 
Developer Changes:
 
Developer Changes:
  
- Added GiveAmmo native to SDKTools ({{bz|6039}}) ({{user|41418|Peace-Maker}}).
+
*Added GiveAmmo native to SDKTools ({{bz|6039}}) ({{user|41418|Peace-Maker}}).
- Added SQL_SetCharset native to (re)set charset even after reconnect ({{bz|5786}}) ({{user|41418|Peace-Maker}}).
+
*Added SQL_SetCharset native to (re)set charset even after reconnect ({{bz|5786}}) ({{user|41418|Peace-Maker}}).
- Added support for entity references in SDKHooks natives ({{bz|6069}}).
+
*Added support for entity references in SDKHooks natives ({{bz|6069}}).
- Added support for server passwords to DisplayAskConnectBox stock ({{bz|5984}}) ({{user|84304|FlaminSarge}}).
+
*Added support for server passwords to DisplayAskConnectBox stock ({{bz|5984}}) ({{user|84304|FlaminSarge}}).
- Renamed SortFunc2D parameters to match documentation ({{bz|6014}}) ({{user|41418|Peace-Maker}}).
+
*Renamed SortFunc2D parameters to match documentation ({{bz|6014}}) ({{user|41418|Peace-Maker}}).
- Fixed param order in AddToTopMenu function doc ({{bz|6035}}) ({{user|41418|Peace-Maker}}).
+
*Fixed param order in AddToTopMenu function doc ({{bz|6035}}) ({{user|41418|Peace-Maker}}).
- Added |any| tag to WritePackCell and ReadPackCell native param/return values ({{bz|6001}}).
+
*Added |any| tag to WritePackCell and ReadPackCell native param/return values ({{bz|6001}}).
- Updated SDKHook_TakeDamage native for game updates.
+
*Updated SDKHook_TakeDamage native for game updates.
- Added default infinite value for TF2_AddCondition duration.
+
*Added default infinite value for TF2_AddCondition duration.
- Added support for conditions >= 64 in TF2_OnConditionAdded/Removed ({{bz|5565}}, {{bz|5976}}) ({{user|84304|FlaminSarge}}).
+
*Added support for conditions >= 64 in TF2_OnConditionAdded/Removed ({{bz|5565}}, {{bz|5976}}) ({{user|84304|FlaminSarge}}).
- Updated TFCond and TF customkill enum values ({{bz|6012}}) ({{user|84304|FlaminSarge}}).
+
*Updated TFCond and TF customkill enum values ({{bz|6012}}) ({{user|84304|FlaminSarge}}).
- Fixed regression causing incorrect return and inability to block in TF2_OnCalcIsAttackCritical forward.
+
*Fixed regression causing incorrect return and inability to block in TF2_OnCalcIsAttackCritical forward.
- Fixed TE_* natives operating on incorrect data for some tempents ({{bz|6072}}).
+
*Fixed TE_* natives operating on incorrect data for some tempents ({{bz|6072}}).
- Fixed CS_AliasToWeaponID not returning a valid weaponID for cz75a.
+
*Fixed CS_AliasToWeaponID not returning a valid weaponID for cz75a.
- Fixed CS_GetWeaponPrice returning incorrect value for M4A1 in CS:GO ({{bz|6045}}).
+
*Fixed CS_GetWeaponPrice returning incorrect value for M4A1 in CS:GO ({{bz|6045}}).
- Increased max gamedata byte signature length.
+
*Increased max gamedata byte signature length.
- Ported SM build scripts to AMBuild2 ({{bz|5997}}).
+
*Ported SM build scripts to AMBuild2 ({{bz|5997}}).

Latest revision as of 14:39, 22 March 2014

SourceMod 1.5.3 is a minor bugfix release For the full SourceMod 1.5 release notes, click here.

Changelog

User Changes:

  • Updated support for CS:GO after multiple breaking game updates.
  • Updated gamedata support for GoldenEye: Source (Peace-Maker).
  • Fixed crash on SDKHooks extension load in Alien Swarm (bug 6059).
  • Fixed memory leak from unmanaged forwards never being freed (bug 6025).
  • Fixed possible crash when unloading the CStrike extension.
  • Fixed crash in SDKHooks Reload post-hook (Peace-Maker).
  • Fixed FakeClientCommandEx always leaking memory (bug 5678).
  • Fixed extra entity networking occuring with SetEntProp natives on some games.
  • Fixed being able to nominate same map multiple times (bug 5109).
  • Fixed spurious FindEntityByClassname error being logged on some games and platforms.
  • Fixed an Anti-Flood bypass exploit (bug 5394).
  • Removed part of Addresses gamedata error handling which could cause false errors to be logged (bug 6044).
  • Fixed mapchooser not resetting nominations count when clearing nominations list (bug 5359).
  • Improved performances of client convar query handling (bug 6003).


Developer Changes:

  • Added GiveAmmo native to SDKTools (bug 6039) (Peace-Maker).
  • Added SQL_SetCharset native to (re)set charset even after reconnect (bug 5786) (Peace-Maker).
  • Added support for entity references in SDKHooks natives (bug 6069).
  • Added support for server passwords to DisplayAskConnectBox stock (bug 5984) (FlaminSarge).
  • Renamed SortFunc2D parameters to match documentation (bug 6014) (Peace-Maker).
  • Fixed param order in AddToTopMenu function doc (bug 6035) (Peace-Maker).
  • Added |any| tag to WritePackCell and ReadPackCell native param/return values (bug 6001).
  • Updated SDKHook_TakeDamage native for game updates.
  • Added default infinite value for TF2_AddCondition duration.
  • Added support for conditions >= 64 in TF2_OnConditionAdded/Removed (bug 5565, bug 5976) (FlaminSarge).
  • Updated TFCond and TF customkill enum values (bug 6012) (FlaminSarge).
  • Fixed regression causing incorrect return and inability to block in TF2_OnCalcIsAttackCritical forward.
  • Fixed TE_* natives operating on incorrect data for some tempents (bug 6072).
  • Fixed CS_AliasToWeaponID not returning a valid weaponID for cz75a.
  • Fixed CS_GetWeaponPrice returning incorrect value for M4A1 in CS:GO (bug 6045).
  • Increased max gamedata byte signature length.
  • Ported SM build scripts to AMBuild2 (bug 5997).