Difference between revisions of "Current events"
m (looks like this sentence couldn't live) |
|||
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.3 Released == | ||
+ | ''2006-06-14:'' [[SourceMM|Metamod:Source]] and a new version of [[SourceHook]] were released. | ||
+ | <blockquote> | ||
+ | Metamod:Source 1.2.3 has been released. It contains support for the latest HL2DM update (ServerGameDLL005). For developers, SourceHook now has an API for changing parameters in manually hooked functions with RETURN_META_(VALUE_)MNEWPARAMS. No plugin modifications are necessary, neither is recompiling unless you wish to use the new parameter changing feature. | ||
+ | </blockquote> | ||
+ | |||
== Metamod:Source 1.2.2 Released == | == Metamod:Source 1.2.2 Released == | ||
''2006-05-25:'' [[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. |
Revision as of 11:10, 21 June 2006
Metamod:Source 1.2.3 Released
2006-06-14: Metamod:Source and a new version of SourceHook were released.
Metamod:Source 1.2.3 has been released. It contains support for the latest HL2DM update (ServerGameDLL005). For developers, SourceHook now has an API for changing parameters in manually hooked functions with RETURN_META_(VALUE_)MNEWPARAMS. No plugin modifications are necessary, neither is recompiling unless you wish to use the new parameter changing feature.
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 you wish to use the new SH_MCALL features, or need the SH_CALL fixes.