1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-03-21 12:28:56 +01:00

tentative final changelog

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40276
This commit is contained in:
David Anderson 2006-08-14 05:53:43 +00:00
parent f0ca0c3563
commit 57d31cfb12

View File

@ -1,13 +1,16 @@
2006/08/xx 1.3:
2006/08/14 1.3:
- Added SourceHook support for functions that return references.
- Added some extra information to the "meta game" command: Description and Interface. For
example, CS:S would display "Counter-Strike: Source" and "ServerGameDLL004."
- Added some extra functionality to ISmmPluginManager.
- Added compiling support for MSVC 8.0 (Visual Studio 2005) and GCC 4.x
- Added another API helper function for formatting and searching for interfaces.
- Updated project files and source tree to use the latest HL2SDK.
- Updated the sample plugins to be a bit cleaner and use newer API.
- Fixed bug where Metamod:Source could load the wrong GameDLL and/or load more than one
GameDLL. This issue occured in HL2 CTF, SourceForts, or any other mod that relied on
files from another mod directory.
- Fixed bug where ISmmAPI::MetaFactory would return the wrong interface when trying to
- Fixed bug where ISmmAPI::MetaFactory() would return the wrong interface when trying to
retrieve ISmmPluginManager.
- Fixed bug where returning false in Load() after adding a Metamod event listener or
hooking a function could cause a crash instead of rejecting the plugin.