| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-18 | Merge commit '0679cbdec89fbd3ec470768bdf469f6a1d326859' into tmp | Erik Kundiman | |
| 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-23 | Merge remote-tracking branch 'secondlife/release/2024.12-ForeverFPS' into ↵ | Erik Kundiman | |
| 2024.12-ForeverFPS | |||
| 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-15 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
| 2024.09-ExtraFPS | |||
| 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-11 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
| 2024.09-ExtraFPS | |||
| 2024-12-10 | #3251 Remove obsolete intel driver notification (#3252) | Dave Parks | |
| 2024-11-06 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
| 2024.09-ExtraFPS | |||
| 2024-11-06 | Re-introduction of the "smoothie" optimization | mobserveur | |
| This commit replaces the LL optimizations for Macs with Apple gpus by the "Smoothie" optimizations, and replaces the tuning panel with a simple fps limiter panel. This should fix the crash occurring in extraFPS when the viewer goes in the background. | |||
| 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-10-18 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
| 2024.09-ExtraFPS | |||
| 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-02 | Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵ | Erik Kundiman | |
| 2024.08-DeltaFPS | |||
| 2024-09-01 | Restore old error handling early out logic in LLAppViewer::init() (#2475) | Brad Linden | |
| fixes secondlife/viewer#2474 | |||
| 2024-09-01 | Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵ | Erik Kundiman | |
| 2024.08-DeltaFPS | |||
| 2024-08-20 | Remove orphaned LLAllocator (#2348) | Ansariel Hiller | |
| 2024-08-19 | Merge branch 'webrtc-voice' into 2024.06-atlasaurus | Erik Kundiman | |
| 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-09 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
| 2024-08-06 | Convert LLUI and LLRender2D to LLSimpleton to reduce overhead during ui draw ↵ | Rye Mutt | |
| (#2202) | |||
| 2024-08-03 | Adjust release notes URL (ending up like SLv's) | Erik Kundiman | |
| since I haven't been able to build the WebAssembly website again caused by its FreeType port's failure to link. | |||
| 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-28 | Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵ | Erik Kundiman | |
| 2024.06-atlasaurus | |||
| 2024-07-21 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
| 2024-07-21 | CEF via Linux binary compatibility attempt on FBSD | Erik Kundiman | |
| Since the condition is quite specific for now, debootstrapped Debian/Ubuntu x86-64 only, paths are just hardcoded. We got far enough that SLPlugin doesn't get killed, and there's no notification that "text/html" cannot be handled any more, it's just it hasn't worked yet, the built-in browser. | |||
| 2024-07-20 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
| 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 branch 'main' into webrtc-voice | Erik Kundiman | |
| 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 | |
