AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   News (https://forums.alliedmods.net/forumdisplay.php?f=59)
-   -   SourceMod 1.6 released! (https://forums.alliedmods.net/showthread.php?t=243386)

psychonic 07-03-2014 18:45

SourceMod 1.6 released!
 
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.

BAILOPAN 07-03-2014 18:54

Re: SourceMod 1.6 released!
 
!!!!!:bacon:

Root_ 07-03-2014 18:57

Re: SourceMod 1.6 released!
 
Wow, that was pretty fast! Thank you so much for this! :yay:

WildCard65 07-03-2014 18:58

Re: SourceMod 1.6 released!
 
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

psychonic 07-03-2014 19:02

Re: SourceMod 1.6 released!
 
Quote:

Originally Posted by WildCard65 (Post 2161558)
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.

Dr. Greg House 07-03-2014 19:05

Re: SourceMod 1.6 released!
 
Wow, didn't expect this to happen right now.
<-----------

Powerlord 07-03-2014 19:10

Re: SourceMod 1.6 released!
 
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.

WildCard65 07-03-2014 19:13

Re: SourceMod 1.6 released!
 
Quote:

Originally Posted by Powerlord (Post 2161566)
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

VoiDeD 07-03-2014 19:14

Re: SourceMod 1.6 released!
 
:fox:

Powerlord 07-03-2014 19:35

Re: SourceMod 1.6 released!
 
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


All times are GMT -4. The time now is 09:23.

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