Skip to content

0.2.32

Choose a tag to compare

@github-actions github-actions released this 16 May 12:59
· 317 commits to main since this release
v0.2.32
ab4b3ec
  • Modified some logic to avoid potential missing reference issues
  • Now when registering is frozen, the type information of the types that exist references but are not found in ModelDb will be output to the log
  • Optimized some logic of the font cache to proactively re-cache new font resources when references are lost
  • Fixed compatibility issues with the latest BaseLib MaxHandSize modification
  • Optimized some details of the Steam integration pipeline to avoid specific behavior crashes on other platforms
  • Modified some reflection property access logic to UnsafeAccessor to improve performance
  • Added a log for FMOD integration to prompt for event paths that are not found in both the GUID mapping table and the loaded Studio events
  • Added IModColorfulPhilosophersCardPool interface, allowing users to mark custom character card pools as reward color options in Colorful Philosophers events

  • 调整了一些逻辑的时序,以避免一些潜在的缺失引用问题
  • 现在注册冻结时,会将存在引用但在 ModelDb 中没有查找到目标的类型信息输出到日志中
  • 优化了界面字体缓存的部分逻辑,以使其在引用丢失时可以主动重新缓存新的字体资源
  • 修复了与最新 BaseLib 的 MaxHandSize 修改的兼容性问题
  • 优化了 Steam 集成链路的部分细节问题,以避免在其他平台下的特定行为崩溃
  • 修改了部分反射属性访问逻辑为 UnsafeAccessor 以提升性能
  • 为 FMOD 集成增加了一个日志,以提示 GUID 映射表与原版已加载的 Banks 中均无法查找到的 event path
  • 提供了 IModColorfulPhilosophersCardPool 接口,允许用户标记自定义角色卡池以在 Colorful Philosophers 事件中作为奖励颜色选项

Full Changelog: v0.2.31...v0.2.32