From 7eb922674f5341778fd07f9a05abf94eb2519de6 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 25 May 2006 05:28:45 +0000 Subject: [PATCH] final changelog, yo --HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40209 --- sourcemm/changelog.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sourcemm/changelog.txt b/sourcemm/changelog.txt index f680619..cfa4be5 100644 --- a/sourcemm/changelog.txt +++ b/sourcemm/changelog.txt @@ -1,10 +1,13 @@ -2006/xx/xx 1.2.2: +2006/05/25 1.2.2: + - Added the ability to "alias" plugin names in metaplugins.ini. + - Added 'meta alias" command. - Added SourceHook API for manual callclasses. - - Added support for the Source engine beta (and ServerGameDLL005). + - Added support for the latest Source engine (ServerGameDLL005). - Added API for printing text in a client's console with ClientConPrintf. This does the same thing as IVEngineServer::ClientPrintf except that it allows string formatting. - Added client version of "meta" command in order to allow clients to view version information and a list of loaded plugins. + - Fixed a bug causing old mods on newer engines to fail loading. - Fixed issues with SourceHook's SH_CALL and reference parameters. - Fixed a bug where the mm_pluginsfile cvar was being ignored. - Fixed a memory leak when using ISmmAPI::InterfaceSearch.