summaryrefslogtreecommitdiff
path: root/indra/llcommon/lualistener.h
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-18Fix LuaListener member initialization order.Nat Goodspeed
2024-04-08Add script termination option to 'Lua Scripts' floaterMnikolenko Productengine
2024-03-28Terminate Lua scripts hanging in LL.get_event_next().Nat Goodspeed
2024-02-23Clean up #includes in lualistener.hNat Goodspeed
2024-02-22Lua listen_events(), await_event() => get_event_{pumps,next}().Nat Goodspeed
2024-02-08Align forward declaration of lua_State with official declaration.Nat Goodspeed
2024-02-06Break out lua_function.h,.cpp and lualistener.h,.cpp.Nat Goodspeed