-
Notifications
You must be signed in to change notification settings - Fork 68
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
Not really rewrite mod system #1072
base: main
Are you sure you want to change the base?
Not really rewrite mod system #1072
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just these two things and I think it should be good
I would suggest splitting such a large pull request into multiple pull requests, if possible, so that each pull request can focus on a single functionality and be reviewed separately. |
To be honest, I want to just close this pull request, but after all, I am not the one responsible for maintaining this repository, and it is kind of disrespectful to do so, so I would just wait. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code lgtm, but yeah next time I suggest you to split different changes to different PRs
I am doing it right now T_T |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I skimmed through the code, LGTM
for _=1,20 do | ||
coroutine.yield() | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there's a TEST.yieldN() thing you could use instead. @MrZ626 would you recommend using that, or is that just a temporary thing?
33e873c
to
4768df6
Compare
Resolve #1064
TODO:
P/S: Playing the replay which applied the mods after the initialization or always during game in older version may lead to desynchronization.