diff --git a/sourcemm/changelog.txt b/sourcemm/changelog.txt index 762be55..c753abd 100644 --- a/sourcemm/changelog.txt +++ b/sourcemm/changelog.txt @@ -1,13 +1,16 @@ -2006/08/xx 1.3: +2006/08/14 1.3: - 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 + - 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.