summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-07test llwebrtc.dll for additional symbolsRoxie Linden
2024-08-07include viewer exe in uploaded symbolsRoxie Linden
2024-08-07build debug symbols for llwebrtc even for releaseRoxie Linden
2024-08-07misnamed fileRoxie Linden
2024-08-07spacing issueRoxie Linden
2024-08-07Add Windows multi-pdb upload capabilityRoxie Linden
2024-08-07Move #include "coro_scheduler.h" from llstartup to llappviewer.Nat Goodspeed
2024-08-07Allow smaller minimum timer intervals.Nat Goodspeed
2024-08-07Move llcoro::scheduler::use() call from llstartup to llappviewer.Nat Goodspeed
2024-08-07Merge branch 'release/luau-scripting' into viewer-lua-smootherNat Goodspeed
2024-08-07viewer#2043 bugsplat symbol upload updateAndrey Kleshchev
2024-08-07Merge pull request #2223 from secondlife/lua-login-fixnat-goodspeed
2024-08-07Fix omission in login.savedLogins().Nat Goodspeed
2024-08-07Merge branch 'release/luau-scripting' into viewer-lua-smootherNat Goodspeed
2024-08-07Merge pull request #2218 from secondlife/lua-ui-tweaknat-goodspeed
2024-08-07Merge branch 'release/luau-scripting' into lua-ui-tweakNat Goodspeed
2024-08-07Rename 'UI' 'getParents' op to 'getTopMenus', add UI.lua function.Nat Goodspeed
2024-08-07Merge branch 'release/luau-scripting' into viewer-lua-smootherNat Goodspeed
2024-08-07Merge pull request #2198 from secondlife/lua-ui-visibilitynat-goodspeed
2024-08-07viewer-private#262 viewer crashes on exit if the call is not completedAndrey Kleshchev
2024-08-07Adjust some LLVoiceClient functionsAndrey Kleshchev
2024-08-07Replace boost::shared_ptr with std in voice classesAndrey Kleshchev
2024-08-06don't need to post dylib as we're using xcarchiveRoxie Linden
2024-08-07viewer#2203 Crash at breakVoiceConnectionCoroAndrey Kleshchev
2024-08-06upload xcarchive to bugsplatRoxie Linden
2024-08-06misspelled xcarchiveRoxie Linden
2024-08-06Build an xcarchive for mac symbol upload.Roxie Linden
2024-08-06Merge branch 'release/luau-scripting' into viewer-lua-smootherNat Goodspeed
2024-08-06Introduce a custom coroutine/fiber scheduler to prioritize UI.Nat Goodspeed
2024-08-06As bugspat upload is broken for dylibs within .dSYM bundles, upload the dylib...Roxie Linden
2024-08-06code clean upMnikolenko Productengine
2024-08-06viewer-private#261 (Vivox) Viewer doesn't reconnect to voice chatAndrey Kleshchev
2024-08-06Merge branch 'release/luau-scripting' into lua-ui-visibilityMaxim Nikolenko
2024-08-06Merge pull request #2185 from secondlife/lua-login2nat-goodspeed
2024-08-06Download osx artifacts to working directoryRoxie Linden
2024-08-05allow paths with spacesRoxie Linden
2024-08-05Missed fileRoxie Linden
2024-08-05missing quotesRoxie Linden
2024-08-05Build mac symbols for multiple binaries/dynamic libraries and upload them all...Roxie Linden
2024-08-05Allow getting the list of floater names, hide top menu items; add demo scriptMnikolenko Productengine
2024-08-05viewer#2195 Voice morphs 'not supported' notification lacks descriptionAndrey Kleshchev
2024-08-05Fix a couple problems with "LLPanelLogin" listener (thanks Maxim!).Nat Goodspeed
2024-08-02Add 'LLPanelLogin' 'login', 'savedLogins' operations.Nat Goodspeed
2024-08-02Search --luafile script on LuaCommandPath.Nat Goodspeed
2024-08-02Merge pull request #2184 from Ansariel/altasaurus_underflowBrad Linden
2024-08-02Fix integer underflow causing issues with wearablesAnsariel
2024-08-02Merge branch 'release/luau-scripting' into lua-login2Nat Goodspeed
2024-08-02Lua api for showing/hiding floater; rename demo scriptsMnikolenko Productengine
2024-08-02Lua api for adjusting toolbarsMnikolenko Productengine
2024-08-02Merge pull request #2047 from secondlife/lua-top-menuMaxim Nikolenko