Difference between revisions of "SourceMod 1.1.1 Release Notes"
(New page: __FORCETOC__ 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...) |
m |
||
(3 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 | + | *'''This release DOES NOT have configuration changes.''' |
*'''This release DOES NOT break compatibility.''' | *'''This release DOES NOT break compatibility.''' | ||
<br /> | <br /> | ||
− | |||
− | |||
− | |||
− | |||
=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. | ||
− | |||
=Translations= | =Translations= | ||
Line 29: | Line 24: | ||
*Swedish | *Swedish | ||
*Turkish | *Turkish | ||
− | |||
=Changelog= | =Changelog= | ||
− | |||
*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 19: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.
Contents
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).