Skip to content

Releases: hzqst/MetaHookSv

MetaHookSv-refs/tags/v20251031a

31 Oct 03:14

Choose a tag to compare

Pre-release
fix crash in R_SpriteLoadExternalFile_FrameTexture. fix doc.

MetaHookSv-refs/tags/v20251029d

29 Oct 11:11

Choose a tag to compare

changes

[VGUI2Extension] Add "-nomousespi" command-line argument to prevent mouse acceleration from being modified by client dlll

  • related issue: #744

[VGUI2Extension] Refactor EngineSurface hook implementation:

  • Simplified InitWindowStuffs function to streamline window retrieval logic

[Renderer] Fixed #746

[Renderer] Fixed #748

改动

[VGUI2Extension] 新增"-nomousespi"启动参数,用于阻止鼠标加速度等系统设置被客户端修改

  • 相关问题: #744

[VGUI2Extension] 重构EngineSurface hook实现:

  • 简化InitWindowStuffs函数,优化窗口获取逻辑,使用引擎自己的窗口指针而非自行枚举

[Renderer] 修复 #746

[Renderer] 修复 #748

MetaHookSv-refs/tags/v20251029c

29 Oct 11:02

Choose a tag to compare

Pre-release
ADD CLAUDE.md

MetaHookSv-refs/tags/v20251029b

29 Oct 10:25

Choose a tag to compare

Pre-release
Fix #746

MetaHookSv-refs/tags/v20251029a

29 Oct 10:12

Choose a tag to compare

Pre-release
Fix #748

MetaHookSv-refs/tags/v20251023b

23 Oct 14:54

Choose a tag to compare

changes

[Renderer] Add bunch of methods to IMetaRenderer for latest ABCEnchance

改动

[Renderer] 为 IMetaRenderer 增加了一些接口 以适配最新版ABCEnchance

MetaHookSv-refs/tags/v20251021b

21 Oct 16:19

Choose a tag to compare

changes

[CaptionMod] Fixed a crash in engine buildnum 4554

改动

[CaptionMod] 修复了一个在4554版本引擎下导致游戏崩溃的问题

MetaHookSv-refs/tags/v20251021a

21 Oct 14:52

Choose a tag to compare

changes

[MetahookInstaller] Fixed an issue with "EditPlugin" , when it failed to open the EditPluginDialog for custom game and error out "metahook not installed".

改动

[MetahookInstaller] 修复了 "编辑插件列表" 的一个问题 , 该问题曾导致当选择Custom Game时,编辑插件列表会报错提示没有安装metahook

MetaHookSv-refs/tags/v20251020b

20 Oct 13:23

Choose a tag to compare

changes

[Renderer] Fix #741, which caused unexpected per-frame texture reloading

改动

[Renderer] 修复 #741,该问题曾导致引擎每帧都会触发重新加载贴图的逻辑

MetaHookSv-refs/tags/v20251020a

20 Oct 12:36

Choose a tag to compare

changes

[SDL] Fix #740, which broke the IME input system.
改动

[SDL] 修复 #740, which broke the IME input system.