Update config, BasaltLS definitions, bundle and changelog

This commit is contained in:
github-actions[bot]
2025-04-06 04:52:14 +00:00
parent 36c5e658c4
commit 86ab2b9a0c
3 changed files with 3664 additions and 3661 deletions

View File

@@ -1815,9 +1815,11 @@ c_a[a_a]:dispatchEvent(aca,...)elseif(cba[aca])then
if(b_a~=nil)then b_a:dispatchEvent(aca,...)end else
for bca,cca in pairs(c_a)do cca:dispatchEvent(aca,...)end end
for bca,cca in ipairs(__a._schedule)do
if
(coroutine.status(cca.coroutine)=="suspended")then
if(aca==cca.filter)or(cca.filter==nil)then
local dca,_da=coroutine.resume(cca.coroutine,aca,...)
if(not dca)then bd.header="Basalt Schedule Error"bd.error(_da)end;cca.filter=_da end;if(coroutine.status(cca.coroutine)=="dead")then
if(not dca)then bd.header="Basalt Schedule Error"bd.error(_da)end;cca.filter=_da end end;if(coroutine.status(cca.coroutine)=="dead")then
__a.removeSchedule(cca.coroutine)end end;if __a._events[aca]then
for bca,cca in ipairs(__a._events[aca])do cca(...)end end end;local function _ca()
for aca,bca in pairs(c_a)do bca:render()bca:postRender()end end