From e8217f73c8d815f69537f86716fafe3811a02b91 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 4 Oct 2007 20:25:07 +0000 Subject: [PATCH] updated changelog --HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40457 --- sourcemm/changelog.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/sourcemm/changelog.txt b/sourcemm/changelog.txt index ada6263..f479ba2 100644 --- a/sourcemm/changelog.txt +++ b/sourcemm/changelog.txt @@ -1,8 +1,17 @@ 2007/??/?? 1.6.0: - - Metamod:Source has no received a large internal rewrite to improve coding + - Added new version of SourceHook with the following changes: + - Added API for hooking functions on a virtual table to all instances. + - SH_ADD_HOOK macros now return non-zero hook IDs. Additionally, + the old hook adding/removing syntax is deprecated (but still supported). + - Added SH_REMOVE_HOOK_ID to remove hooks by ID. + - CallClasses have been deprecated. The SH_CALL macro can now take a class + instance pointer rather than a callclass pointer. + - Metamod:Source has now received a large internal rewrite to improve coding standards and to separate internal logic from engine specifics. - Added API for getting highest supported IServerPluginCallbacks interface version. + - Added API for detecting the engine version. + - Added API for getting the VSP-simulation interface upon late loading. - Added OnUnlinkConCommandBase to IMetamodListner to notify when Metamod:Source is about to remove a concommand or convar. - The output of the "meta list" command has been reformatted in order to allow