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