From 8fc6cdaf9dd8c797b91623774368d731c429baf6 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 24 Jun 2005 22:39:58 +0000 Subject: [PATCH] Added changelog file --HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4079 --- sourcemm/changelog.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sourcemm/changelog.txt diff --git a/sourcemm/changelog.txt b/sourcemm/changelog.txt new file mode 100644 index 0000000..f88ae81 --- /dev/null +++ b/sourcemm/changelog.txt @@ -0,0 +1,15 @@ + +2005/06/xx 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". + - Added API calls for correctly printing to the console such that rcon + 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. + - Bumped API version to 6. + - Fixed "meta clear" not unloading all plugins. + - Fixed Metamod:Source loading plugins with a higher current API version. + +2005/05/06 1.00-RC1: + - Initial release. \ No newline at end of file