From d1f72d5a944ec893fa4834f6c9654fd5ac5d6a3f Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 21 Oct 2005 11:15:18 +0000 Subject: [PATCH] Committed new changelog --HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40146 --- sourcemm/changelog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/sourcemm/changelog.txt b/sourcemm/changelog.txt index baccc99..a8d4f07 100644 --- a/sourcemm/changelog.txt +++ b/sourcemm/changelog.txt @@ -1,3 +1,16 @@ +2005/10/21 1.10: + - Rewrote GameDLL loading code to be API version generic. + As such, SourceMM will now easily support new API releases without + an SDK release, such as the case with Day of Defeat:Source + - Added more flexibility to plugin control by supplying an event system. + - Removed dependency on libstdc++.so by supplying a small template library. + - SourceHook internal API is now interface-based, meaning that future + updates to the API will not break older plugins. This update, however, + breaks older plugins. + - SourceHook is now re-entrant. + - Added a basic automated installer (by Basic-Master). + - Fixed a bug where games with changing game names would not work. + - Fixed various bugs, including a cvarlist corruption bug on unloading plugins. 2005/07/07 1.00-RC2: - Added API for dealing with ConCommandBase registration (cvars/concmds).