Difference between revisions of "SourceMod 1.4.3 Release Notes"
(Created page with "''This is a work-in-progress changelog as SourceMod 1.4.3 has not yet been released'' __FORCETOC__ SourceMod 1.4.3 is primarily a minor bug-fix update, with some new features ...") |
(Updated.) |
||
Line 16: | Line 16: | ||
*Exposed extensions list to clients ({{bz|5221}}) (VoiDeD). | *Exposed extensions list to clients ({{bz|5221}}) (VoiDeD). | ||
*Fixed intermittent crashes in clientprefs ({{bz|4660}}). | *Fixed intermittent crashes in clientprefs ({{bz|4660}}). | ||
+ | *Fixed crash when passing an invalid entity reference to ReferenceToEntity ({{bz|5330}}). | ||
+ | *Fixed cstrike extension crash on shutdown ({{bz|5328}}). | ||
+ | *Lowered threading API think time to 20ms, making threaded MySQL queries complete faster ({{bz|4733}}). | ||
Developer Changes: | Developer Changes: | ||
Line 25: | Line 28: | ||
*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). |
Revision as of 07:06, 9 June 2012
This is a work-in-progress changelog as SourceMod 1.4.3 has not yet been released
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).
- Made clientprefs attempt to reconnect to the database on map change (bug 4745).
- Log functions now respect sv_logecho (bug 5135).
- Fixed client console vote output (bug 5290, bug 5205) (FlaminSarge).
- Fixed error when reloading dependant plugins using aliased natives (bug 5302).
- Fixed intermittent crash when looking for an invalid signature (bug 5301).
- Fixed possible crash when reloading a plugin with an invalid binary (bug 5288).
- Exposed extensions list to clients (bug 5221) (VoiDeD).
- Fixed intermittent crashes in clientprefs (bug 4660).
- Fixed crash when passing an invalid entity reference to ReferenceToEntity (bug 5330).
- Fixed cstrike extension crash on shutdown (bug 5328).
- Lowered threading API think time to 20ms, making threaded MySQL queries complete faster (bug 4733).
Developer Changes:
- Fixed client serials not being unique on Windows (bug 5285).
- Fixed broken SourceTV detection on L4D1 (bug 5216).
- Fixed Float negation operator (bug 5292).
- 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).