Difference between revisions of "SourceMod 1.4.4 Release Notes"

From AlliedModders Wiki
Jump to: navigation, search
 
Line 1: Line 1:
''This page is a work-in-progress as SourceMod 1.4.4 has not yet been released.''
 
 
 
__FORCETOC__
 
__FORCETOC__
 
SourceMod 1.4.4 is primarily fixes for the latest breaking engine changes on CSS, TF2, and other Source 2009 engine games. It also has some other minor bug fixes.
 
SourceMod 1.4.4 is primarily fixes for the latest breaking engine changes on CSS, TF2, and other Source 2009 engine games. It also has some other minor bug fixes.

Latest revision as of 19:33, 3 July 2012

SourceMod 1.4.4 is primarily fixes for the latest breaking engine changes on CSS, TF2, and other Source 2009 engine games. It also has some other minor bug fixes.

For the full SourceMod 1.4 release notes, click here.

Contents

Changelog

User Changes:

  • Updated support for latest Source 2009 engine changes (CS:S, DoD:S, TF2, HL2DM, GMod).
  • Updated Nuclear Dawn gamedata.
  • Fixed a crash that could occur when selecting an option on a clientprefs prefab menu (bug 5374).


Developer Changes:

  • Added new TF2 weapon and custom dmg defines.
  • Added new TF2 TFHoliday value (bug 5364) (Powerlord).
  • Updated sample extension to properly fill ninvoke with INativeInvoker ptr (bug 5340) (Afronanny).