Skip to content

Commit

Permalink
Bumps auxlua to 1.3.0 (tgstation#69681)
Browse files Browse the repository at this point in the history
Bumps auxlua to 1.3.0. The only thing this adds is the loadstring function, which is present in basically all other forms of lua scripting.
loadstring allows for compiling strings of lua code and running them. It's a function that exists in most other forms of lua. One particular use case is downloading the raw code of a lua module from the internet using a /datum/http_request, then using loadstring to run that module.
  • Loading branch information
Y0SH1M4S73R authored Sep 5, 2022
1 parent 6ef3599 commit 9696961
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified auxlua.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ export PYTHON_VERSION=3.7.9
export AUXLUA_REPO=tgstation/auxlua

#auxlua git tag
export AUXLUA_VERSION=1.2.1
export AUXLUA_VERSION=1.3.0

0 comments on commit 9696961

Please sign in to comment.