Raised This Month: $7 Target: $400
 1% 

SourceMod 1.6 released!


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Author Message
psychonic

BAFFLED
Join Date: May 2008
Old 07-03-2014 , 18:45   SourceMod 1.6 released!
#1

We are pleased to announce that SourceMod 1.6.0 has been officially released.

Concurrently, Metamod:Source 1.10.1 has also been released.

This is a major update with a large number of under-the-hood improvements, as well as new features and bug fixes.

You can get it at the downloads page.

Highlights for Server Admins:
  • New Game Support - SourceMod, including base plugins, now supports Dota 2, Source SDK 2013 mods, Insurgency, Contagion, and Blade Symphony.
  • Updated gamedata and binary support for many games and mods.
  • Added support to create custom ban reasons for the basebans plugin (thanks Matthias "Dr. Greg House" Kollek).
  • Many stability fixes.
  • Better performance.

Highlights for Developers:
  • Added an API for off-thread SQL transactions.
  • Added support for string literal concatenation (with new "..." operator) (thanks Peace-Maker).
  • Adjusted the OnClientSayCommand forwards to be more developer-friendly (thanks SystematicMania).
  • Too much to name here. For overview of all sourcepawn and SM extension API changes and additions, please see the SourceMod 1.6.0 API Changes wiki article

Full release notes and a detailed changelog is available at the SourceMod 1.6.0 Release Notes wiki article.

As always, you should not need to recompile plugins or extensions. If you encounter any problems, please check the upgrade instructions before filing bug reports.

Thank you to everyone that has contributed to this release and supported AlliedModders, including, but not limited to members of the SM dev team - BAILOPAN, DS, Fyren, psychonic, asherkin, Dr!fter, and KyleS - as well as all other code contributors, particularly Peace-Maker, VoiDeD, House, SystematicMania, Powerlord, and FlaminSarge, bug reporters, translators, and donators.

Last edited by psychonic; 02-04-2015 at 20:12.
psychonic is offline
BAILOPAN
Join Date: Jan 2004
Old 07-03-2014 , 18:54   Re: SourceMod 1.6 released!
#2

!!!!!
__________________
egg
BAILOPAN is offline
Root_
Veteran Member
Join Date: Jan 2012
Location: ryssland
Old 07-03-2014 , 18:57   Re: SourceMod 1.6 released!
#3

Wow, that was pretty fast! Thank you so much for this! :yay:
__________________


dodsplugins.com - Plugins and Resources for Day of Defeat
http://twitch.tv/zadroot
Root_ is offline
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 07-03-2014 , 18:58   Re: SourceMod 1.6 released!
#4

I think metamodsource.net has a typo, it's showing a link to MetaMod:Source 1.11.0 which 500 errors out with a cloudfare error
WildCard65 is offline
psychonic

BAFFLED
Join Date: May 2008
Old 07-03-2014 , 19:02   Re: SourceMod 1.6 released!
#5

Quote:
Originally Posted by WildCard65 View Post
I think metamodsource.net has a typo, it's showing a link to MetaMod:Source 1.11.0 which 500 errors out with a cloudfare error
Yes, thank you. Fixed it just a moment ago.
psychonic is offline
Dr. Greg House
Professional Troll,
Part-Time Asshole
Join Date: Jun 2010
Old 07-03-2014 , 19:05   Re: SourceMod 1.6 released!
#6

Wow, didn't expect this to happen right now.
<-----------
__________________
Santa or Satan?

Watch out when you're paying people for private requests! Most stuff already exists and you can hardly assess the quality of what you'll get, and if it's worth the money.
Dr. Greg House is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 07-03-2014 , 19:10   Re: SourceMod 1.6 released!
#7

Kinda wish I'd got the revised version of the game_sound reading stuff done in time for 1.6. Oh well, there's always 1.7.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 07-03-2014 , 19:13   Re: SourceMod 1.6 released!
#8

Quote:
Originally Posted by Powerlord View Post
Kinda wish I'd got the revised version of the game_sound reading stuff done in time for 1.6. Oh well, there's always 1.7.
ever heard of cherry picking: https://github.com/alliedmodders/sourcemod/pull/35

Last edited by WildCard65; 07-03-2014 at 19:14.
WildCard65 is offline
VoiDeD
AlliedModders Donor
Join Date: Mar 2009
Location: Illinois, USA
Old 07-03-2014 , 19:14   Re: SourceMod 1.6 released!
#9

__________________
VoiDeD is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 07-03-2014 , 19:35   Re: SourceMod 1.6 released!
#10

Sooo... now that I've upgraded to MM:S 1.10.1 and SM 1.6.0 (with no other changes except copying new files and updating core.cfg), I'm getting Segment Faults on server shutdown in metamod.2.tf2.so:

Code:
tf2@powerlord:~/tf2$ gdb srcds_linux cores/tf2_20140703183246.core
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /home/tf2/tf2/srcds_linux...(no debugging symbols found)...done.
[New LWP 10206]
[New LWP 10207]
[New LWP 10229]
[New LWP 10230]

warning: Can't read pathname for load map: Input/output error.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
btCore was generated by `./srcds_linux -game tf +hostname "Source Dedicated Server" +map ph_lumberyard_a'.
Program terminated with signal 11, Segmentation fault.
#0  0xeef711ed in SourceHook::CPageAlloc::Free(void*) ()
   from /home/tf2/tf2/tf/addons/metamod/bin/metamod.2.tf2.so
(gdb) bt
#0  0xeef711ed in SourceHook::CPageAlloc::Free(void*) ()
   from /home/tf2/tf2/tf/addons/metamod/bin/metamod.2.tf2.so
#1  0x09c369b0 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
This is on a Ubuntu 12.04.4 server.

Spoiler
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 07-03-2014 at 19:43.
Powerlord is offline
Closed Thread


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 22:44.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode