1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-19 08:52:34 +01:00

Updated changelog a bit. Maybe this should be 1.3? I don't know, maybe not.

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40204
This commit is contained in:
Scott Ehlert 2006-05-16 22:53:54 +00:00
parent a895eaeba3
commit 0013d35545

View File

@ -1,8 +1,11 @@
2006/XX/XX 1.2.2:
- Added ClientConPrintf to API for printing text in a client's console. This does the
same thing as IVEngineServer::ClientPrintf except that it allows string formatting.
2006/xx/xx 1.2.2:
- Added SourceHook API for manual callclasses.
- Added support for the Source engine beta (and 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.
information and a list of loaded plugins.
- 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.