From 0013d355455e50d111aa43d3f1e4259c88f5fc6b Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Tue, 16 May 2006 22:53:54 +0000 Subject: [PATCH] Updated changelog a bit. Maybe this should be 1.3? I don't know, maybe not. --HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40204 --- sourcemm/changelog.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/sourcemm/changelog.txt b/sourcemm/changelog.txt index 43ef150..f680619 100644 --- a/sourcemm/changelog.txt +++ b/sourcemm/changelog.txt @@ -1,8 +1,11 @@ -2006/XX/XX 1.2.2: - - Added ClientConPrintf to API for printing text in a client's console. This does the - same thing as IVEngineServer::ClientPrintf except that it allows string formatting. +2006/xx/xx 1.2.2: + - Added SourceHook API for manual callclasses. + - Added support for the Source engine beta (and 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. + information and a list of loaded plugins. + - 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.