Age | Commit message (Collapse) | Author | |
---|---|---|---|
11 days | Have unencapsulated Expat headers in any condition | Erik Kundiman | |
The only condition where Expat headers would be encapsulated is when using LL's Autobuild-based prebuilt libraries, and we're never using any of LL's prebuilt binary for Expat on desktop, since Expat is practically available on any supported desktop platform. The system Expat headers are never encapsulated in any of those platforms. This is the beginning of not relying on the LL_USESYSTEMLIBS macro any more (eventually not relying on the custom USESYSTEMLIBS CMake setting either). Keeping the build system still flexible to have the option to use LL's prebuilt libraries *fully* (we still use some of them in cases where the platform may not have the related system library or for convenience, so the term USESYSTEMLIBS may not always be consistent), is getting harder to maintain. The way it's done is using #if 1, in order to minimise difference from upstream. | |||
2025-04-01 | Merge tag 'Second_Life_Release#e671cb54-2025.03' into 2025.03 | Erik Kundiman | |
2025-03-30 | #3795 Crash at getVolatileAPRPool() | Andrey Kleshchev | |
2025-03-29 | #3836 Fix crash at LLNotificationForm::getNumElements()/LLSD::size() | Andrey Lihatskiy | |
2025-03-29 | Merge tag 'Second_Life_Release#6ac1d4f3-2025.03' into 2025.03 | Erik Kundiman | |
2025-03-29 | Merge tag 'Second_Life_Release#4e80ec7e-2025.03' into 2025.03 | Erik Kundiman | |
2025-03-27 | #3820 crash at LLNotificationTemplate | Maxim Nikolenko | |
2025-03-26 | #3814 Out of range exception in TextCmdRemove::execute | Andrey Kleshchev | |
2025-03-22 | Merge tag 'Second_Life_Release#0ec9bfaa-2025.03' into 2025.03 | Erik Kundiman | |
2025-03-21 | Merge tag 'Second_Life_Release#895a6739-2025.03' into 2025.03 | Erik Kundiman | |
2025-03-21 | #3778 #3654 Split text and background selection colors | Andrey Kleshchev | |
2025-03-12 | Try to parallelize xcode builds further and add more headers to PCH to ↵ | Rye | |
reduce build time | |||
2025-03-06 | Fix preferences search not finding text defined in text boxes (#3653) | Rye | |
2025-03-06 | #3654 Searchable disabled settings not readable when highlighted | Andrey Kleshchev | |
2025-03-06 | Merge remote-tracking branch 'secondlife/release/2025.03' into 2025.03 | Erik Kundiman | |
2025-02-19 | #3581 #3563 Fix callback deletion not working | Andrey Kleshchev | |
2025-02-18 | Merge commit '0679cbdec89fbd3ec470768bdf469f6a1d326859' into tmp | Erik Kundiman | |
2025-02-07 | #3505 Fix updateMenu() being called too frequently on fetch callback | Andrey Kleshchev | |
The actual problem is fetch dumping thousands of callbacks, but this should mitigate the problem | |||
2025-01-23 | Merge remote-tracking branch 'secondlife/release/2024.12-ForeverFPS' into ↵ | Erik Kundiman | |
2024.12-ForeverFPS | |||
2025-01-22 | viewer#3088 Report out of memory as a separate 'category' | Andrey Kleshchev | |
2025-01-21 | Merge remote-tracking branch 'secondlife/release/2024.12-ForeverFPS' into ↵ | Erik Kundiman | |
2024.12-ForeverFPS | |||
2025-01-20 | #3319 Crash at LLInitParam::Param::setProvided | Andrey Kleshchev | |
Most crashes are related to LLStyle, log analysis suggests that it might be a number of different issues, including memory and disk issues. Just avoid recreating expensive LLStyle without reason. | |||
2025-01-20 | Merge remote-tracking branch 'secondlife/release/2024.12-ForeverFPS' into ↵ | Erik Kundiman | |
2024.12-ForeverFPS | |||
2024-12-19 | #3302 fix crash on changing filter string when content is loading or there ↵ | Maxim Nikolenko | |
is no object selected | |||
2024-12-11 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
2024.09-ExtraFPS | |||
2024-12-10 | #3222 Make sure variables are initialized | Andrey Kleshchev | |
in case anybody adds more constructors and forgets to set init. | |||
2024-12-10 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
2024.09-ExtraFPS | |||
2024-12-09 | #3222 Emoji tabs losing symbols | Andrey Kleshchev | |
2024-10-22 | Merge branch 'main' into 2024.09-ExtraFPS | Erik Kundiman | |
2024-10-22 | Revert "First attempt to fix unicode input" | Erik Kundiman | |
This reverts commit aaa8cb5a37a720ff67792d0a31fec793b03b3742. | |||
2024-10-22 | Revert "IME composition is now replaced by the result" | Erik Kundiman | |
This reverts commit 60592ae0d7a98e071e516fcac70c5bf1427f20be. | |||
2024-10-18 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
2024.09-ExtraFPS | |||
2024-09-25 | viewer#2646 Fix viewer ignoring Physics Shape Type changes | Andrey Kleshchev | |
asStringRef is only valid for strings | |||
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-12 | Fix names in group chat sometimes showing as "Loading..." and never resolve ↵ | Ansariel Hiller | |
(#2547) | |||
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-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 | #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 | |