SourceMod 1.0.1 Release Notes

From AlliedModders Wiki
Revision as of 23:45, 21 May 2008 by BAILOPAN (talk | contribs) (New page: __FORCETOC__ SourceMod 1.0.1 is a bug-fix upgrade from 1.0.0. It has no feature additions. If you need help upgrading, see Upgrading SourceMod. *Image:checkmark.gif '''All old p...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SourceMod 1.0.1 is a bug-fix upgrade from 1.0.0. It has no feature additions. If you need help upgrading, see Upgrading SourceMod.

  • Checkmark.gif All old plugins and extensions will continue to work.
  • Checkmark.gif This release has no configuration changes.
  • Checkmark.gif This release has no compatibility changes.


Contents

Changes

  • Fixed SDKTools compatibility for latest TF2 update.
  • Removed GivePlayerItem from TF2 (TF2 update broke functionality).
  • Fixed amb1688: GivePlayerItem offset was wrong for DoD:S Linux.
  • Fixed amb1657: Server console did not see admin version of sm_who.
  • Fixed amb1648: Stack corruption from GetClientEyeAngles() on Windows.
  • Fixed amb1646: NetFlow_Both did not work for client network statistics.
  • Fixed amb1601: Vote FF menu read from sv_alltalk cvar instead of mp_friendlyfire.
  • Fixed amb1591: Fixed listen server crashes on mods like IOS:S which pre-add more than one bot.
  • Fixed amb1586: GetTeamName() could crash the server if called on load.
  • Fixed mapchooser's round counting for TF2.
  • Fixed a bug where an RTE on plugin load would throw a message referring to the plugin as "-1".
  • Symbols are no longer stripped on Linux.
  • Minor SourceMod SDK fixes.

Notes

The extension interface version has been bumped (from 3 to 4). Any extensions compiled against 1.0.1 will require 1.0.1 or higher to run. Extensions against 1.0.0 will continue to run normally.