updated changelog

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40642
This commit is contained in:
David Anderson 2008-02-17 23:08:42 +00:00
parent c97f64ea44
commit c4f345653f

View File

@ -1,4 +1,6 @@
2008/01/23 1.6.0: 2008/02/18 1.6.0:
- Added ability to load from a VDF file instead of gameinfo.txt.
- Added ability to load MM:S plugins from VDF files.
- Added new version of SourceHook with the following changes: - Added new version of SourceHook with the following changes:
- Added API for hooking functions on a virtual table to all instances. - Added API for hooking functions on a virtual table to all instances.
- SH_ADD_HOOK macros now return non-zero hook IDs. Additionally, - SH_ADD_HOOK macros now return non-zero hook IDs. Additionally,
@ -9,8 +11,6 @@
- Can now generate dynamic, arbitrary hooks at runtime (see hookmangen). - Can now generate dynamic, arbitrary hooks at runtime (see hookmangen).
- Metamod:Source has now received a large internal rewrite to improve coding - Metamod:Source has now received a large internal rewrite to improve coding
standards and to separate internal logic from engine specifics. standards and to separate internal logic from engine specifics.
- Added ability to load from a VDF file instead of gameinfo.txt.
- Added ability to load MM:S plugins from VDF files.
- Added mm_basedir cvar to specify Metamod's base folder. - Added mm_basedir cvar to specify Metamod's base folder.
- Added API for getting highest supported IServerPluginCallbacks interface - Added API for getting highest supported IServerPluginCallbacks interface
version. version.
@ -22,6 +22,8 @@
gameinfo.txt. gameinfo.txt.
- The output of the "meta list" command has been reformatted in order to allow - The output of the "meta list" command has been reformatted in order to allow
more space for plugins' name, version, and author fields. more space for plugins' name, version, and author fields.
- Sample/Stub plugins have improved building mechanism and code, and will
compile against both MM:S 1.6 for OrangeBox and MM:S 1.4 for Episode 1.
2007/06/26 1.4.2: 2007/06/26 1.4.2:
- Fixed a bug where unloading all plugins could crash if one plugin had child - Fixed a bug where unloading all plugins could crash if one plugin had child