summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-15set commit callback for all buttons including minimize, maximizeMnikolenko Productengine
2024-03-14Add preliminary Lua viewer API modules, with test scripts.Nat Goodspeed
2024-03-14Fix a bug in leap.generate().Nat Goodspeed
2024-03-14Send additional events to the script when specifiedMnikolenko Productengine
2024-03-13Add tests for leap.request(). Use new coro.lua module.Nat Goodspeed
2024-03-13util.join() is unnecessary: luau provides table.concat().Nat Goodspeed
2024-03-13Fix minor bugs. Sprinkle in commented-out diagnostic output.Nat Goodspeed
2024-03-13Introduce a resume() wrapper to surface coroutine errors.Nat Goodspeed
2024-03-13Make a coro.resume() wrapper and use in coro.launch(), coro.yield().Nat Goodspeed
2024-03-12Fix github actions dependency deprecationsBrad Linden
2024-03-12Initial implementation of LLLuaFloaterMnikolenko Productengine
2024-03-11Add coro.lua to aggregate created coroutines.Nat Goodspeed
2024-03-11Lua already has a conventional cheap test for empty table.Nat Goodspeed
2024-03-11Add llluamanager_test test exercising leap.WaitFor.Nat Goodspeed
2024-03-11Polish up leap.lua to make it pass tests.Nat Goodspeed
2024-03-11Make WaitQueue:_wait_waiters() skip dead coroutines.Nat Goodspeed
2024-03-09Merge branch 'main' into DRTVWR-588-maint-WAndrey Lihatskiy
2024-03-08Merge 'release/luau-scripting' into lua-leap for Emoji release.Nat Goodspeed
2024-03-08Merge branch 'main' into release/luau-scripting for Emoji release.Nat Goodspeed
2024-03-08Enhance llluamanager_test.cpp.Nat Goodspeed
2024-03-08Allow build-time Lua tests to require() bundled Lua modules.Nat Goodspeed
2024-03-08Emit a CMake message when running autobuild install.Nat Goodspeed
2024-03-07Merge pull request #935 from secondlife/gh-osbuildSignal Linden
2024-03-07Finish adding leap.WaitFor and WaitForReqid. Untested.Nat Goodspeed
2024-03-07Finish WaitQueue, ErrorQueue; add util.count(), join(); extend qtest.Nat Goodspeed
2024-03-06WIP: Unfinished Queue.lua, WaitQueue.lua, ErrorQueue.lua, leap.lua.Nat Goodspeed
2024-03-06Defend LuaState::expr() against lua_tollsd() errors.Nat Goodspeed
2024-03-05Stop requiring BUGSPLAT_USER and BUGSPLAT_PASS in build.sh.Nat Goodspeed
2024-03-05To test for presence of secrets, set environment variables.Nat Goodspeed
2024-03-05Enclose 'if:' expressions in ${{ ... }}.Nat Goodspeed
2024-03-05Make signing and symbol posting jobs conditional on secrets.Nat Goodspeed
2024-03-04Merge pull request #928 from secondlife/andreyk/issue_54Brad Linden
2024-03-04Do not automatically close issues (#929)Signal Linden
2024-03-05Issue #54 LLRender::init crashAndrey Kleshchev
2024-03-05SL-17896 Don't crash silently if files are missing or out of memoryAndrey Kleshchev
2024-03-04Merge remote-tracking branch 'origin/gh-relnotes' into release/gltf-maint2Brad Linden
2024-03-02Revert "Update emoji_categories in Polish translation to slightly more correc...Andrey Kleshchev
2024-03-01Now that viewer-build-util@relnotes has merged to v1, use @v1.Nat Goodspeed
2024-03-01Reference updated action-gh-release@v1Nat Goodspeed
2024-03-01Base generated release notes on new floating tag 'release'Nat Goodspeed
2024-03-01Leverage action-gh-release's new previous_tag input.Nat Goodspeed
2024-03-01Try basing release notes on github.sha rather than github.ref_name.Nat Goodspeed
2024-03-01Try basing the GH release on github.ref_name instead of github.ref.Nat Goodspeed
2024-03-01Try to generate release notes for this specific branch.Nat Goodspeed
2024-03-01Engage new viewer-build-util/which-branch with relnotes output.Nat Goodspeed
2024-03-01SL-20546: PyGithub was only needed for local which_branch.py.Nat Goodspeed
2024-03-01SL-20546: Use branch for autobuild package as well as release page.Nat Goodspeed
2024-03-01DRTVWR-601: Use viewer-build-util/which-branch to determine branch.Nat Goodspeed
2024-03-01DRTVWR-601: Make autobuild set vcs_url, vcs_branch, vcs_revisionNat Goodspeed
2024-03-01SL-20546: Make dependency on build job explicit, not indirect.Nat Goodspeed