| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-18 | Reduce memory allocations pinging the mainloop timeout | Ansariel | |
| 2025-03-30 | #3795 Crash at getVolatileAPRPool() | Andrey Kleshchev | |
| 2025-03-27 | Use LLCachedControl in llviewerwindow and llappviewer | Andrey Kleshchev | |
| Getting from gSavedSettings is expensive to do so often | |||
| 2025-03-18 | #3644 Adjust throttle based of how busy buffer is | Andrey Kleshchev | |
| 2025-03-11 | Merge branch 'marchcat/maint-b-cherrypicks' into marchcat/2025.03-maint-b | Andrey Lihatskiy | |
| 2025-03-11 | #1080 BugSplat Crash: LLAppViewer::initStrings() - show crash reason | Alexander Gavriliuk | |
| 2025-03-11 | viewer-private#217 Cef log was deleted too often | Andrey Kleshchev | |
| delete once per session, not once per instance # Conflicts: # indra/newview/llviewermedia.cpp | |||
| 2025-03-05 | #3644 Fix new logging of packet drops hitting performance #2 | Andrey Kleshchev | |
| Misunderstood how mDroppedPackets worked, clear out what's not needed | |||
| 2025-03-04 | #3644 Fix new logging of packet drops hitting performance | Andrey Kleshchev | |
| 2025-03-04 | #3591 rethrow should be mac specific | Andrey Kleshchev | |
| Jumped the gun a bit, since reportCrashToBugsplat is OS specific, restore rethrow for other systems. | |||
| 2025-02-27 | Merge pull request #3583 'faster avatar loading' into release/2025.03 | Andrey Kleshchev | |
| 2025-02-27 | theoretical earlier start to asset downloads during startup (#3589) | Andrew Meadows | |
| * process UDP packets earlier in startup sequence * call lazyAttach() when nonzero pending attachments | |||
| 2025-02-26 | #3591 Remove now pointless rethrow | Andrey Kleshchev | |
| 2025-02-25 | #3591 More test coverage for crashes | Andrey Kleshchev | |
| 2025-02-19 | Merge branch release/2025.03 | Andrey Kleshchev | |
| # Conflicts: # indra/newview/llmeshrepository.cpp # indra/newview/llmeshrepository.h | |||
| 2025-02-19 | Merge Forever Fps into 2025.03 | Andrey Kleshchev | |
| Merge Forever Fps into 2025.03 | |||
| 2025-02-18 | drain UDP socket to avoid dropped packets (#3565) | Andrew Meadows | |
| drain UDP socket in idleNetwork() to avoid dropped packets | |||
| 2025-02-18 | #3520 Name name cache based on grid | Andrey Kleshchev | |
| 2025-02-05 | viewer#2780 Speed up terrain loading on teleport | Andrey Kleshchev | |
| Terrain was arriving and processing too late resulting in issues like "Lower terrain material incorrectly shown momentarily" | |||
| 2025-01-31 | #3488 Avoid reading meshes from disk when not nessesary | Andrey Kleshchev | |
| LLMeshHeaderHandler preallocates file with empty data, there is no point reading large empty sections so write presense flags at the start of the file | |||
| 2025-01-30 | #3400 Reimplement LLError marker for crash statistics | Andrey Kleshchev | |
| 2025-01-22 | #3431 Include session id with last exec event | Andrey Kleshchev | |
| 2025-01-22 | viewer#3088 Add graphical init and reinit | Andrey Kleshchev | |
| 2025-01-22 | viewer#3088 Report out of memory as a separate 'category' | Andrey Kleshchev | |
| 2024-12-12 | #2590 Radeon mac optimization pass (#3277) | Dave Parks | |
| - Skip updating of reflection probes that are not the default probe when probe coverage is set to "None" - enable RenderAppleUseMultGL and disable occlusion culling on Macs with AMD GPUs - Reduce the number of texture decode threads on Macs with intel cpus. - Move texture deletion to LLImageGL::updateClass and prevent textures from staying resident in vram longer than 3 frames - Disable SSAO by default on Macs with intel CPUs | |||
| 2024-12-10 | #3251 Remove obsolete intel driver notification (#3252) | Dave Parks | |
| 2024-11-01 | viewer#2985 Odd crash when notifying voice observers | Andrey Kleshchev | |
| Crash points at enableDisableCallBtn, but button's floater was cleaned earlier and has a removeObserver call so an observer record should be long gone. Likely something else is going on. Went over various callbacks and made sure they are cleaned. But in case floater somehow remained, added mSession = nullptr. | |||
| 2024-09-18 | Add LLFloaterAbout info (esp. GPU info) to Frame Profile stats dump | Nat Goodspeed | |
| With the About info added, `getProfileStatsContext()` need not redundantly add `"channel"`, `"version"` or `"region"`. Slightly improve the efficiency of `LlsdToJson()` and `LlsdFromJson()` by preallocating the known size of the source array or map. (Unfortunately the C++ `LLSD` class offers us no way to preallocate a map.) In `LLAppViewer::getViewerInfo()`, avoid immediate successive calls to `gAgent.getRegion()`. (cherry picked from commit f4b65638879c10c832b3bb8448f82001106ffd11) | |||
| 2024-09-13 | send AgentUpdate ASAP when control bits change | leviathan | |
| 2024-09-01 | Restore old error handling early out logic in LLAppViewer::init() (#2475) | Brad Linden | |
| fixes secondlife/viewer#2474 | |||
| 2024-08-20 | Remove orphaned LLAllocator (#2348) | Ansariel Hiller | |
| 2024-08-14 | Merge pull request #2283 from RyeMutt/reduce-thread-contention | Dave Parks | |
| Reduce thread contention between main thread and asset fetch threads | |||
| 2024-08-14 | Enable /permissive- on MSVC for better standards conformance (#2251) | Rye Mutt | |
| * Enable /permissive- on MSVC for better C++ conformance and fix related errors * Clean up left over warning suppressions from old library or msvc versions | |||
| 2024-08-14 | Reduce texture fetch and main thread contention from LLViewerStatsRecorder ↵ | Rye Mutt | |
| via simpleton. | |||
| 2024-08-14 | Reduce UI draw stalls from LLSpellChecker singleton via simpleton | Rye Mutt | |
| 2024-08-06 | Convert LLUI and LLRender2D to LLSimpleton to reduce overhead during ui draw ↵ | Rye Mutt | |
| (#2202) | |||
| 2024-07-29 | small adjustment to reduce confusion | Andrey Kleshchev | |
| 2024-07-29 | viewer#2071 Soft quit on 'out of memory' for meshes #2 | Andrey Kleshchev | |
| 2024-07-18 | #1500 Better out of disk space handling | Alexander Gavriliuk | |
| 2024-07-09 | Update tracy profiler to 0.10 (#1946) | Rye Mutt | |
| 2024-07-09 | #1943 make sys free in texture console llmemorysavailphysicalmeminkb tell ↵ | Dave Parks | |
| the truth (#1966) * Also fix for crash when applying MoaP to PBR material | |||
| 2024-07-09 | Merge pull request #1944 from Ansariel/develop_c4244 | Andrey Lihatskiy | |
| Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h and llunittype.h for now | |||
| 2024-07-08 | Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h ↵ | Ansariel | |
| and llunittype.h for now | |||
| 2024-07-08 | #1931 Terminate AppViewer immediately in case of initialization failed | Alexander Gavriliuk | |
| 2024-07-06 | #1931 BugSplat Crash: SecondLifeViewer!LLRenderTarget::release(387) | Alexander Gavriliuk | |
| 2024-07-03 | #1870 Tune up for better experience on integrated intel with low memory (#1872) | Dave Parks | |
| * More deterministic vsize calculation. Add control for choosing downscale method. * Quick hack to make GLTF preview work again | |||
| 2024-07-01 | Use heterogeneous comparison for string_view map finds in LLControl and ↵ | Rye Mutt | |
| convert controlExists to string_view | |||
| 2024-06-13 | Merge branch 'develop' of github.com:secondlife/viewer into roxie/webrtc-voice | Roxie Linden | |
| 2024-06-11 | Merge branch 'main' of github.com:secondlife/viewer into roxie/webrtc-voice | Roxie Linden | |
| 2024-06-10 | Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into ↵ | Brad Linden | |
| project/gltf_development | |||
