Difference between revisions of "SourceMod 1.2.0 Release Notes"

From AlliedModders Wiki
Jump to: navigation, search
m (removed 1.1.1 changes)
m
Line 12: Line 12:
 
*Added sm_name command ({{bz|2150}}).
 
*Added sm_name command ({{bz|2150}}).
 
*Added extension-level dynamic hooking to bintools ({{bz|2616}}).
 
*Added extension-level dynamic hooking to bintools ({{bz|2616}}).
 +
*Added client validation API to replace passing userids asynchronously.
 
*Added cURL extension, available to other extensions ({{bz|3560}}).
 
*Added cURL extension, available to other extensions ({{bz|3560}}).
 +
*Added parsing of custom gamedata files ({{bz|3644}}).
 +
*Exposed IServer address to extensions ({{bz|3545}}).
 
*Split gamedata files into smaller, inheritable files ({{bz|3546}}).
 
*Split gamedata files into smaller, inheritable files ({{bz|3546}}).
 
*Fixed blank admins being created from invalid admin file lines ({{bz|3431}}).
 
*Fixed blank admins being created from invalid admin file lines ({{bz|3431}}).
 
*Fixed basetriggers not working on Insurgency ({{bz|3497}}).
 
*Fixed basetriggers not working on Insurgency ({{bz|3497}}).
*Exposed IServer address to extensions ({{bz|3545}}).
 
 
*Improved database fallback mechanism in clientprefs ({{bz|3564}}).
 
*Improved database fallback mechanism in clientprefs ({{bz|3564}}).
 
*Improved timer handling in funcommands ({{bz|3498}}).
 
*Improved timer handling in funcommands ({{bz|3498}}).
Line 22: Line 24:
 
*sm_kick now shows the kick reason when available.
 
*sm_kick now shows the kick reason when available.
 
*Split sound functions into a new plugin, sounds.smx.
 
*Split sound functions into a new plugin, sounds.smx.
*Added parsing of custom gamedata files ({{bz|3644}}).
 
 
*Fixed MsgSentNotify callbacks not firing on intercept hook ({{bz|3631}}).
 
*Fixed MsgSentNotify callbacks not firing on intercept hook ({{bz|3631}}).
*Added client validation API ({{bz|3616}}).
+
*Fixed client preferences missing some clients ({{bz|3616}}).
*Clientprefs now uses the client validation API to avoid using valves broken userid system ({{bz|3616}}).
 

Revision as of 03:02, 1 March 2009

SourceMod 1.2 is a major update. It is fully backwards compatible. Old plugins and extensions will continue to work.

TODO List


Changelog

  • Added Left 4 Dead support (bug 3414).
  • Added sm_name command (bug 2150).
  • Added extension-level dynamic hooking to bintools (bug 2616).
  • Added client validation API to replace passing userids asynchronously.
  • Added cURL extension, available to other extensions (bug 3560).
  • Added parsing of custom gamedata files (bug 3644).
  • Exposed IServer address to extensions (bug 3545).
  • Split gamedata files into smaller, inheritable files (bug 3546).
  • Fixed blank admins being created from invalid admin file lines (bug 3431).
  • Fixed basetriggers not working on Insurgency (bug 3497).
  • Improved database fallback mechanism in clientprefs (bug 3564).
  • Improved timer handling in funcommands (bug 3498).
  • Improved compile.sh to take filenames (bug 3550, jonasfietz).
  • sm_kick now shows the kick reason when available.
  • Split sound functions into a new plugin, sounds.smx.
  • Fixed MsgSentNotify callbacks not firing on intercept hook (bug 3631).
  • Fixed client preferences missing some clients (bug 3616).