Age | Commit message (Expand) | Author |
2024-09-12 | Recursively package all of indra/newview/scripts/lua. | Nat Goodspeed |
2024-09-12 | Add LLAgent.teleport() Lua function | Nat Goodspeed |
2024-09-12 | Disable happy-path destructor semantics when unwinding C++ stack. | Nat Goodspeed |
2024-09-12 | Populate the viewer package's lua/auto subdir as well as require. | Nat Goodspeed |
2024-09-12 | Work around broken MS `std::basic_ostream`. | Nat Goodspeed |
2024-09-12 | Specialize `std::numpunct<llwchar>` to fix broken MS `basic_ostream`. | Nat Goodspeed |
2024-09-12 | Give `LLGLSLShader::finishProfile()` a static default string param. | Nat Goodspeed |
2024-09-11 | Make Develop->Render Tests->Frame Profile dump JSON to a file too. | Nat Goodspeed |
2024-09-10 | In llstring.cpp, build result strings using basic_ostringstream<T>. | Nat Goodspeed |
2024-09-10 | Fix risky signature of `wchar_to_utf8chars()`. Add `ll_convert()` alias. | Nat Goodspeed |
2024-09-10 | llinstancetracker.h was missing an #include from last merge. | Nat Goodspeed |
2024-09-10 | Pass std::string_view by value, not by const reference. | Nat Goodspeed |
2024-09-10 | Fix a couple errors from merging in new code. | Nat Goodspeed |
2024-09-09 | Merge branch 'develop' into release/luau-scripting | Nat Goodspeed |
2024-09-09 | Callback button for groups was not being reenabled after hanging up on group ... | Roxie Linden |
2024-09-09 | Merge pull request #2530 from secondlife/release/2024.08-DeltaFPS | Brad Linden |
2024-09-09 | Merge pull request #2527 from secondlife/maxim/viewer_2473 | Maxim Nikolenko |
2024-09-09 | Reduce 'World map' floater draw time | Mnikolenko Productengine |
2024-09-09 | Fix spelling error in variable name (#2526) | Kyler "FĂ©lix" Eastridge |
2024-09-09 | Changes towards C++20 compatibility (#2520) | Ansariel Hiller |
2024-09-09 | Update calcDataSizeJ2C to stop undersized blocks (#2525) | TommyTheTerrible |
2024-09-08 | #459 Filters on object inventory | Alexander Gavriliuk |
2024-09-07 | Merge pull request #2521 from secondlife/andreyk/viewer_2411 | Andrey Kleshchev |
2024-09-06 | #2467 Fix for sim surrounds not fully loading (#2524) | Dave Parks |
2024-09-07 | viewer#2411 Use font buffer for inventory | Andrey Kleshchev |
2024-09-06 | Avoid VC fatal warning when trying to fix un/signed comparison. | Nat Goodspeed |
2024-09-06 | Remove Lua floaters from menu_viewer.xml; re-add if Lua enabled. | Nat Goodspeed |
2024-09-06 | Introduce LuaFeature debug setting, default off. | Nat Goodspeed |
2024-09-06 | Add pos to 'UI' listener's 'addMenuItem' and 'addMenuSeparator' | Nat Goodspeed |
2024-09-06 | Don't enable vivox spatial when teleporting while in a webrtc conference/p2p/... | Roxie Linden |
2024-09-06 | Allow LLMenuGL::insert() to append as well as inserting. | Nat Goodspeed |
2024-09-06 | Introduce llless(), and use it for llmin(), llmax(). | Nat Goodspeed |
2024-09-06 | Add toggles to avatar dropdown for hear sound or voice from avatar. (#2518, #... | TJ |
2024-09-06 | Fix login progress always showing incorrect attempt number (#2517) | Ansariel Hiller |
2024-09-06 | Merge pull request #2516 from Ansariel/develop-inventory_item_count | Andrey Kleshchev |
2024-09-06 | Follow-up fix for 238a2a64b31e6a0b431309e363067a7fe57125ae: Item count will a... | Ansariel |
2024-09-05 | Avoid some classic-C style pointer casts. | Nat Goodspeed |
2024-09-05 | Fix typo in cppfeatures_test.cpp | Nat Goodspeed |
2024-09-05 | Fix race condition that was preventing "Voice Call" menu from reliably calling. | Roxie Linden |
2024-09-05 | Merge branch 'release/luau-scripting' into lua-merge-dev | Nat Goodspeed |
2024-09-05 | Fix Windows build errors from develop => release/luau-scripting. | Nat Goodspeed |
2024-09-05 | #2482 Fix for Quadro GPUs claiming to have infinite VRAM (#2511) | Dave Parks |
2024-09-05 | Fix build errors from merging develop into release/luau-scripting. | Nat Goodspeed |
2024-09-05 | Merge pull request #2506 from secondlife/roxie/webrtc-1392 | Roxanne Skelly |
2024-09-05 | Merge pull request #2510 from RyeMutt/openxr | Rye Mutt |
2024-09-05 | In llcoromutex.h, pull in llcoro::RMutex from develop branch. | Nat Goodspeed |
2024-09-05 | Fix a merge glitch in llcoros.h. | Nat Goodspeed |
2024-09-05 | Merge branch 'develop' into release/luau-scripting | Nat Goodspeed |
2024-09-05 | Fixed md5 buffer not being correctly zero-initialized and refactored code. (#... | TJ |
2024-09-05 | Fix a few trailing whitespaces. | Nat Goodspeed |