Skip to content

MetaHookSv-refs/tags/v20250207

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 14:01
· 23 commits to main since this release

changes

[BulletPhysics] Fixed an issue that entity with MOVETYPE_FOLLOW not following with attached ragdoll correctly. #301

[Renderer] Fixed an issue that transparent entity with MOVETYPE_FOLLOW became invisible when being attached to an opaque entity. #522

[Renderer] Fixed an issue that non-localplayer's flashlight sometimes not working. #531

[SDL] Update SDL3-over-SDL2 compatibility layer to latest

[SCModelDownloader] Update GUI

[VGUI2Extension] Fixed an issue that keyboard input was not working after switching focus on linux-proton. #438

[VGUI2Extension] Update VGUI2_EXTENSION_INTERFACE_VERSION to VGUI2_Extension_API_009.

改动

[BulletPhysics] 修复了拥有 MOVETYPE_FOLLOW 属性的实体不会正确跟随布娃娃运动的问题。 #301

[Renderer] 修复了一个拥有半透明材质的MOVETYPE_FOLLOW实体在附加到不透明实体上时会变得不可见的问题。#522

[Renderer] 修复了一个原版引擎的问题,该问题曾导致同一时刻仅有一个属于非当前玩家的手电会生效。#531

[SDL] 更新SDL3 over SDL2兼容层至最新

[SCModelDownloader] 更新GUI

[VGUI2Extension] 修复了在linux-proton环境下切换窗口焦点会导致键盘输入失效的问题。#438

[VGUI2Extension] 更新 VGUI2_EXTENSION_INTERFACE_VERSION 版本至VGUI2_Extension_API_009,提供BasePanel的hook回调。