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

LUA Scripting Language #506

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Draft

LUA Scripting Language #506

wants to merge 12 commits into from

Commits on Apr 13, 2022

  1. Initial work on LUA scripting.

    This LUA scripting implementation uses the sol header only C++ wrapper for the native LUA libraries.
    
    The API does not follow the original LU scripting. Each instance of a script is in its own LUA-State, and has 'self' as a global. There are hooks to all the implemented CppScript methods, as well as a subset of the entity functionallity. Has to be expanded upon.
    
    This is local work which has been sitting for awhile; thought someone might like to take a look at it.
    Wincent01 committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    5f68910 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8f9ea9 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

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

Commits on Apr 29, 2022

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

Commits on May 14, 2022

  1. Configuration menu
    Copy the full SHA
    e622756 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea59cc1 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. Configuration menu
    Copy the full SHA
    e37f1bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67e7b74 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. Configuration menu
    Copy the full SHA
    cae0164 View commit details
    Browse the repository at this point in the history
  2. Fix merge conflict

    Wincent01 committed May 7, 2023
    Configuration menu
    Copy the full SHA
    13f3da5 View commit details
    Browse the repository at this point in the history
  3. Another fix to the merge

    Wincent01 committed May 7, 2023
    Configuration menu
    Copy the full SHA
    ba5153c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

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