Age | Commit message (Expand) | Author |
2024-09-10 | Pass std::string_view by value, not by const reference. | Nat Goodspeed |
2024-09-05 | Merge branch 'release/luau-scripting' into lua-resultset | Nat Goodspeed |
2024-09-04 | Windows build fixes | Nat Goodspeed |
2024-09-04 | Fix test: new traceback info changed error message. | Nat Goodspeed |
2024-08-28 | Ditch trailing spaces. | Nat Goodspeed |
2024-07-18 | Make `LLEventPump::listen()` also accept new `LLAwareListener`. | Nat Goodspeed |
2024-07-10 | Merge branch 'lua-atexit-run' into lua-no-reuse. | Nat Goodspeed |
2024-07-10 | Remove ability to reuse a LuaState between LLLUAmanager functions. | Nat Goodspeed |
2024-07-02 | Eliminate c_str() calls from LLControlGroup::loadFromFile() calls. | Nat Goodspeed |
2024-07-02 | Make require() implementation honor LuaRequirePath setting. | Nat Goodspeed |
2024-06-27 | Introduce TypeTag<T> template whose int value differs for each T. | Nat Goodspeed |
2024-06-18 | Remove special-case ~LuaState() code to call fiber.run(). | Nat Goodspeed |
2024-06-17 | Store script's LuaListener in userdata in lua_State's Registry. | Nat Goodspeed |
2024-04-18 | Add llluamanager_test.cpp test that terminates runaway Lua script. | Nat Goodspeed |
2024-03-28 | Use LLApp::setQuitting(). Expect killed-script error. | Nat Goodspeed |
2024-03-28 | Terminate Lua scripts hanging in LL.get_event_next(). | Nat Goodspeed |
2024-03-25 | Add LL. prefix to viewer entry points, fix existing references. | Nat Goodspeed |
2024-03-24 | Introduce LLStreamListener: bundle LLEventStream+LLTempBoundListener. | Nat Goodspeed |
2024-03-23 | Make leap.request() work even from Lua's main thread. | Nat Goodspeed |
2024-03-22 | Fix a couple bugs in fiber.lua machinery. | Nat Goodspeed |
2024-03-21 | WIP: Add fiber.lua module and use in leap.lua and WaitQueue.lua. | Nat Goodspeed |
2024-03-13 | Add tests for leap.request(). Use new coro.lua module. | Nat Goodspeed |
2024-03-11 | Add llluamanager_test test exercising leap.WaitFor. | Nat Goodspeed |
2024-03-08 | Enhance llluamanager_test.cpp. | Nat Goodspeed |
2024-02-22 | Lua listen_events(), await_event() => get_event_{pumps,next}(). | Nat Goodspeed |
2024-02-07 | Fix tests broken by switching from Lua 5.4 to Luau. | Nat Goodspeed |
2023-11-02 | DRTVWR-589: StringVec's operator<<() overload must precede lltut.h. | Nat Goodspeed |
2023-10-07 | DRTVWR-589: Solved the bug in traversing nested Lua tables. | Nat Goodspeed |
2023-10-04 | DRTVWR-589: Add tests for LLSD-to-Lua round-trip conversions. | Nat Goodspeed |
2023-10-02 | DRTVWR-589: Add initial integration test for LLLUAmanager. | Nat Goodspeed |