AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   News (https://forums.alliedmods.net/forumdisplay.php?f=59)
-   -   Metamod:Source 1.00-RC2 Released! (https://forums.alliedmods.net/showthread.php?t=38615)

DS 07-07-2005 18:27

Metamod:Source 1.00-RC2 Released!
 
Metamod:Source 1.00-RC2 has been released. This update fixes many important bugs and adds some useful usage and coding features. You can get the binaries by visiting www.sourcemm.net.

Note that with this release we've separated Linux by glibc versions. You can either try using the earliest version available, or using the documentation to find exactly which version is most compatible with your system.

Thanks to PM for making this release possible! If you have any problems or questions, visit the Metamod:Source section on the SourceMod forums.

Changelog:
Code:

- Added API for dealing with ConCommandBase registration (cvars/concmds).
    This is to fix the fact that Valve API provides no way to unlist a cvar/cmd.
 - Added two new commands - "meta cmds" and "meta cvars".
 - Added API calls for correctly printing to the console such that rcon
    will also receive messages that a plugin prints.
    This problem was mentioned on hlcoders and Valve offered no reply.
 - Added event hooking and cvar samples to sample_mm.
 - Added new cvar, mm_pluginsfile, which defaults to "addons/metamod/metaplugins.ini". 
 - Fixed a bug where multiple vtable patches on the same hook were not re-patched when removed.
    This caused a crash when two hooks were declared on one function, the first was removed, and
    the original function was then called.
 - Fixed "meta clear" not unloading all plugins.
 - Fixed Metamod:Source loading plugins with a higher current API version.
 - Fixed whitespace being parsed in metaplugins.ini.
 - Fixed bug where SourceHook tried to patch already destroyed/unavailable memory.
 - Bumped Plugin API version to 6.


D_Hawk 07-07-2005 21:02

Sweet! Good job guys.

PS. First post!

Rebell 07-08-2005 01:07

Sounds good,like good old times with LOGD (http://logd.sourceforge.net).

Good Job - cya :wink:

PM 07-09-2005 08:30

Congratulations and good luck!


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

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