Difference between revisions of "SourceMod 1.1.1 Release Notes"

From AlliedModders Wiki
Jump to: navigation, search
m
m
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
SourceMod 1.1.1 is a minor bug-fix update, intended mainly for parity with the latest Team Fortress update.  If you need help upgrading, see [[Upgrading SourceMod]].
 
SourceMod 1.1.1 is a minor bug-fix update, intended mainly for parity with the latest Team Fortress update.  If you need help upgrading, see [[Upgrading SourceMod]].
  
*'''This release DOES HAVE configuration changes.'''
+
*'''This release DOES NOT have configuration changes.'''
 
*'''This release DOES NOT break compatibility.'''
 
*'''This release DOES NOT break compatibility.'''
 
<br />
 
<br />
=Config Changes=
 
*<tt>core.cfg</tt> has a new "SilentChatTrigger2" option that defaults to a period ('.'), this is intended to fix a Team Fortress issue where Valve removed the ability to sniff the "/" prefix on chat strings.
 
 
 
=Compatibility=
 
=Compatibility=
 
This release is fully backwards compatible.  It is not, however, forwards compatible.  Plugins compiled against SourceMod 1.1 will not run on any earlier version.  If you encounter any compatibility problems, file a bug.
 
This release is fully backwards compatible.  It is not, however, forwards compatible.  Plugins compiled against SourceMod 1.1 will not run on any earlier version.  If you encounter any compatibility problems, file a bug.
Line 29: Line 26:
  
 
=Changelog=
 
=Changelog=
*Added second private chat trigger, defaulting to a period ('.') ({{bz|3667}}).
 
 
*Added Age of Chivalry support ({{bz|3366}}, IceMatrix).
 
*Added Age of Chivalry support ({{bz|3366}}, IceMatrix).
 
*Added Obsidian Conflict support ({{bz|2699}}, The DOO).
 
*Added Obsidian Conflict support ({{bz|2699}}, The DOO).
 
*Fixed compatibility issues with latest TF2 update.
 
*Fixed compatibility issues with latest TF2 update.
 
*Fixed crash when an event handler fired an event of the same name ({{bz|3468}}).
 
*Fixed crash when an event handler fired an event of the same name ({{bz|3468}}).
*Fixed crash in the event manager ({{bz|3548}}).
+
*Fixed rare crash in the event manager on post hooks ({{bz|3548}}).
 
*Fixed formatting error with zero precision floats ({{bz|3447}}).
 
*Fixed formatting error with zero precision floats ({{bz|3447}}).
 
*Fixed various Insurgency offsets ({{bz|3544}}).
 
*Fixed various Insurgency offsets ({{bz|3544}}).

Latest revision as of 20:07, 25 February 2009

SourceMod 1.1.1 is a minor bug-fix update, intended mainly for parity with the latest Team Fortress update. If you need help upgrading, see Upgrading SourceMod.

  • 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.1 will not run on any earlier version. If you encounter any compatibility problems, file a bug.

Translations

SourceMod 1.1.1 ships with a number of community provided translation packs. The following languages are included:

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

Changelog

  • Added Age of Chivalry support (bug 3366, IceMatrix).
  • Added Obsidian Conflict support (bug 2699, The DOO).
  • Fixed compatibility issues with latest TF2 update.
  • Fixed crash when an event handler fired an event of the same name (bug 3468).
  • Fixed rare crash in the event manager on post hooks (bug 3548).
  • Fixed formatting error with zero precision floats (bug 3447).
  • Fixed various Insurgency offsets (bug 3544).
  • Fixed admin menu (topmenu) categories being selectable when not usable (bug 3256).
  • Fixed sm_sql_addgroup not working (bug 3578).
  • Fixed memory leak when events were hooked as EventHookMode_Post.
  • Fixed nextmap trigger showing wrong output with end-of-map voting disabled and sm_trigger_show set to zero (bug 3597, mr.e.unk).