summaryrefslogtreecommitdiff
path: root/indra/llcommon/lualistener.cpp
AgeCommit message (Expand)Author
2024-08-28Ditch trailing spaces.Nat Goodspeed
2024-06-17Store script's LuaListener in userdata in lua_State's Registry.Nat Goodspeed
2024-04-18Remove redundant LLEventPump::inventName() call.Nat Goodspeed
2024-04-17Reintroduce LLCoros::killreq() to request killing a named coroutine.Nat Goodspeed
2024-04-12'Lua Scripts' floater clean upMnikolenko Productengine
2024-04-08Add script termination option to 'Lua Scripts' floaterMnikolenko Productengine
2024-04-02Use LLCoros::TempStatus when Lua is waiting on get_event_next().Nat Goodspeed
2024-03-28Ditch a couple LL_DEBUGS() messages.Nat Goodspeed
2024-03-28Eliminate unreferenced exception nameNat Goodspeed
2024-03-28Terminate Lua scripts hanging in LL.get_event_next().Nat Goodspeed
2024-02-22Lua listen_events(), await_event() => get_event_{pumps,next}().Nat Goodspeed
2024-02-06Break out lua_function.h,.cpp and lualistener.h,.cpp.Nat Goodspeed