-
Notifications
You must be signed in to change notification settings - Fork 384
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
Move to NLua/KeraLua #3361
Move to NLua/KeraLua #3361
Commits on Aug 18, 2022
-
moonshot update NLua (backed by KeraLua / lua54). Console can run com…
…mands (and outputs nil afterwards for ??? reasons). Running scripts crashes spectacularly.
Configuration menu - View commit details
-
Copy full SHA for b4db1ae - Browse repository at this point
Copy the full SHA b4db1aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for be376b9 - Browse repository at this point
Copy the full SHA be376b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c41096a - Browse repository at this point
Copy the full SHA c41096aView commit details
Commits on Aug 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 200f6ff - Browse repository at this point
Copy the full SHA 200f6ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for afc5005 - Browse repository at this point
Copy the full SHA afc5005View commit details -
Configuration menu - View commit details
-
Copy full SHA for e568646 - Browse repository at this point
Copy the full SHA e568646View commit details
Commits on Aug 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 26a772f - Browse repository at this point
Copy the full SHA 26a772fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 529c3e0 - Browse repository at this point
Copy the full SHA 529c3e0View commit details -
new lua supports integers and stores them as long. This is a bit inte…
…resting as generally we'd expect a user to have a table with only longs, although maybe they'll put a double in with some wonky math? if a double is in the table there will probably be an InvalidCastOperation, might not be nice for a user if they put in doubles for some reason
Configuration menu - View commit details
-
Copy full SHA for 175a5d2 - Browse repository at this point
Copy the full SHA 175a5d2View commit details
Commits on Aug 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c673dd7 - Browse repository at this point
Copy the full SHA c673dd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff639f5 - Browse repository at this point
Copy the full SHA ff639f5View commit details -
fix crashes in lua (you're suppose to null out the from in resume, lo…
…l), add the yield on close back in (just needs to check if lua script is actually running ok)
Configuration menu - View commit details
-
Copy full SHA for a21a26a - Browse repository at this point
Copy the full SHA a21a26aView commit details
Commits on Aug 22, 2022
-
cleanup luafile closing, fix some crashes (== operator is not null sa…
…fe for threads, ReferenceEqual should be good enough for our purposes though?)
Configuration menu - View commit details
-
Copy full SHA for e561fc7 - Browse repository at this point
Copy the full SHA e561fc7View commit details
Commits on Sep 11, 2022
-
revert 0906184 mostly, no need to do that now that this NLua can prop…
…erly handle UTF8
Configuration menu - View commit details
-
Copy full SHA for 44b7705 - Browse repository at this point
Copy the full SHA 44b7705View commit details
Commits on Dec 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1891cf0 - Browse repository at this point
Copy the full SHA 1891cf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4f74a3 - Browse repository at this point
Copy the full SHA d4f74a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e5ec89 - Browse repository at this point
Copy the full SHA 4e5ec89View commit details