Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-16 | #2112 Provide SL Grid Map coordinates for Official Viewer Users please | Alexander Gavriliuk | |
2024-10-14 | Private Issue #297: Accept new flags in ScriptTeleportRequest message. Flags ↵ | Rider Linden | |
indicate if the world map should be opened and focused. | |||
2024-10-09 | #2696 The viewer crashes on gestures floater (fix navigation) | Alexander Gavriliuk | |
2024-10-09 | viewer#2270 The "More" button does not close the "Choose emoji" floater | Andrey Kleshchev | |
2024-10-04 | Merge remote-tracking branch 'origin/develop' into leviathan/game-control | Brad Linden | |
2024-10-03 | #2408 The long covenant with emojis (crash fix) | Alexander Gavriliuk | |
2024-10-03 | remove crashy LLSD ctor used by GameControl | leviathan | |
2024-10-03 | even more correct GameControl feature-flag switch | leviathan | |
2024-10-03 | more correct AgentUpdate transmission logic | leviathan | |
2024-10-03 | put GameControl behind a feature flag | leviathan | |
2024-10-03 | Add GameControl UI for per device settings | Alexander Gavriliuk | |
2024-10-03 | more GameControl prefs UI | leviathan | |
2024-10-03 | add GameControl feature and SDL2 dependency | Leviathan Linden | |
2024-10-03 | Fix LLFlatListView::getRequiredRect not overriding base class warning | Rye Cogtail | |
2024-10-02 | Clean up LLUI and fix/add suggestions from VS (#2746) | Ansariel Hiller | |
2024-10-01 | Merge remote-tracking branch 'origin/release/2024.09-ExtraFPS' into develop | Brad Linden | |
2024-09-29 | Linux/GCC 13 build fix for template specialization of ↵ | Nicky Dasmijn | |
pasteTextWithLinebreaks (#2729) GCC 13 did not like having a template<> inside the class body at all. Thus turn the specialization of pasteTextWithLinebreaks into a class methode pasteTextWithLinebreaksImpl. | |||
2024-09-25 | viewer#2646 Fix viewer ignoring Physics Shape Type changes | Andrey Kleshchev | |
asStringRef is only valid for strings | |||
2024-09-25 | Restore currently entered text in chat entry textbox after going through ↵ | Ansariel Hiller | |
history with Ctrl-PgUp/PgDown (#2680) | |||
2024-09-24 | #2559 No mouseover if a link is embedded with an emoji | Alexander Gavriliuk | |
2024-09-23 | Merge remote branch 'develop'into release/luau-scripting | Nat Goodspeed | |
2024-09-22 | #2618 Roles and Members tab is a mess | Alexander Gavriliuk | |
2024-09-21 | #2618 Roles and Members tab is a mess (show ctrl pos in debug views) | Alexander Gavriliuk | |
2024-09-19 | Expose LLVector4a in LLRender | Andrey Kleshchev | |
Avoid using a bunch of allocators. Make sure we use LLVector4a's SSE logic instead of LLVector3's. Some minor optimizations. | |||
2024-09-18 | #2408 The long covenant with emojis significantly slows down some operations ↵ | Alexander Gavriliuk | |
in the viewer | |||
2024-09-18 | Remove quads rendering mode entirely (#2593) | Ansariel Hiller | |
2024-09-18 | viewer#2565 Optimize LLFolderViewItem::draw() | Andrey Kleshchev | |
2024-09-17 | Fix Visual Studio complaints in LLTrans (#2575) | Ansariel Hiller | |
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 | |