Commit Graph

6 Commits

Author SHA1 Message Date
SkyratBot 4781bc81a7 [MIRROR] [NO GBP] bumps auxlua to 1.4.4 (#26948)
* [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>
2024-04-03 18:21:02 +02:00
SkyratBot 449edb77a7 [MIRROR] Bumps auxlua to 1.4.1 [MDB IGNORE] (#20104)
* 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>
2023-03-27 03:58:48 +01:00
SkyratBot de42e89ffc [MIRROR] bumps auxlua to 1.4.0 [MDB IGNORE] (#18255)
* 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>
2022-12-24 21:56:08 -08:00
Tastyfish 9be7f0320d [MISSED MIRROR] Bumps Auxlua to 1.3.2 (#17074)
missed mirror 70619
2022-10-22 12:26:40 -04:00
GoldenAlpharex 59c5a3c059 [MIRROR] Bump auxlua to 1.0.0 (#68729) (#15488)
Bump auxlua to 1.0.0 (#68729)

* Bump auxlua to 1.0.0

* This should be automated at some point, but meh

* Fix caps diff

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
2022-08-09 03:37:27 +00:00
Zonespace 15a223ff2d [MIRROR] Admin lua scripting (#65635) (#15118)
[Ready for Review] Admin lua scripting (#65635)

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>

Co-authored-by: Y0SH1M4S73R <legoboyo@earthlink.net>
Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
2022-07-24 19:55:53 +01:00