SourceMod 1.3.7 Release Notes

From AlliedModders Wiki
Revision as of 13:34, 15 April 2011 by BAILOPAN (talk | contribs)
Jump to: navigation, search

SourceMod 1.3.7 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).
  • Updated support for various games, including Zombie Panic, CS ProMod, Empires, and GoldenEye: Source.
  • Added gamedata for Dino D-Day.
  • Fix precedence of voice mute flag versus specific client overrides (bug 4826).
  • Fix mistaken unhooking of voice hooks (bug 4804).
  • Fixed graphical glitches with funcommands effects in L4D1 (bug 3486).
  • Fixed bug in nominations that could cause "Unknown command" error (bug 4797).
  • Removed tv_enable hook to fix rare max client count issue (bug 4791).
  • Added missing unhooking of ClientConnect in PlayerManager (bug 4749).
  • Fixed sm_rtv printing "unknown command" (bug 4730).
  • Fixed voting crash when client console, chat, and SourceTV are enabled (bug 4676).
  • Fixed CDetour crash in TF2 extension when last plugin using forward is unloaded (bug 4713).

Developer Changes:

  • Added GetEntityClassname stock (bug 4798).
  • Fix compiler hanging when #including a directory (bug 4822).
  • Changed some instances of LogMessage to LogAction (bug 4649).
  • Added some new language natives (bug 4613).
  • Fixed SetTeamScore not updating score on client (bug 2736).
  • Raised MAXPLAYERS from 64 to 65 (bug 4490).
  • Fixed profiler flush not clearing, added 'report' and 'clear' (bug 4674).
  • Added TF2_IsPlayerInDuel native to TF2 extension (bug 4695).