Difference between revisions of "SourceMod 1.2.0 Release Notes"

From AlliedModders Wiki
Jump to: navigation, search
m
Line 1: Line 1:
 +
__FORCETOC__
 +
SourceMod 1.2 is a major update.  It is fully backwards compatible.  Old plugins and extensions will continue to work.
 +
 +
 +
=Translations=
 +
SourceMod 1.2.0 ships with a number of community provided translation packs.  The following languages are included:
 +
*Brazilian Portuguese
 +
*Chinese Simplified
 +
*Danish
 +
*German
 +
*Hungarian
 +
*Japanese
 +
*Latvian
 +
*Norwegian
 +
*Polish
 +
*Romanian
 +
*Russian
 +
*Spanish
 +
*Swedish
 +
*Turkish
 +
 +
 +
=Changelog=
 +
*Fixed blank admins being created from invalid admin file lines ({{bz|3431}}).
 
(Liam) 12.27.2008 - Placed a check into nextmap.smx to prevent it from being loaded on Left 4 Dead.<br>
 
(Liam) 12.27.2008 - Placed a check into nextmap.smx to prevent it from being loaded on Left 4 Dead.<br>
 
(Liam) 12.28.2008 - Modified kick.sp / plugin.basecommands.txt to show the "reason" for the kick in the ShowActivity message.<br>
 
(Liam) 12.28.2008 - Modified kick.sp / plugin.basecommands.txt to show the "reason" for the kick in the ShowActivity message.<br>

Revision as of 21:29, 7 February 2009

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


Translations

SourceMod 1.2.0 ships with a number of community provided translation packs. The following languages are included:

  • Brazilian Portuguese
  • Chinese Simplified
  • Danish
  • German
  • Hungarian
  • Japanese
  • Latvian
  • Norwegian
  • Polish
  • Romanian
  • Russian
  • Spanish
  • Swedish
  • Turkish


Changelog

  • Fixed blank admins being created from invalid admin file lines (bug 3431).

(Liam) 12.27.2008 - Placed a check into nextmap.smx to prevent it from being loaded on Left 4 Dead.
(Liam) 12.28.2008 - Modified kick.sp / plugin.basecommands.txt to show the "reason" for the kick in the ShowActivity message.
(Liam) 12.28.2008 - Added rename command to playercommands.sp via sm_rename and the menu.
(Liam) 12.28.2008 - Merged slapslay.phrases.txt and rename.phrases.txt into plugin.playercommands.txt
(Liam) 01.07.2009 - Cleaned up Funcommands by optimizing the code and cleaning up the timers.
(Liam) 01.07.2009 - Moved sound stuff from funcommands to sounds.sp