Age | Commit message (Expand) | Author |
2024-03-21 | Switch to LLDispatchListener | Mnikolenko Productengine |
2024-03-21 | WIP: Add fiber.lua module and use in leap.lua and WaitQueue.lua. | Nat Goodspeed |
2024-03-20 | LLLuaFloater code clean up | Mnikolenko Productengine |
2024-03-19 | search xml file in the lib, if path is not full; add test lua floater scripts | Mnikolenko Productengine |
2024-03-18 | Merge branch 'main' into DRTVWR-591-maint-X | Andrey Lihatskiy |
2024-03-18 | viewer#961 Add a notification appearing when user tries to insert a disallowe... | Alexander Gavriliuk |
2024-03-18 | update to use new lua leap; initial support for scroll list | Mnikolenko Productengine |
2024-03-16 | Merge pull request #980 from secondlife/brad/fix-dependency-deprecations | nat-goodspeed |
2024-03-15 | Allow fading emojis characters in fading text. | Henri Beauchamp |
2024-03-15 | Merge branch 'release/luau-scripting' into lua-floater | Mnikolenko Productengine |
2024-03-15 | Merge pull request #1004 from secondlife/lua-leap | nat-goodspeed |
2024-03-15 | Revert 326055ba82c22fedde186c6a56bafd4fe87e613a after 2f452d06e6964b0edf26b0b... | Henri Beauchamp |
2024-03-15 | SL-18721 Restore release behavior | Andrey Kleshchev |
2024-03-15 | set commit callback for all buttons including minimize, maximize | Mnikolenko Productengine |
2024-03-14 | Add preliminary Lua viewer API modules, with test scripts. | Nat Goodspeed |
2024-03-14 | Fix a bug in leap.generate(). | Nat Goodspeed |
2024-03-14 | SL-20288 Fix renaming | Andrey Kleshchev |
2024-03-14 | Send additional events to the script when specified | Mnikolenko Productengine |
2024-03-14 | Proposal #2 to restore how UI/dialogs used to render by prioritizing fallback... | Henri Beauchamp |
2024-03-13 | Add tests for leap.request(). Use new coro.lua module. | Nat Goodspeed |
2024-03-13 | util.join() is unnecessary: luau provides table.concat(). | Nat Goodspeed |
2024-03-13 | Fix minor bugs. Sprinkle in commented-out diagnostic output. | Nat Goodspeed |
2024-03-13 | Introduce a resume() wrapper to surface coroutine errors. | Nat Goodspeed |
2024-03-13 | Make a coro.resume() wrapper and use in coro.launch(), coro.yield(). | Nat Goodspeed |
2024-03-12 | Fix github actions dependency deprecations | Brad Linden |
2024-03-12 | SL-20735 Fix blury profile pictures #2 (#963) | Andrey Kleshchev |
2024-03-12 | Initial implementation of LLLuaFloater | Mnikolenko Productengine |
2024-03-11 | Add coro.lua to aggregate created coroutines. | Nat Goodspeed |
2024-03-11 | Lua already has a conventional cheap test for empty table. | Nat Goodspeed |
2024-03-11 | Add llluamanager_test test exercising leap.WaitFor. | Nat Goodspeed |
2024-03-11 | Polish up leap.lua to make it pass tests. | Nat Goodspeed |
2024-03-11 | Make WaitQueue:_wait_waiters() skip dead coroutines. | Nat Goodspeed |
2024-03-10 | viewer#944 [Emoji] Display should be consistent between llDialog text and llD... | Alexander Gavriliuk |
2024-03-10 | viewer#944 Make 'Debug Unicode' feature available for all LLViews | Alexander Gavriliuk |
2024-03-09 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy |
2024-03-09 | Merge branch 'main' into DRTVWR-591-maint-X | Andrey Lihatskiy |
2024-03-08 | Merge 'release/luau-scripting' into lua-leap for Emoji release. | Nat Goodspeed |
2024-03-08 | Merge branch 'main' into release/luau-scripting for Emoji release. | Nat Goodspeed |
2024-03-08 | Enhance llluamanager_test.cpp. | Nat Goodspeed |
2024-03-08 | Allow build-time Lua tests to require() bundled Lua modules. | Nat Goodspeed |
2024-03-08 | Emit a CMake message when running autobuild install. | Nat Goodspeed |
2024-03-07 | Merge pull request #935 from secondlife/gh-osbuild | Signal Linden |
2024-03-07 | Finish adding leap.WaitFor and WaitForReqid. Untested. | Nat Goodspeed |
2024-03-07 | Finish WaitQueue, ErrorQueue; add util.count(), join(); extend qtest. | Nat Goodspeed |
2024-03-07 | triage#103 The focused state of the 'Recently used emojis' is not visible | Alexander Gavriliuk |
2024-03-06 | WIP: Unfinished Queue.lua, WaitQueue.lua, ErrorQueue.lua, leap.lua. | Nat Goodspeed |
2024-03-06 | Defend LuaState::expr() against lua_tollsd() errors. | Nat Goodspeed |
2024-03-06 | SL-20429 Fix emoji categories having mixed translations | Andrey Kleshchev |
2024-03-05 | Stop requiring BUGSPLAT_USER and BUGSPLAT_PASS in build.sh. | Nat Goodspeed |
2024-03-05 | To test for presence of secrets, set environment variables. | Nat Goodspeed |