Age | Commit message (Expand) | Author |
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-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-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 |
2024-03-05 | Enclose 'if:' expressions in ${{ ... }}. | Nat Goodspeed |
2024-03-05 | Make signing and symbol posting jobs conditional on secrets. | Nat Goodspeed |
2024-03-04 | Merge pull request #928 from secondlife/andreyk/issue_54 | Brad Linden |
2024-03-04 | Do not automatically close issues (#929) | Signal Linden |
2024-03-05 | Issue #54 LLRender::init crash | Andrey Kleshchev |
2024-03-05 | SL-17896 Don't crash silently if files are missing or out of memory | Andrey Kleshchev |
2024-03-04 | Merge remote-tracking branch 'origin/gh-relnotes' into release/gltf-maint2 | Brad Linden |
2024-03-01 | Now that viewer-build-util@relnotes has merged to v1, use @v1. | Nat Goodspeed |
2024-03-01 | Reference updated action-gh-release@v1 | Nat Goodspeed |
2024-03-01 | Base generated release notes on new floating tag 'release' | Nat Goodspeed |
2024-03-01 | Leverage action-gh-release's new previous_tag input. | Nat Goodspeed |
2024-03-01 | Try basing release notes on github.sha rather than github.ref_name. | Nat Goodspeed |
2024-03-01 | Try basing the GH release on github.ref_name instead of github.ref. | Nat Goodspeed |
2024-03-01 | Try to generate release notes for this specific branch. | Nat Goodspeed |
2024-03-01 | Engage new viewer-build-util/which-branch with relnotes output. | Nat Goodspeed |
2024-03-01 | SL-20546: PyGithub was only needed for local which_branch.py. | Nat Goodspeed |
2024-03-01 | SL-20546: Use branch for autobuild package as well as release page. | Nat Goodspeed |
2024-03-01 | DRTVWR-601: Use viewer-build-util/which-branch to determine branch. | Nat Goodspeed |
2024-03-01 | DRTVWR-601: Make autobuild set vcs_url, vcs_branch, vcs_revision | Nat Goodspeed |
2024-03-01 | SL-20546: Make dependency on build job explicit, not indirect. | Nat Goodspeed |
2024-03-01 | SL-20546: Add PyGithub to installed Python packages. | Nat Goodspeed |
2024-03-01 | SL-20546: Try harder to infer the branch corresponding to build tag. | Nat Goodspeed |
2024-03-01 | SL-20546: Append generated release notes body to our explicit body. | Nat Goodspeed |
2024-03-01 | SL-20546: Add viewer channel and full version to GitHub release page. | Nat Goodspeed |
2024-03-01 | Merge remote-tracking branch 'origin/main' into release/gltf-maint2 | Brad Linden |
2024-03-01 | Increment viewer version to 7.1.4 | Nat Goodspeed |
2024-03-01 | Merge DRTVWR-489 to main on promotion of Emoji viewer (#673). | Nat Goodspeed |
2024-03-01 | Merge pull request #905 from secondlife/require-tweaks | nat-goodspeed |
2024-03-01 | Merge pull request #910 from secondlife/lua-queue | nat-goodspeed |
2024-02-29 | Fix wonky Unicode chars from web paste | Nat Goodspeed |
2024-02-29 | Add Queue.lua from roblox.com documentation. | Nat Goodspeed |
2024-02-29 | Clarify that the print output from testmod.lua is load-time. | Nat Goodspeed |
2024-02-29 | Fix caching for loaded Lua require() modules. | Nat Goodspeed |
2024-02-29 | Add indra/newview/scripts/lua directory, copied into viewer image. | Nat Goodspeed |
2024-02-29 | Refactor require() to make it easier to reason about Lua stack usage. | Nat Goodspeed |
2024-02-29 | Improve Debug class (indra/test/debug.h). | Nat Goodspeed |
2024-02-27 | Merge pull request #843 from secondlife/luau-require-impl | Maxim Nikolenko |
2024-02-27 | Merge branch 'release/luau-scripting' into luau-require-impl. | Nat Goodspeed |
2024-02-26 | Clear the stack after requiring a module | Mnikolenko Productengine |
2024-02-26 | Clean-up and restoring correct path | Mnikolenko Productengine |
2024-02-23 | Merge pull request #879 from secondlife/lua-events | nat-goodspeed |
2024-02-23 | Allow debug.h to be #included even in normal viewer code. | Nat Goodspeed |