Difference between revisions of "SourceMod 1.3.8 Release Notes"

From AlliedModders Wiki
Jump to: navigation, search
(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...')
 
Line 11: Line 11:
 
*Updated support for various games, including Zombie Panic, Dino D-Day, Garry's Mod
 
*Updated support for various games, including Zombie Panic, Dino D-Day, Garry's Mod
 
*Added gamedata for Eternal Silence.
 
*Added gamedata for Eternal Silence.
*Fix libgcc_s.so.1 load error present on some systems ({{bz|4876}}).
+
*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 22:
 
*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}}).
*Fix plugin compile errors when using GetEntityClassname ({{bz|4798}}).
+
*Fixed plugin compile errors when using GetEntityClassname ({{bz|4798}}).

Revision as of 07:41, 22 June 2011

This is a non-final, WIP changelog up to date as of 1.3.8dev-hg3147


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 Zombie Panic, Dino D-Day, Garry's Mod
  • 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:

  • Updated TF2 condition defines (bug 4916).
  • Fixed var names and docs for TF2_MakeBleed native (bug 4928).
  • Removed compiler double include check (bug 4863).
  • Fixed plugin compile errors when using GetEntityClassname (bug 4798).