1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-17 10:54:14 +01:00

final changelog, yo

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40209
This commit is contained in:
David Anderson 2006-05-25 05:28:45 +00:00
parent 7b5a2aa90d
commit 7eb922674f

View File

@ -1,10 +1,13 @@
2006/xx/xx 1.2.2:
2006/05/25 1.2.2:
- Added the ability to "alias" plugin names in metaplugins.ini.
- Added 'meta alias" command.
- Added SourceHook API for manual callclasses.
- Added support for the Source engine beta (and ServerGameDLL005).
- Added support for the latest Source engine (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.
- Fixed a bug causing old mods on newer engines to fail loading.
- 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.