Difference between revisions of "SourceMod 1.4.3 Release Notes"
(Updated.) |
(Reordered changelog.) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | |||
__FORCETOC__ | __FORCETOC__ | ||
SourceMod 1.4.3 is primarily a minor bug-fix update, with some new features and important crash fixes. For the full SourceMod 1.4 release notes, [[SourceMod 1.4.0 Release Notes|click here]]. | SourceMod 1.4.3 is primarily a minor bug-fix update, with some new features and important crash fixes. For the full SourceMod 1.4 release notes, [[SourceMod 1.4.0 Release Notes|click here]]. | ||
Line 8: | Line 7: | ||
*Updated support for latest OrangeBox engine changes (CS:S, DoD:S, TF2, HL2DM, GMod). | *Updated support for latest OrangeBox engine changes (CS:S, DoD:S, TF2, HL2DM, GMod). | ||
+ | *Fixed intermittent crashes in clientprefs ({{bz|4660}}). | ||
+ | *Fixed error when reloading dependant plugins using aliased natives ({{bz|5302}}). | ||
+ | *Fixed intermittent crash when looking for an invalid signature ({{bz|5301}}). | ||
+ | *Fixed crash when passing an invalid entity reference to ReferenceToEntity ({{bz|5330}}). | ||
+ | *Exposed extensions list to clients ({{bz|5221}}) (VoiDeD). | ||
*Made clientprefs attempt to reconnect to the database on map change ({{bz|4745}}). | *Made clientprefs attempt to reconnect to the database on map change ({{bz|4745}}). | ||
*Log functions now respect sv_logecho ({{bz|5135}}). | *Log functions now respect sv_logecho ({{bz|5135}}). | ||
+ | *Lowered threading API think time to 20ms, making threaded MySQL queries complete faster ({{bz|4733}}). | ||
+ | *Fixed cstrike extension crash on shutdown ({{bz|5328}}). | ||
*Fixed client console vote output ({{bz|5290}}, {{bz|5205}}) (FlaminSarge). | *Fixed client console vote output ({{bz|5290}}, {{bz|5205}}) (FlaminSarge). | ||
− | |||
− | |||
*Fixed possible crash when reloading a plugin with an invalid binary ({{bz|5288}}). | *Fixed possible crash when reloading a plugin with an invalid binary ({{bz|5288}}). | ||
− | |||
− | |||
− | |||
− | |||
− | |||
Developer Changes: | Developer Changes: | ||
+ | *Fixed Float negation operator ({{bz|5292}}). | ||
*Fixed client serials not being unique on Windows ({{bz|5285}}). | *Fixed client serials not being unique on Windows ({{bz|5285}}). | ||
*Fixed broken SourceTV detection on L4D1 ({{bz|5216}}). | *Fixed broken SourceTV detection on L4D1 ({{bz|5216}}). | ||
− | |||
*Updated TF2 condition defines ({{bz|5259}}) (FlaminSarge). | *Updated TF2 condition defines ({{bz|5259}}) (FlaminSarge). | ||
*Adding missing SetMenuNoVoteButton native declaration ({{bz|4522}}) (GoD-Tony). | *Adding missing SetMenuNoVoteButton native declaration ({{bz|4522}}) (GoD-Tony). | ||
*Fixed erroneous const-qualification of name param of GetAdminUsername ({{bz|5267}}). | *Fixed erroneous const-qualification of name param of GetAdminUsername ({{bz|5267}}). | ||
*Added GetGameTickCount native ({{bz|5209}}) (GoD-Tony). | *Added GetGameTickCount native ({{bz|5209}}) (GoD-Tony). |
Latest revision as of 19:55, 9 June 2012
SourceMod 1.4.3 is primarily a minor bug-fix update, with some new features and important crash fixes. For the full SourceMod 1.4 release notes, click here.
Contents
Changelog
User Changes:
- Updated support for latest OrangeBox engine changes (CS:S, DoD:S, TF2, HL2DM, GMod).
- Fixed intermittent crashes in clientprefs (bug 4660).
- Fixed error when reloading dependant plugins using aliased natives (bug 5302).
- Fixed intermittent crash when looking for an invalid signature (bug 5301).
- Fixed crash when passing an invalid entity reference to ReferenceToEntity (bug 5330).
- Exposed extensions list to clients (bug 5221) (VoiDeD).
- Made clientprefs attempt to reconnect to the database on map change (bug 4745).
- Log functions now respect sv_logecho (bug 5135).
- Lowered threading API think time to 20ms, making threaded MySQL queries complete faster (bug 4733).
- Fixed cstrike extension crash on shutdown (bug 5328).
- Fixed client console vote output (bug 5290, bug 5205) (FlaminSarge).
- Fixed possible crash when reloading a plugin with an invalid binary (bug 5288).
Developer Changes:
- Fixed Float negation operator (bug 5292).
- Fixed client serials not being unique on Windows (bug 5285).
- Fixed broken SourceTV detection on L4D1 (bug 5216).
- Updated TF2 condition defines (bug 5259) (FlaminSarge).
- Adding missing SetMenuNoVoteButton native declaration (bug 4522) (GoD-Tony).
- Fixed erroneous const-qualification of name param of GetAdminUsername (bug 5267).
- Added GetGameTickCount native (bug 5209) (GoD-Tony).