* [NO GBP] bumps auxlua to 1.4.4 (#82074)
## About The Pull Request
This should be the very last version of auxlua I need to release before
its byondapi-based replacement
## Why It's Good For The Game
Some people still want to use lua scripting while the new library is yet
to be ready for release
## Changelog
🆑
fix: lua scripting should work on BYOND 515.1633
/🆑
* [NO GBP] bumps auxlua to 1.4.4
---------
Co-authored-by: Y0SH1M4S73R <y0sh1m4s73r@gmail.com>
* Bumps auxlua to 1.4.1 (#74265)
## About The Pull Request
I had to add new Windows signatures to auxtools so it would work on 515.
I then had to bump the auxtools lua dependency and push a new release
version. This PR bumps the auxlua dependency version.
## Why It's Good For The Game
Fixes admin lua scripting on Windows for 515, for now (it will probably
break again as more 515 beta releases come down the pipeline, but what
else can you do about it? It's probably still broken on Linux but that's
because nobody's found the 515 function signatures on Linux.)
## Changelog
🆑
admin: Fixed admin lua scripting on Windows-hosted servers running on
beta version 515.1602 (the latest version as of this change)
/🆑
* Bumps auxlua to 1.4.1
---------
Co-authored-by: Y0SH1M4S73R <legoboyo@earthlink.net>
* bumps auxlua to 1.4.0 (#72108)
## About The Pull Request
Mothblocks recently talked about wanting an auxlua function to check if
the lua state was about to overrun its execution limit, and that was
something I had been thinking about for a long time prior, but never
bothered to actually implement until it was brought up. So I did just
that. The documentation has also been updated to include a description
of how the execution limit works and how to use the new function,
`over_exec_time`
## Why It's Good For The Game
Allows for lua loops of indeterminate length to do as much work as they
reasonably can in a single tick without setting off the execution
limiter and erroring out.
## Changelog
🆑
admin: Adds a new function for admin lua scripting, "over_exec_time",
for checking if lua code is running close to the execution limit.
Details are available in the lua editor's help menu.
admin: The execution limit is described in detail in the lua editor's
help menu.
/🆑
Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com>
* bumps auxlua to 1.4.0
Co-authored-by: Y0SH1M4S73R <legoboyo@earthlink.net>
Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com>