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

Move to NLua/KeraLua #3361

Merged
merged 17 commits into from
Dec 1, 2022
Merged

Commits on Aug 18, 2022

  1. moonshot update NLua (backed by KeraLua / lua54). Console can run com…

    …mands (and outputs nil afterwards for ??? reasons). Running scripts crashes spectacularly.
    CasualPokePlayer committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    b4db1ae View commit details
    Browse the repository at this point in the history
  2. more work

    CasualPokePlayer committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    be376b9 View commit details
    Browse the repository at this point in the history
  3. more work

    CasualPokePlayer committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    c41096a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. more work

    CasualPokePlayer committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    200f6ff View commit details
    Browse the repository at this point in the history
  2. cleanup

    CasualPokePlayer committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    afc5005 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e568646 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. Configuration menu
    Copy the full SHA
    26a772f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    529c3e0 View commit details
    Browse the repository at this point in the history
  3. 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
    CasualPokePlayer committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    175a5d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. Configuration menu
    Copy the full SHA
    c673dd7 View commit details
    Browse the repository at this point in the history
  2. new dll

    CasualPokePlayer committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    ff639f5 View commit details
    Browse the repository at this point in the history
  3. 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)
    CasualPokePlayer committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    a21a26a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. cleanup luafile closing, fix some crashes (== operator is not null sa…

    …fe for threads, ReferenceEqual should be good enough for our purposes though?)
    CasualPokePlayer committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    e561fc7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Configuration menu
    Copy the full SHA
    44b7705 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    1891cf0 View commit details
    Browse the repository at this point in the history
  2. fix the tests

    CasualPokePlayer committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    d4f74a3 View commit details
    Browse the repository at this point in the history
  3. oops

    CasualPokePlayer committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    4e5ec89 View commit details
    Browse the repository at this point in the history