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

updated changelog again

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40632
This commit is contained in:
David Anderson 2008-01-23 21:15:33 +00:00
parent d745620235
commit bc22b4622a

View File

@ -6,6 +6,7 @@
- Added SH_REMOVE_HOOK_ID to remove hooks by ID. - Added SH_REMOVE_HOOK_ID to remove hooks by ID.
- CallClasses have been deprecated. The SH_CALL macro can now take a class - CallClasses have been deprecated. The SH_CALL macro can now take a class
instance pointer rather than a callclass pointer. instance pointer rather than a callclass pointer.
- 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 from a VDF file instead of gameinfo.txt.