summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-03-01SL-20546: Add PyGithub to installed Python packages.Nat Goodspeed
2024-03-01SL-20546: Try harder to infer the branch corresponding to build tag.Nat Goodspeed
2024-03-01SL-20546: Append generated release notes body to our explicit body.Nat Goodspeed
2024-03-01SL-20546: Add viewer channel and full version to GitHub release page.Nat Goodspeed
2024-03-01Update emoji_categories in Polish translation to slightly more correct erms...Pantera Północy
2024-03-01Merge remote-tracking branch 'origin/main' into release/gltf-maint2Brad Linden
2024-03-01SL-18721 Shutdown fixes #6Andrey Kleshchev
2024-03-01Merge branch 'main' into DRTVWR-588-maint-WAndrey Lihatskiy
2024-03-01Increment viewer version to 7.1.4Nat Goodspeed
2024-03-01Merge DRTVWR-489 to main on promotion of Emoji viewer (#673).Nat Goodspeed
2024-03-01Merge pull request #905 from secondlife/require-tweaksnat-goodspeed
2024-03-01Merge pull request #910 from secondlife/lua-queuenat-goodspeed
2024-02-29Fix wonky Unicode chars from web pasteNat Goodspeed
2024-02-29Add Queue.lua from roblox.com documentation.Nat Goodspeed
2024-02-29Clarify that the print output from testmod.lua is load-time.Nat Goodspeed
2024-02-29Fix caching for loaded Lua require() modules.Nat Goodspeed
2024-02-29Add indra/newview/scripts/lua directory, copied into viewer image.Nat Goodspeed
2024-02-29Refactor require() to make it easier to reason about Lua stack usage.Nat Goodspeed
2024-02-29Improve Debug class (indra/test/debug.h).Nat Goodspeed
2024-02-28Reference updated action-gh-release@v1Nat Goodspeed
2024-02-27SL-18721 Shutdown fixes #5Andrey Kleshchev
2024-02-27Issue#900 Crash at LLInventoryAddItemByAssetObserverAndrey Kleshchev
2024-02-27Merge pull request #843 from secondlife/luau-require-implMaxim Nikolenko
2024-02-27Merge branch 'release/luau-scripting' into luau-require-impl.Nat Goodspeed
2024-02-27Merge pull request #895 from secondlife/relnotes-wnat-goodspeed
2024-02-27Issue#894 Crash at load3 in cacheOptimizeAndrey Kleshchev
2024-02-26Base generated release notes on new floating tag 'release'Nat Goodspeed
2024-02-26Clear the stack after requiring a moduleMnikolenko Productengine
2024-02-26Leverage action-gh-release's new previous_tag input.Nat Goodspeed
2024-02-26Try basing release notes on github.sha rather than github.ref_name.Nat Goodspeed
2024-02-26Clean-up and restoring correct pathMnikolenko Productengine
2024-02-26Try basing the GH release on github.ref_name instead of github.ref.Nat Goodspeed
2024-02-26Try to generate release notes for this specific branch.Nat Goodspeed
2024-02-23viewer#875 Crash at uri normalizationAndrey Kleshchev
2024-02-23Merge branch 'main' into DRTVWR-588-maint-WAndrey Lihatskiy
2024-02-23Merge pull request #879 from secondlife/lua-eventsnat-goodspeed
2024-02-23Allow debug.h to be #included even in normal viewer code.Nat Goodspeed
2024-02-23Allow print() (also Debug) to be used even in normal viewer code.Nat Goodspeed
2024-02-23Allow variadic instances of Debug, e.g. to display arguments.Nat Goodspeed
2024-02-23require() code clean-upMnikolenko Productengine
2024-02-23Ditch DebugExit: we already have Debug (in debug.h)Nat Goodspeed
2024-02-23Clean up #includes in lualistener.hNat Goodspeed
2024-02-22 #include <iomanip> where std::quoted() is referenced.Nat Goodspeed
2024-02-22Lua listen_events(), await_event() => get_event_{pumps,next}().Nat Goodspeed