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

Modular script states #798

Merged
merged 9 commits into from
May 28, 2023

Conversation

youwereeatenbyalid
Copy link
Contributor

Adjust the scriptrunner to allow for scripts to be run in isolated lua states, allowing them to be created and destroyed independently of the main scriptrunner.

@praydog praydog merged commit cc40e60 into praydog:master May 28, 2023
dtlnor pushed a commit to dtlnor/REFramework that referenced this pull request Sep 12, 2024
* Add script-state modularity

* Add plugin access functions for script state creation and destruction

* Fix mutex lock issue on script state creation

* Testing plugin Features

* add access mutex lock

* Praydog saves the day

* Fix deadlock if state is created inside Lua lock

---------

Co-authored-by: praydog <[email protected]>
Co-authored-by: praydog <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants