Difference between revisions of "Current events"

From AlliedModders Wiki
Jump to: navigation, search
(added release)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
<center>''To submit things for current events, please edit [[Talk:Current_events/events]]''</center>
 
<center>''To submit things for current events, please edit [[Talk:Current_events/events]]''</center>
== Metamod:Source 1.2.1 Released ==  
+
== Metamod:Source 1.2.2 Released ==  
''2006-02-15:'' [[SourceMM|Metamod:Source]] and a new version of [[SourceHook]] were released.
+
''2006-05-25:'' [[SourceMM|Metamod:Source]] and a new version of [[SourceHook]] were released.
 
<blockquote>
 
<blockquote>
Metamod:Source 1.2.1 has been released.  It fixes a few important bugs.  No plugin modifications are necessary, neither is recompiling.
+
Metamod:Source 1.2.2 has been released.  It contains support for the latest Source engine as well as a few new features including aliases. For developers, SourceHook now has an API for manual callclasses.  No plugin modifications are necessary, neither is recompiling unless.
</blockquote>
 
 
 
== Metamod:Source 1.2 Released ==
 
''2006-01-07:'' [[SourceMM|Metamod:Source]] and a new version of [[SourceHook]] were released.
 
<blockquote>
 
This is a feature-focused release. Plugins now have greater control over their virtual hooks. Parameters can be changed and hooks can be declared by their raw offsets. These changes allow for greater mod compatibility and allow plugins to even more safely interact with each other.
 
<br /><br />
 
While we strived for backwards compatibility, some plugins will inevitably fail to load or crash on Metamod:Source 1.2, if compiled for 1.1. These plugins must be recompiled. In this case, it is best to contact the developer of the plugin after finding the crash culprit. Old plugins will recompile without any modification.
 
<br /><br />
 
To read more about the new changes and how to use them in your plugins, view the updated addition to the coding documentation.
 
 
</blockquote>
 
</blockquote>

Revision as of 01:14, 25 May 2006

To submit things for current events, please edit Talk:Current_events/events

Metamod:Source 1.2.2 Released

2006-05-25: Metamod:Source and a new version of SourceHook were released.

Metamod:Source 1.2.2 has been released. It contains support for the latest Source engine as well as a few new features including aliases. For developers, SourceHook now has an API for manual callclasses. No plugin modifications are necessary, neither is recompiling unless.