mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-02-26 19:54:14 +01:00
initial changelog
bugfix --HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40175
This commit is contained in:
parent
69e16c8f4c
commit
1daf34f3df
@ -330,7 +330,7 @@ void *CSmmAPI::InterfaceSearch(CreateInterfaceFn fn, const char *iface, int max,
|
||||
|
||||
do
|
||||
{
|
||||
if ( (pf = (fn)(_if, NULL)) != NULL )
|
||||
if ( (pf = (fn)(_if, ret)) != NULL )
|
||||
break;
|
||||
if (num > max)
|
||||
break;
|
||||
|
@ -1,3 +1,12 @@
|
||||
2006/01/07 1.2:
|
||||
- Added SourceHook API for modifying parameters in the hook chain.
|
||||
- Added SourceHook API for declaring and hooking manual vtable hooks.
|
||||
- Added better API for querying an interface factory.
|
||||
- Added API for formatting an OS-independent path.
|
||||
- Fixed bug where failed plugins could crash the plugin list.
|
||||
- NOTE: SourceHook changes may require plugins to be recompiled against
|
||||
the new API.
|
||||
|
||||
2005/12/06 1.1.2:
|
||||
- Added interface overriding/sharing examples to sample plugins.
|
||||
- Added API to help guessing at Valve interface versions.
|
||||
|
Loading…
x
Reference in New Issue
Block a user