Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge #2

Open
wants to merge 106 commits into
base: master
Choose a base branch
from
Open

merge #2

wants to merge 106 commits into from

Conversation

Hengle
Copy link
Owner

@Hengle Hengle commented Mar 10, 2021

No description provided.

chexiongsheng and others added 30 commits October 9, 2019 11:36
2、抛TargetException的时候,打印更多信息
…ing,然后调用string版本的String::Concat,其中i的tostring是用Call指令调用,而原先的指令处理认为用Call指令调用同签名方法,且当前方法对父类overrirde了,就认为是base调用,其实应该还需要验证被调用方法是否是基类的方法。
* 文本编码从GB2312改成utf-8,避免显示乱码

* 文本编码从GB2312改成utf-8,避免显示乱码
* 【优化IFix报错日志】使用debug模式运行ifix.exe,报错日志里包含源码文件和行信息,方便查问题。

#30

* 修改换行符为lf

* 低于5.6的版本,mono执行也加上 --debug
* [Change] 适配因为Unity2019.2.15f1打包流程修改而造成的问题,注入的Assembly文件夹先检测PlayerScriptAssemblies是否存在,不存在再处理ScriptAssemblies文件夹下的内容

* [Change] 修改命名风格,删掉不必要的打印
chexiongsheng and others added 30 commits November 17, 2020 14:45
* 新增字段支持

* 新增类型支持Castclass,Isinst,Box,Unbox

Co-authored-by: mercurylu <[email protected]>
* Fix #282

* Fix #279
优化默认值的构造代码

Co-authored-by: mercurylu <[email protected]>
Co-authored-by: mercurylu <[email protected]>
Co-authored-by: mercurylu <[email protected]>
Co-authored-by: mercurylu <[email protected]>
* 修复get/set函数只有一个情况下会报错

* 修复新增字段默认值初始化时堆栈计算的问题

Co-authored-by: mercurylu <[email protected]>
会触发Ceq for diff type的error

Co-authored-by: mercurylu <[email protected]>
* Inject后显示调用Unity加载注入后的dll代码

* EditorUtility.RequestScriptReload()是2019.3.0之后新增的API

Co-authored-by: linbo <[email protected]>
fix: Callvirt被错误的生成为Callvirtvirt
* 修改空对象调用成员方法时的异常信息,方便定位出错代码。

* 修改空对象调用成员方法时的异常信息,方便定位出错代码。

* checkNew可以控制是否检查新增字段

Co-authored-by: huangxiaowen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.