| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-30 | #4751 Restore navigation UI for Marketplace and Search | Maxim Nikolenko | |
| 2025-09-30 | #3189 Fix missed else condition | Andrey Kleshchev | |
| 2025-09-29 | #4753 Crash at LLScriptFloater::setNotificationId | Andrey Kleshchev | |
| 2025-09-29 | #4750 Crash in LLToolBarView::handleDropTool | Andrey Kleshchev | |
| 2025-09-29 | #4739 Wearables sort order reliability | Andrey Kleshchev | |
| 2025-09-29 | Merge branch 'release/2025.07' into develop | Bennett Goble | |
| 2025-09-29 | Fix rendering differences observed in 2025.07 (#4747) | Rye | |
| * Fix calling setTextureAddressModeFast and setTextureFilteringOptionFast with invalid tex type during fast binds * Restore mRT->screen to GL_RGBA16F to fix lighting banding | |||
| 2025-09-26 | p#475 Excessive texture fetch logging on shutdown | Andrey Kleshchev | |
| 2025-09-25 | #p473 fix XUI warnings | Maxim Nikolenko | |
| 2025-09-24 | #4723 Fix emoji warnings and missing emojis | Andrey Kleshchev | |
| 2025-09-24 | #4515 Improve ordering of sub-meshes upon upload | Andrey Kleshchev | |
| 2025-09-24 | #4733 When moving the cache, the old cef_cache should be removed | Maxim Nikolenko | |
| 2025-09-24 | #4724 Fix performance problems with My Outfits | Andrey Kleshchev | |
| 2025-09-23 | #4730 Extend login timeout | Andrey Kleshchev | |
| 2025-09-23 | SL-20598 Fix user not being able to reset display name | Andrey Kleshchev | |
| 2025-09-23 | #4719 use correct search query when navigating to the page | Maxim Nikolenko | |
| 2025-09-23 | Minimise whitespace diffs from upstream | Erik Kundiman | |
| and remove merge conflict lines. | |||
| 2025-09-22 | #4695 Fix device update causing a crash | Andrey Kleshchev | |
| 2025-09-22 | #4715 disable ZoomIn an object item when the region is not connected to the ↵ | Maxim Nikolenko | |
| current region | |||
| 2025-09-21 | Adding lower max texture resolution choices in the preferences | mobserveur | |
| This commit adds 128 and 256 pixels texture resolution limit in the preferences. This aims to help lower end hardware in texture heavy sims. | |||
| 2025-09-21 | Improved visuals effects panel | mobserveur | |
| This commit improves the visuals effects panel, and adds texture and objects lod sliders | |||
| 2025-09-20 | #4695 Fix missing voice cleanup | Andrey Kleshchev | |
| Cleanup is in LLVoiceClient::terminate() gWebRTCImpl was never deleted Added mDeviceModule security | |||
| 2025-09-19 | Fix OpenJPEG uploading small textures by correctly accounting for the ↵ | Hecklezz | |
| maximum numresolutions | |||
| 2025-09-19 | #4570 Make 'About' floater use real bandwidth | Andrey Kleshchev | |
| 2025-09-19 | #4671 Some locales are missing AM/PM labels | Andrey Kleshchev | |
| 2025-09-19 | #4679 Logging for crash on updateMenuOptions | Andrey Kleshchev | |
| Logs say that viewer closed settings picker and immediately crashed Yet callstack indicates that some inventory was right clicked, which shouldn't be possible if picker already closed. May be some click is closing the picker and opens menu at the same time, but it's better to gather information first. | |||
| 2025-09-18 | #2577 Worn transparent prims no longer show with 'Highlight transparent' | Alexander Gavriliuk | |
| 2025-09-18 | Merge remote-tracking branch 'origin/release/2025.07' into geenz/2025.07-develop | Jonathan "Geenz" Goodman | |
| 2025-09-18 | #4687 Fix audio device selection showing a bunch of zeros | Andrey Kleshchev | |
| 2025-09-18 | Merge remote-tracking branch 'mobserveur/2025.07' into 2025.07 | Erik Kundiman | |
| 2025-09-18 | Reactivation of vsync when the context is created | mobserveur | |
| This commit reactivates vsync when the context is created, if the user chose this option. This was disabled for testing purpose. | |||
| 2025-09-18 | Minimise whitespace diffs from upstream | Erik Kundiman | |
| 2025-09-17 | #4685 EventQueueGet shouldn't use llcorehttp's backoff-retry logic | Andrey Kleshchev | |
| - Event poll already has own backoff logic with 10 retries, using llcorehttp's one on top makes no sense. - Better logging coverage - Better in-code documentation - Add timing-based error detection | |||
| 2025-09-17 | #4691 Log WebRTC termination | Andrey Kleshchev | |
| for diagnostic purposes | |||
| 2025-09-17 | #4432 Change graphics quality via a debug setting | Maxim Nikolenko | |
| 2025-09-16 | #4651 Fix marker presence check | Andrey Kleshchev | |
| 2025-09-16 | Fix indexing problem with mac devices (#4676) | Roxanne Skelly | |
| * Fix indexing problem with mac devices This resulted in the wrong device being selected. Also, fix a shutdown crash where recording was not being stopped, hence the recording thread was still running on shutdown and crashed because it lost access to resources. Fix an issue with p2p calls where they're coming up muted even though the button indicates they are unmuted. * Always refresh device list on notification of device changes Even when the selected device doesn't change, we need to re-deploy it as it might have had characteristics (sampling rate, etc.) changed. Also, we need to redeploy when the Default device has changed | |||
| 2025-09-16 | #789 Cannot set the material to Default or None | Andrey Kleshchev | |
| After setting material to Blank when blank material is present in inventory | |||
| 2025-09-16 | Fixes the slow down related to the attached huds rendering | mobserveur | |
| This commit fixes the long time issue with attached huds rendering, which was causing important slow down with certain combinations of post processing settings. | |||
| 2025-09-16 | #4675 Voice indicator did not reappear after tuning | Andrey Kleshchev | |
| resume() was trigggering sOnCurrentChannelChanged which was wiping participant list with no follow up updates. | |||
| 2025-09-15 | #4604 Tweak range decrease | Andrey Kleshchev | |
| isSystemMemoryLow() and factor check were too agressive for draw range. | |||
| 2025-09-15 | LLLeap: handle partial lines in stderr (#4678) | Andrey Lihatskiy | |
| 2025-09-15 | #4651 Try distinguishing freezes from crashes | Andrey Kleshchev | |
| 2025-09-15 | Merge branch 'main' into 2025.07 | Erik Kundiman | |
| 2025-09-14 | ll_icon_small.ico change | Secret Foxtail | |
| Replace SLv icon with megapahit | |||
| 2025-09-15 | Merge tag 'Second_Life_Release#17540023-2025.07' into 2025.07 | Erik Kundiman | |
| 2025-09-14 | Merge remote-tracking branch 'mobserveur/experimental2' | Erik Kundiman | |
| 2025-09-13 | Attempt to fix the Sharpening / AA settings slow down on Mac | mobserveur | |
| This commit aims to fix the issue that causes a slow down when certain combinations of post-processing settings are used. | |||
| 2025-09-13 | Merge remote-tracking branch 'mobserveur/experimental2' | Erik Kundiman | |
| 2025-09-13 | back to using LLCachedControl in LLReflectionMapManager | mobserveur | |
| This commit changes the gSavedSetting direct reading to using LLCachedControl in LLReflectionMapManager | |||
