Difference between revisions of "SourceMod 1.4.2 Release Notes"
(Created page with "__FORCETOC__ SourceMod 1.4.2 is primarily a minor bug-fix update, with an important security fix. For the full SourceMod 1.4 release notes, [[SourceMod 1.4.0 Release Notes|cli...") |
(No difference)
|
Latest revision as of 18:34, 13 April 2012
SourceMod 1.4.2 is primarily a minor bug-fix update, with an important security fix. For the full SourceMod 1.4 release notes, click here.
Contents
Changelog
User Changes:
- Updated support for latest OrangeBox engine changes (CS:S, DoD:S, TF2, HL2DM, GMod).
- Fixed regression in SourceMod 1.4.0 causing SM to cause load errors on The Ship (bug 5216).
- Fixed toggling and player lag issues with sm_drug command (bug 5217, bug 5218) (FlaminSarge).
Developer Changes:
- Updated TF2-specific defines and enums (bug 5194).
- Fixed StoreToAddress always writing 32 bits and throwing an error (bug 5248) (ProdigySim).
- Fixed crash with StoreToAddress if memory wasn't writable (bug 5252) (Dr!fter).
- Fixed return value of VoteMenuToAll (bug 5254) (VoiDeD).
- Fixed bug in command lower-casing API guarantee.