summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2026-01-19#5084 Adjust watchdog to avoid false-positivesAndrey Kleshchev
And increase allowed time to be more in tune with disconnects.
2026-01-19Fix hollowed prims not shading correctly and appearing not smooth (#3013, #5293)TJ
2026-01-17#5276 Freeze when bulk editing outfitsAndrey Kleshchev
Schedule refreshOutfit into idle loop instead of doing lots of updates at once.
2026-01-16#5274 fix "cef_cache" subfolder not being cleared on exFAT filesystemMaxim Nikolenko
2026-01-16Merge pull request #5093 from secondlife/rider/privileged_landRider Linden
Work for new caution permission.
2026-01-16#4267 Slight logging improvement for mute listAndrey Kleshchev
2026-01-16#5275 Make landmark search by position cheaperAndrey Kleshchev
by stopping after first item was found.
2026-01-16#5275 Optimize hasParcelLandmarkAndrey Kleshchev
Implemented result caching. hasParcelLandmark can get repeatedly called when performing operations on landmarks en masse, which was causing repeated inventory searches and leads to stalls with large collections of landmarks.
2026-01-15Merge branch 'project/fonts-update' into project/flat-ui-fonts-updateMnikolenko Productengine
2026-01-15Merge branch 'develop' into project/flat-ui-fonts-updateMnikolenko Productengine
2026-01-15Fix looping back to previous marketplace url when using the viewer ↵Hecklezz
navigation bar Signed-off-by: Hecklezz <tj8@live.com.au>
2026-01-15#2639 Reapplied GPU benchmark fixAndrey Kleshchev
First test returns quarter to a half the throughput, do two tests. May be caused by driver, may be some 'energy saving', but not important enough to spend time investingating. It was working the same way prior to ExtraFPS, but viewer was running an extra CPU test that 'preheated' the system. Also increasing minimum throughput as numerous new features, like mirrors and pbr were added and requirements are now higher.
2026-01-15#5086 Update links from settings to httpsAndrey Kleshchev
2026-01-14#5250 use Documents as default save locationMaxim Nikolenko
2026-01-14#5271 Update zlib-ng and libraries that depend on itAndrey Kleshchev
2026-01-14#3612 "Copy SLURL" from Favorites bar not working #3Andrey Kleshchev
2026-01-13Permit vertically adjusting label position in inventoryAndrey Kleshchev
2026-01-13#5259 Crash at LLFolderViewFolderAndrey Kleshchev
Don't rely on folder surviving, pass a safer pointer.
2026-01-12#5241 Crash at onIdleUpdateFavoritesMaxim Nikolenko
2026-01-11Merge tag 'Second_Life_Release#b26f62eb-26.1' into 2026.01Erik Kundiman
2026-01-11Merge branch 'main' into 2026.01Erik Kundiman
2026-01-11Update meshoptimizer to v1.0.1Erik Kundiman
for OSes/distros that don't link to system library meshoptimizer.
2026-01-11Upgrade VLC to 3.0.23 on macOSErik Kundiman
2026-01-11Update copyright yearsErik Kundiman
For sse2neon licences too since it's been upgraded recently.
2026-01-10#5249 Update mesh optimizer to v1.0.1Andrey Kleshchev
According to change log it fixes the indices assert among other changes.
2026-01-10#5249 Crash at LLVolumeFace::remap()Andrey Kleshchev
Crash happens inside generateRemapMultiwith, no clear cause. Ideally we need the crashing model, but untill that, zero-initing remap. meshopt wants zero initialized paddings and since we are providing more space than nessesary, that might count as padding.
2026-01-09Stop model preview render window sending it's fov to the simulator as the ↵WolfGangS
agent's camera fov Signed-off-by: WolfGangS <flamin2k8@gmail.com>
2026-01-09secondlife/viewer#5083 Fix external editor default open handling failing to ↵Rye
work on mac and windows
2026-01-09secondlife/viewer#5083 Fix external editor default open handling failing to ↵Rye
work on mac and windows
2026-01-09Merge release/2026.01 into developAndrey Kleshchev
2026-01-09#5238 WebRTC connection's task outlived the connectionAndrey Kleshchev
2026-01-09#5238 Minor adjustments for LLVolumeFace crash handlingAndrey Kleshchev
2026-01-08#5228 crash at updateLoginButtonsMaxim Nikolenko
2026-01-08#5232 Crash in handleMessage when trying to access llsd's contentAndrey Kleshchev
Crash at LLSD::Impl::assign
2026-01-08#5232 Crash on mHoverItem in context menuAndrey Kleshchev
2026-01-07#4991 Fix showing incorrect alphaAndrey Kleshchev
Due to _isAlpha alpha was considered as blend even if only one texture had an alpha and was set to anything but blend.
2026-01-07#5220 do not save 'Highlight Transparent Probes' setting between sessionsMaxim Nikolenko
2026-01-07#4834 update object's modify flag after being granted Edit permissionMaxim Nikolenko
2026-01-07#5217 Treat issues with control variables smarter and show a proper warningAndrey Kleshchev
2026-01-07#5217 Small cleanup and const declarationsAndrey Kleshchev
2026-01-06revert #4735 Remove the word "Viewer" from application shortcutMaxim Nikolenko
2026-01-06Fix camera from becoming stuck if you rapidly zoom out with ↵Hecklezz
DisableCameraConstraints enabled Signed-off-by: Hecklezz <tj8@live.com.au>
2026-01-06#1519 ObjectGrab message includes invalid SurfaceInfo data when in mouselook ↵Alexander Gavriliuk
mode
2026-01-06secondlife/viewer#2112 Provide SL Grid Map coordinates for Official Viewer ↵Alexander Gavriliuk
Users please
2026-01-05#3096 Shift+Tab selects extra lines on script edit on reduce indentAlexander Gavriliuk
2026-01-05Use the marketplace floater when a SL Marketplace URL is clickedHecklezz
Signed-off-by: Hecklezz <tj8@live.com.au>
2026-01-05Further optimize unregistration of loading meshes via std::unordered_setRye
This container type is better suited to the repeated find and erase patterns used here. Signed-off-by: Rye <rye@alchemyviewer.org>
2026-01-05secondlife/viewer#2623: Remove assertCosmic Linden
Signed-off-by: Rye <rye@alchemyviewer.org>
2026-01-05secondlife/viewer#2462: Optimize unloading of primsCosmic Linden
Signed-off-by: Rye <rye@alchemyviewer.org>
2026-01-05#2902 Additional lines are displayed from one corner of the regionAlexander Gavriliuk