Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-13 | Merge pull request #2548 from secondlife/lua-frame-profile | nat-goodspeed | |
Make Develop->Render Tests->Frame Profile dump JSON to a file too (#2412) | |||
2024-09-12 | Merge branch 'develop' into release/luau-scripting | Nat Goodspeed | |
2024-09-12 | Fix names in group chat sometimes showing as "Loading..." and never resolve ↵ | Ansariel Hiller | |
(#2547) | |||
2024-09-10 | Fix risky signature of `wchar_to_utf8chars()`. Add `ll_convert()` alias. | Nat Goodspeed | |
`wchar_to_utf8chars()` used to require a `char*` output buffer with no length, assuming that its caller knew enough to provide a buffer of sufficient length. In fact a `char[8]` buffer suffices, but nothing in the header indicated that. Eliminate the output parameter and return `std::string`. Fix the few existing callers. Also set an `ll_convert_alias` so that `ll_convert_to<std::string>(llwchar)` directly calls `wchar_to_utf8chars()`. Replace instances of the workaround `wstring_to_utf8str(LLWString(1, llwchar))`. | |||
2024-09-09 | Merge branch 'develop' into release/luau-scripting | Nat Goodspeed | |
2024-09-09 | Changes towards C++20 compatibility (#2520) | Ansariel Hiller | |
2024-09-08 | #459 Filters on object inventory | Alexander Gavriliuk | |
2024-09-07 | viewer#2411 Use font buffer for inventory | Andrey Kleshchev | |
2024-09-06 | Allow LLMenuGL::insert() to append as well as inserting. | Nat Goodspeed | |
Appending is effected by passing position == getItemCount(). Until now, insert() disallowed that value, so you could insert before the last existing entry but not after it. | |||
2024-09-05 | Merge branch 'release/luau-scripting' into lua-merge-dev | Nat Goodspeed | |
2024-09-05 | Merge branch 'develop' into release/luau-scripting | Nat Goodspeed | |
2024-09-05 | Merge branch 'release/luau-scripting' into lua-resultset | Nat Goodspeed | |
2024-09-05 | viewer#2411 Confine font vertex buffers to static text segments | Andrey Kleshchev | |
Collection of vertex buffers happens to often with segmented text. | |||
2024-09-05 | viewer#2411 Use font buffer in line editor | Andrey Kleshchev | |
2024-09-05 | viewer#2411 Use font buffer in text segments | Andrey Kleshchev | |
2024-09-04 | Swat a few more buzzing BOOLs. | Nat Goodspeed | |
2024-09-04 | Resolve a few unresolved merge conflicts. | Nat Goodspeed | |
2024-09-04 | #2471 The Destinations ComboBox on Login Screen... (quick fix) | Alexander Gavriliuk | |
2024-09-04 | viewer#2411 Cleanup #2 | Andrey Kleshchev | |
2024-09-04 | viewer#2411 Cleanup | Andrey Kleshchev | |
2024-09-04 | viewer#2411 A bit more coverage for font buffer | Andrey Kleshchev | |
2024-09-04 | viewer#2411 LLFontGL::render optimizations #2 | Andrey Kleshchev | |
2024-09-04 | Remove usused LLButton::mBorderEnabled | Andrey Kleshchev | |
2024-09-04 | viewer#2411 LLFontGL::render optimizations | Andrey Kleshchev | |
2024-09-03 | Use Lua result-set logic for "LLFloaterReg"s "getFloaterNames" op. | Nat Goodspeed | |
This is the query that produced so many results that, before we lifted the infinite-loop interrupt limit, inspect(result) hit the limit and terminated. | |||
2024-09-03 | #2471 The Destinations ComboBox on Login Screen changes the selected item to ↵ | Alexander Gavriliuk | |
the similar one | |||
2024-08-30 | #2454 Scrolling by the mouse wheel does not scroll up on the unopened ↵ | Alexander Gavriliuk | |
Destination field | |||
2024-08-28 | Ditch trailing spaces. | Nat Goodspeed | |
2024-08-28 | Merge branch 'main' into release/luau-scripting. | Nat Goodspeed | |
2024-08-28 | #2432 Restore default nametag behavior. (#2444) | Dave Parks | |
After instrumenting nametags some more, really UI rendering performance improvements should just focus on LLFontGL::render | |||
2024-08-20 | Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into develop | Brad Linden | |
# Conflicts: # autobuild.xml # indra/newview/llvoicewebrtc.cpp | |||
2024-08-20 | Clean up boost includes and remove compiler warning pragma for unreachable ↵ | Ansariel Hiller | |
code in PCH (#2361) | |||
2024-08-19 | #2289 BugSplat Crash #1496385: ↵ | Alexander Gavriliuk | |
SecondLifeViewer!LLFocusableElement::~LLFocusableElement(79) | |||
2024-08-19 | Clean up excessive dynamic casts in LLAccordionCtrl (#2333) | Rye Mutt | |
2024-08-19 | viewer#2296 Don't show 'are you sure you want to leave the call' when ↵ | Andrey Kleshchev | |
shutting down | |||
2024-08-14 | Reduce UI draw stalls from LLSpellChecker singleton via simpleton | Rye Mutt | |
2024-08-13 | #2271 BugSplat Crash #1504299: LLFocusableElement::~LLFocusableElement(79) | Alexander Gavriliuk | |
2024-08-09 | Fix nullptr crash in LLScrollListCtrl::getSelectedItemLabel | Rye Mutt | |
2024-08-06 | code clean up | Mnikolenko Productengine | |
2024-08-06 | Convert LLUI and LLRender2D to LLSimpleton to reduce overhead during ui draw ↵ | Rye Mutt | |
(#2202) | |||
2024-08-05 | Allow getting the list of floater names, hide top menu items; add demo script | Mnikolenko Productengine | |
2024-08-05 | macOS build fix attempt | Rye Mutt | |
2024-08-04 | Fix chat text segments not dynamically updating when colors changed in ↵ | Rye Mutt | |
preferences | |||
2024-08-04 | Fix various issues with text segments not updating UI color | Rye Mutt | |
2024-08-04 | Fix various issues with ui elements not updating colors dynamically | Rye Mutt | |
2024-08-04 | Optimization and cleanup of various color finds during draw | Rye Mutt | |
2024-08-04 | Add LLUIColorTable debug-settings-like floater for easing skin design | Rye Mutt | |
2024-08-02 | Lua api for adjusting toolbars | Mnikolenko Productengine | |
2024-08-02 | Disable EmojiHelper if Digit before Colon (#2178) | TommyTheTerrible | |
* Disable EmojiHelper if Digit before Colon Typing in times with the new emoji helper pop-up can be frustrating, so I would like to propose disabling it when there is a number before the colon. * Remove trailing space in indra/llui/llemojihelper.cpp --------- Co-authored-by: Andrey Lihatskiy <alihatskiy@productengine.com> | |||
2024-08-02 | Update to libhunspell 1.7.2-r1 (#2175) | Rye Mutt | |