-
-
Notifications
You must be signed in to change notification settings - Fork 224
Migrate lua from 5.1~5.3.x to 5.4.x #332
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
Labels
Milestone
Comments
I have run the lua-tests project with lua5.4.2, the performance is very slow when scroll the main menu panel, so it may needs a long time to determine whether upgrade to lua5.4.x |
Note: By profile with visualstudio, it may caused by incorrect gc mode set |
Actually, axmol support simply switch plain lua version with follow steps:
|
halx99
added a commit
that referenced
this issue
Oct 8, 2021
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
unpack
,pack
moved from global to packagetable
math.pow
was removed, use operator^
instead#
instead table.getnmath.mod
was renamed tomath.fmod
, the behavior same with operator%
The text was updated successfully, but these errors were encountered: