Difference between revisions of "SourceMod 1.3.8 Release Notes"
(Created page with '''This is a non-final, WIP changelog up to date as of 1.3.8dev-hg3147'' __FORCETOC__ SourceMod 1.3.8 is a minor bug-fix update. For the full SourceMod 1.3 release notes, [[Sourc...') |
m |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
__FORCETOC__ | __FORCETOC__ | ||
SourceMod 1.3.8 is a minor bug-fix update. For the full SourceMod 1.3 release notes, [[SourceMod 1.3.0 Release Notes|click here]]. | SourceMod 1.3.8 is a minor bug-fix update. For the full SourceMod 1.3 release notes, [[SourceMod 1.3.0 Release Notes|click here]]. | ||
Line 9: | 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). | ||
− | *Updated support for various games, including Zombie Panic, Dino D-Day | + | *Updated support for various games, including Garry's Mod, Zombie Panic, and Dino D-Day. |
*Added gamedata for Eternal Silence. | *Added gamedata for Eternal Silence. | ||
− | * | + | *Fixed libgcc_s.so.1 load error present on some systems ({{bz|4876}}). |
*Handle leak notices now print to error log (in addition fatal log) ({{bz|4929}}). | *Handle leak notices now print to error log (in addition fatal log) ({{bz|4929}}). | ||
*Translator now properly falls back on bad server language ({{bz|4861}}). | *Translator now properly falls back on bad server language ({{bz|4861}}). | ||
Line 22: | Line 20: | ||
*Fixed var names and docs for TF2_MakeBleed native ({{bz|4928}}). | *Fixed var names and docs for TF2_MakeBleed native ({{bz|4928}}). | ||
*Removed compiler double include check ({{bz|4863}}). | *Removed compiler double include check ({{bz|4863}}). | ||
− | * | + | *Fixed plugin compile errors when using GetEntityClassname ({{bz|4798}}). |
Latest revision as of 00:50, 24 June 2011
SourceMod 1.3.8 is a minor bug-fix update. For the full SourceMod 1.3 release notes, click here.
Contents
Changelog
User Changes:
- Updated support for latest OrangeBox engine changes (CS:S, DoD:S, TF2, HL2DM, GMod).
- Updated support for various games, including Garry's Mod, Zombie Panic, and Dino D-Day.
- Added gamedata for Eternal Silence.
- Fixed libgcc_s.so.1 load error present on some systems (bug 4876).
- Handle leak notices now print to error log (in addition fatal log) (bug 4929).
- Translator now properly falls back on bad server language (bug 4861).
- Fixed invalid client errors from bad MaxClients value when SourceTV is late-loaded (bug 4881).
- Fixed crash on plugin unload when two cmds exist with same name, different casing (bug 4698).
Developer Changes: