From 81ae7cabf5b27fdfdce9934af79c6f07cc8b84df Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 7 Jul 2005 21:28:14 +0000 Subject: [PATCH] final changelog --HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4093 --- sourcemm/changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sourcemm/changelog.txt b/sourcemm/changelog.txt index b9d9419..baccc99 100644 --- a/sourcemm/changelog.txt +++ b/sourcemm/changelog.txt @@ -1,5 +1,5 @@ -2005/07/xx 1.00-RC2: +2005/07/07 1.00-RC2: - Added API for dealing with ConCommandBase registration (cvars/concmds). This is to fix the fact that Valve API provides no way to unlist a cvar/cmd. - Added two new commands - "meta cmds" and "meta cvars". @@ -7,6 +7,7 @@ will also receive messages that a plugin prints. This problem was mentioned on hlcoders and Valve offered no reply. - Added event hooking and cvar samples to sample_mm. + - Added new cvar, mm_pluginsfile, which defaults to "addons/metamod/metaplugins.ini". - Fixed a bug where multiple vtable patches on the same hook were not re-patched when removed. This caused a crash when two hooks were declared on one function, the first was removed, and the original function was then called.