Difference between revisions of "SourceMod 1.4.0 Release Notes"
(→Changelog) |
(→Changelog) |
||
Line 66: | Line 66: | ||
*Added ability to update clientprefs cookies values on clients not currently connected ({{bz|3882}}) ([https://forums.alliedmods.net/member.php?u=54648 databomb]). | *Added ability to update clientprefs cookies values on clients not currently connected ({{bz|3882}}) ([https://forums.alliedmods.net/member.php?u=54648 databomb]). | ||
*Added library "matchmaking_ds" support to gamedata lookups ({{bz|4158}}). | *Added library "matchmaking_ds" support to gamedata lookups ({{bz|4158}}). | ||
+ | *Rooted menu handles to callbacks ({{bz|4353}}). | ||
+ | *Fixed corner cases with ExplodeString ({{bz|4629}}). ([https://forums.alliedmods.net/member.php?u=46596 LumiStance]). |
Revision as of 08:53, 24 October 2011
This page is a work-in-progress as SourceMod 1.4.0 is not yet released.
SourceMod 1.4. is a major update with many new features and bug fixes.
Contents
Overview for Admins
- New Game Support - SourceMod now runs on Bloody Good Time and E.Y.E. Divine Cybermancy and and added support for Nuclear Dawn.
- Added support for the third-party mods International Online Soccer: Source and Half-Life 2 Capture the Flag.
- Support for Mac OS X. (both listen servers and srcds_osx).
- Updated gamedata for many games and mods.
- Reserved slot hiding recently broken from updates in Source 2009 games with SourceTV and/or replay active has been fixed.
- Lots of stability fixes.
Overview for Developers
- REMOVEYou can now interact with non-networked entities.
Compatibility Issues
TODO Compat issue 1:
Some text. Known plugins affected:
- hi
- hihi
In future versions of SourceMod, TODO.
Translations TODO check this at release (updated 2011-10-24)
SourceMod 1.4 comes with the following languages translated, thanks to community translators:
- Brazilian Portuguese
- Chinese Simplified
- Chinese Traditional
- Czech
- Danish
- Dutch
- Finnish
- French
- German
- Hungarian
- Korean
- Latvian
- Lithuanian
- Norwegian
- Polish
- Russian
- Slovak
- Spanish
- Swedish
- Turkish
Changelog
User Changes
- item
Developer Changes
- Provided native interface for basecomm (bug 2594).
- Client language detection is too late. (bug 3714) (GoD-Tony).
- Added ServerCommandEx native to execute server command and retrieve output (bug 3873).
- Added ability to update clientprefs cookies values on clients not currently connected (bug 3882) (databomb).
- Added library "matchmaking_ds" support to gamedata lookups (bug 4158).
- Rooted menu handles to callbacks (bug 4353).
- Fixed corner cases with ExplodeString (bug 4629). (LumiStance).