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