#Changelog
- Individual states can have an execution limit override set with
set_state_execution_limit_millis
andset_state_execution_limit_secs
, and cleared withclear_state_execution_limit
. A state's execution limit override takes precedence over the global execution limit.
- An optional argument
isolated
can now be passed toDREAMLUAU_NEW_STATE
. The following changes are applied to a state initialized with a truthy value ofisolated
:- The
dm
,list
, andpointer
modules are not added to the global environment - Function call and thread resume arguments other than
null
, numbers, and strings, are converted tonil
- The
- A more informative error message has been provided when attempting to convert destructed userdata to a BYOND value.
- Bumps the dependency for
time
, fixing certain failures being experienced by users building it from source in their own CI workflows.
- Initial Release