Skip to content

Releases: tgstation/dreamluau

0.1.4

03 Nov 00:31
Compare
Choose a tag to compare

Additions

  • Individual states can have an execution limit override set with set_state_execution_limit_millis and set_state_execution_limit_secs, and cleared with clear_state_execution_limit. A state's execution limit override takes precedence over the global execution limit.

0.1.3

27 Oct 00:36
Compare
Choose a tag to compare

Additions

  • An optional argument isolated can now be passed to DREAMLUAU_NEW_STATE. The following changes are applied to a state initialized with a truthy value of isolated:
    • The dm, list, and pointer modules are not added to the global environment
    • Function call and thread resume arguments other than null, numbers, and strings, are converted to nil

0.1.2

25 Aug 06:23
Compare
Choose a tag to compare

Changes

  • A more informative error message has been provided when attempting to convert destructed userdata to a BYOND value.

0.1.1

10 Aug 06:35
Compare
Choose a tag to compare

Fixes

  • Bumps the dependency for time, fixing certain failures being experienced by users building it from source in their own CI workflows.

0.1.0

09 Jul 02:04
Compare
Choose a tag to compare
  • Initial Release