Difference between revisions of "SourceMod 1.2.2 Release Notes"

From AlliedModders Wiki
Jump to: navigation, search
(Created page with '__FORCETOC__ SourceMod 1.2.2 is a minor bug-fix update. If you need help upgrading, see Upgrading SourceMod. To see the full 1.2 release notes, [[SourceMod 1.2.0 Release No...')
 
m
 
Line 28: Line 28:
  
 
=Changelog=
 
=Changelog=
*Removed auto folders. ({{bz|3949}}).
+
*Added support for recent TF2 and DoD:S updates. ({{bz|3948}}).
 +
*Removed auto extension folders. ({{bz|3949}}).
 
*Added PointOutsideWorld native to sdktools. ({{bz|3906}}).
 
*Added PointOutsideWorld native to sdktools. ({{bz|3906}}).
 
*Added "motd" chat trigger to basetriggers. ({{bz|2694}}).
 
*Added "motd" chat trigger to basetriggers. ({{bz|2694}}).
 
*Added manual extension reloading command to root console menu. ({{bz|3934}}).
 
*Added manual extension reloading command to root console menu. ({{bz|3934}}).
*Fixed 'list' type custom menu entries overwriting admin restrictions. ({{bz|3783}}).
 
 
*Added sm_resetcvar command to basecommands. ({{bz|3636}}).
 
*Added sm_resetcvar command to basecommands. ({{bz|3636}}).
*Updated gamedata for DOD:S. ({{bz|3948}}).
 
*Updated gamedata for TF2. ({{bz|3948}}).
 
 
*Added new .ep2v build config for valve OB based games. ({{bz|3948}}).
 
*Added new .ep2v build config for valve OB based games. ({{bz|3948}}).
 +
*Fixed 'list' type custom menu entries overwriting admin restrictions. ({{bz|3783}}).
 +
*Fixed RemovePlayerDisguise signature for TF2. ({{bz|3892}}).
 
*Fixed incorrect escaping in clientprefs SQLite queries. ({{bz|3904}}).
 
*Fixed incorrect escaping in clientprefs SQLite queries. ({{bz|3904}}).
 
*Updated gamedata for Synergy. ({{bz|3315}}).
 
*Updated gamedata for Synergy. ({{bz|3315}}).
*Upgraded to pcre-7.9 ({{bz|3923}}).
+
*Upgraded regex to pcre-7.9 ({{bz|3923}}).
*Switched Insurgency chat printing to SayText. ({{bz|3738}}).
 
 
*Updated gamedata for Insurgency. ({{bz|3511}}).
 
*Updated gamedata for Insurgency. ({{bz|3511}}).
 
*Updated gamedata for ZM. ({{bz|3746}}).
 
*Updated gamedata for ZM. ({{bz|3746}}).
Line 46: Line 45:
 
*Updated gamedata for ZPS. ({{bz|3877}}).
 
*Updated gamedata for ZPS. ({{bz|3877}}).
 
*Updated gamedata for AoC. ({{bz|3891}}).
 
*Updated gamedata for AoC. ({{bz|3891}}).
*Fixed RemovePlayerDisguise signature for TF2. ({{bz|3892}}).
+
*Switched Insurgency chat printing to SayText. ({{bz|3738}})

Latest revision as of 16:47, 27 August 2009

SourceMod 1.2.2 is a minor bug-fix update. If you need help upgrading, see Upgrading SourceMod. To see the full 1.2 release notes, click here.

  • This release DOES NOT have configuration changes.
  • This release DOES NOT break compatibility.


Compatibility

This release is fully backwards compatible. It is not, however, forwards compatible. Plugins compiled against SourceMod 1.2 will not run on 1.1 or 1.0. If you encounter any compatibility problems, file a bug.

Translations

SourceMod 1.2 comes with the following languages translated, thanks to community translators:

  • Brazilian Portuguese
  • Chinese Simplified
  • Danish
  • Dutch
  • French
  • German
  • Hungarian
  • Italian
  • Japanese
  • Latvian
  • Norwegian
  • Polish
  • Romanian
  • Russian
  • Spanish
  • Turkish

Changelog

  • Added support for recent TF2 and DoD:S updates. (bug 3948).
  • Removed auto extension folders. (bug 3949).
  • Added PointOutsideWorld native to sdktools. (bug 3906).
  • Added "motd" chat trigger to basetriggers. (bug 2694).
  • Added manual extension reloading command to root console menu. (bug 3934).
  • Added sm_resetcvar command to basecommands. (bug 3636).
  • Added new .ep2v build config for valve OB based games. (bug 3948).
  • Fixed 'list' type custom menu entries overwriting admin restrictions. (bug 3783).
  • Fixed RemovePlayerDisguise signature for TF2. (bug 3892).
  • Fixed incorrect escaping in clientprefs SQLite queries. (bug 3904).
  • Updated gamedata for Synergy. (bug 3315).
  • Upgraded regex to pcre-7.9 (bug 3923).
  • Updated gamedata for Insurgency. (bug 3511).
  • Updated gamedata for ZM. (bug 3746).
  • Updated gamedata for Empires. (bug 3500).
  • Updated gamedata for ZPS. (bug 3877).
  • Updated gamedata for AoC. (bug 3891).
  • Switched Insurgency chat printing to SayText. (bug 3738)