1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-29 11:24:19 +01:00

added to changelog

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40243
This commit is contained in:
David Anderson 2006-08-01 08:59:28 +00:00
parent 0b0dc55b7e
commit cd5a513e47

View File

@ -1,6 +1,7 @@
2006/xx/xx 1.2.4: 2006/xx/xx 1.2.4:
- Added some extra information to the "meta game" command: Description and Interface. For - Added some extra information to the "meta game" command: Description and Interface. For
example, CS:S would display "Counter-Strike: Source" and "ServerGameDLL004." example, CS:S would display "Counter-Strike: Source" and "ServerGameDLL004."
- Added some extra functionality to ISmmPluginManager.
- Fixed bug where Metamod:Source could load the wrong GameDLL and/or load more than one - 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 GameDLL. This issue occured in HL2 CTF, SourceForts, or any other mod that relied on
files from another mod directory. files from another mod directory.
@ -10,6 +11,7 @@
hooking a function could cause a crash instead of rejecting the plugin. hooking a function could cause a crash instead of rejecting the plugin.
- Fixed bug where trying to load Metamod:Source a second time as a SourceMM or Valve - Fixed bug where trying to load Metamod:Source a second time as a SourceMM or Valve
server plugin could cause a crash. server plugin could cause a crash.
- Fixed a bug in FormatIface() that caused InterfaceSearch() to infinite loop.
2006/06/14 1.2.3: 2006/06/14 1.2.3:
- Added SourceHook API for manual recalls: RETURN_META_(VALUE_)MNEWPARAMS - Added SourceHook API for manual recalls: RETURN_META_(VALUE_)MNEWPARAMS