Fix log overflow crash caused by missing Molang functions and operators#36
Open
wufe8 wants to merge 25 commits into
Open
Fix log overflow crash caused by missing Molang functions and operators#36wufe8 wants to merge 25 commits into
wufe8 wants to merge 25 commits into
Conversation
feat: new models sync
…ngth limit due to excessive output caused by query.position_delta function not being found; the fix may not be the most concise.
…ty ctrl.hold function to prevent a log overflow error.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
部分模型由于每帧触发异常报错, 导致log刷屏直到log缓冲区过大而游戏卡死
该pr修复了缺少QueryPosition和Ctrl.Hold函数, 以及"="运算符重载缺失和三元运算符判断的问题
但仍然有部分模型存在NullPointerEx报错, 且Ctrl.Hold是空函数并无实现, 仅占位防止log刷屏
基于且需要合并到1.9-beta1, 而非当前base头节点