PDA

View Full Version : Metamod:Source 1.3 Released!


BAILOPAN
08-16-2006, 23:30
I'm pleased to announce that Metamod:Source 1.3 has been released. This is a feature release which adds a few important new features for developers, as well as fixes some bugs encountered. Plugins should be fully backwards compatible and will not need to be recompiled.

Most importantly, SourceHook now has the ability to hook reference returning functions. We've also added support for Visual Studio 2005 and GCC-4.x.

Remember to post any problems or feature requests in the Metamod:Source Support forums.

Full Changelog:

Added SourceHook support for functions that return references.
Added some extra information to the "meta game" command: Description and Interface. For example, CS:S would display "Counter-Strike: Source" and "ServerGameDLL004."
Added some extra functionality to ISmmPluginManager.
Added compiling support for MSVC 8.0 (Visual Studio 2005) and GCC 4.x
Added another API helper function for formatting and searching for interfaces.
Updated project files and source tree to use the latest HL2SDK.
Updated the sample plugins to be a bit cleaner and use newer API.
Fixed bug where Metamod:Source could load the wrong GameDLL and/or load more than one GameDLL. This issue occured in HL2 CTF, SourceForts, or any other mod that relied on files from another mod directory.
Fixed bug where ISmmAPI::MetaFactory() would return the wrong interface when trying to retrieve ISmmPluginManager.
Fixed bug where returning false in Load() after adding a Metamod event listener or hooking a function could cause a crash instead of rejecting the plugin.
Fixed bug where trying to load Metamod:Source a second time as a SourceMM or Valve server plugin could cause a crash.
Fixed a bug in FormatIface() that caused InterfaceSearch() to infinite loop.


As always, special thanks to PM OnoTo for his continued work on SourceHook, and to Damaged Soul for his tireless fixings of the HL2SDK.

iggy_bus
09-05-2006, 17:31
ok but where to download it?

FlyingMongoose
09-05-2006, 18:51
sourcemm.net

DS
09-06-2006, 04:07
Metamod:Source 1.3a has now been released. This release is a Linux only update for those that run The Ship. This should allow Metamod:Source to run properly on this game.

Full Changelog:

Fixed a building issue on Linux which caused unresolved symbol errors when trying to load Metamod:Source on a game using an older set of engine libraries. This fix should now allow Metamod:Source to run with The Ship on Linux.

iggy_bus
09-06-2006, 15:30
I found it, installed, it works ok and I have BAT plugin also

GJ