Releases: hzqst/MetaHookSv
MetaHookSv-refs/tags/v20240201a
1.Expose ServerBrowser_KeyValues hook to VGUI2Extension. 2.Add hook transaction on DllLoadNotification callbacks.
MetaHookSv-refs/tags/v20240131b
============================================================================
-
[CaptionMod] The VGUI2 hook framework has been ported to a new plugin called "VGUI2Extension". The
VGUI2Extension.dll
is mandatory to CaptionMod now. TheCaptionMod.dll
will refuse to load ifVGUI2Extension.dll
is not loaded. -
[CaptionMod] The stand-alone advanced graphic / subtitle setting dialogs have been removed. A new property page in the option dialog is added as replacement.
-
[Renderer] A new property page in the option dialog is added if
VGUI2Extension.dll
is loaded. -
[SteamScreenshots] Asynchronously screenshot capturing is supported if OpenGL 3.3 is available.
============================================================================
-
[CaptionMod] VGUI2 hook框架已经从CaptionMod中剥离并移植到新插件 "VGUI2Extension" 中。现在
CaptionMod.dll
依赖VGUI2Extension.dll
才能正常运行。没有加载VGUI2Extension.dll
时,CaptionMod.dll
会拒绝加载。 -
[CaptionMod] 独立的视频/字幕高级选项对话框被删除,取而代之的是融合在原版设置对话框tab页中的新字幕选项卡。
-
[Renderer] 当
VGUI2Extension.dll
存在的情况下会在原版设置对话框tab页中添加一个新的高级图形选项卡,来替代之前被删除的独立图形设置对话框。 -
[SteamScreenshots] 在 OpenGL 3.3 特性可用的情况下,会自动使用异步方式截图,防止截图时游戏卡顿。
MetaHookSv-refs/tags/v20240127f
Add stream and cookie support for UtilHttpClient.
MetaHookSv-refs/tags/v20240127e
Add cookie support for UtilHttpClient.
MetaHookSv-refs/tags/v20240126a
Fix a bug that game crash when quitting game because SteamAPI_Shutdow…
MetaHookSv-refs/tags/v20240125a
[ThreadGuard] Fixed a bug from Valve that command "_restart" didn't shutdown server correctly before unloading engine, causing resources like CSteam3Server to be leaked, and game to be in deadlock state when creating a new listen server.
[ThreadGuard] 修复了一个V社祖传bug:"_restart"指令在卸载引擎之前没有正确关闭服务器,该问题会导致 CSteam3Server 之类的资源发生泄露,并且游戏在重启后再次创建本地服务器时会永远卡在0%进度。
MetaHookSv-refs/tags/v20240124b
[Renderer] Fixed a bug that animated textures were unexpectedly freed on level change.
[Renderer] 修复了webp动画贴图在换图后会被意外释放的问题。
MetaHookSv-refs/tags/v20240124a
[Renderer] Fixed a bug that bottomcolor for remapped textures was not working.
[Renderer] 修复了一个mdl模型的remap贴图不受bottomcolor影响,只受topcolor影响的问题。
MetaHookSv-refs/tags/v20240123b
[CaptionMod] Fixed a bug that game crashed in vgui_TextImage_paint if non-ASCII text was painted.
[CaptionMod] Fixed a bug that VGUI2 input system was not responding.
[CaptionMod] 修复了游戏会在绘制VGUI1文本中的非英文字符时崩溃的问题。
[CaptionMod] 修复了一个 VGUI2 的输入操作没有响应的问题。
MetaHookSv-refs/tags/v20240122b
[CaptionMod] Patched engine's ParseTextMessage
to support loading titles.txt
with UTF-16LE encoding. (Because Valve distrubuted titles.txt
with UTF-16LE encoding in valve_schinese
and valve_tchinese
)
[CaptionMod] titles.txt
现在支持UTF-16LE 编码 (因为Valve 在正版半条命的 valve_schinese
和 valve_tchinese
多语言版本中分发了UTF-16LE 编码版本的titles.txt
,导致默认的加载函数无法正确加载该种编码格式的titles.txt
)