summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2024-11-05remove unused LSRequiresCarbon key (#3006)Lars Næsbye Christensen
2024-11-04Merge pull request #2935 from ↵Roxanne Skelly
secondlife/roxie/no-double-add-data-channel-observer Fix issue where sometimes connections would be restarted instead of closed.
2024-11-04Merge pull request #3007 from secondlife/rye/crashfixesRye
Fixes various small memory leaks and some crashes
2024-11-04Fix leak of LLUUID in ui preview floaterRye
2024-11-04Fix possible leak of gesture when region ptr is nullRye
2024-11-04Fix crash from socket creation failure in media plugin systemRye
2024-11-04Fix leak of boost signal objects in marketplace functionsRye Cogtail
2024-11-04Fix leak of notification seperator in tabbed notification floaterRye Cogtail
2024-11-04Fix leak of callback objects on shutdown in LLMaterialMgrRye Cogtail
2024-11-04viewer#2999 Fix debug text flickerAndrey Kleshchev
2024-11-03Fix crash from null texture entry during updateTextureVirtualSizeRye
2024-11-02viewer#3001 Fix doubletap runAndrey Kleshchev
2024-11-01Merge pull request #2855 from secondlife/rye/buildtestsRye
Reduce build time on all three platforms and introduce linux tests
2024-11-01#2938 show confirmation before closing Conference chatMaxim Nikolenko
2024-11-01Merge pull request #2806 from secondlife/rye/linuxbuildRye
Fix disabling bugsplat on linux build
2024-10-31Reenable and fix llcorehttp, llkdu, and llurlentry tests on non-windowsRye
2024-10-31Enable linux testsRye
2024-10-31Try to parallelize xcode builds further and add more headers to PCH to ↵Rye
reduce build time
2024-10-31Enable precompiled headers for all platformsRye
2024-11-01Merge pull request #2918 from RyeMutt/rye/nfdeRye
Introduce NativeFileDialog-Extended filepickers for Linux
2024-10-31Merge pull request #2983 from secondlife/rye/minor-fixesRye
Various minor crash and correctness fixes
2024-10-31Merge pull request #2976 from secondlife/roxie/mute-fixRoxanne Skelly
Fix issue where muted audio was being sent to the voice server anyway
2024-10-31Comment webrtc settingsRoxie Linden
2024-10-31bump complexity back up to 4Roxie Linden
2024-10-31Merge remote-tracking branch 'origin/release/2024.09-ExtraFPS' into developBrad Linden
# Conflicts: # indra/newview/featuretable_linux.txt
2024-10-31secondlife/viewer#2768: Partial fix for PBR texture animations stopping. May ↵cosmic-linden
also fix some Blinn-Phong texture animations. (#2971)
2024-10-31viewer#2653 LOD textures weren't taking callback discard into accountAndrey Kleshchev
2024-10-31#2962 allow the script to ‘wait’ for a teleport finished/failed eventMaxim Nikolenko
2024-10-31Fix OS GHA buildsRye Cogtail
2024-10-31Fix various bugs in NFD impl and fix usage on windowsRye Cogtail
2024-10-31Fix broken viewer under XWayland and whitespaceRye
2024-10-31Remove dead GTK codeRye Cogtail
2024-10-31Introduce NFDE file picker support for linux and SDLRye Cogtail
2024-10-30Fix uninitialized glm::mat4 in LLGLRye Cogtail
2024-10-30Fix potential shift by -1 exponent in flexi object updateRye Cogtail
2024-10-30Fix potential crash from LLWorld being called before singleton creation ↵Rye Cogtail
during early init
2024-10-30Fix various member variables being access before initializationRye Cogtail
2024-10-30Fix potential null pointer deref during image uploadRye Cogtail
2024-10-30Fixes to LLCachedControl usage in windowing and avatarsRye
2024-10-30Fix LLMutexLock usage in LLModelPreviewRye
2024-10-30Fix small hotspot during particle loadRye
2024-10-30Update KDU to 8.4.1 and fix kdu tests, also fix llimage_libtest utilityRye
2024-10-30Fix exposure in advanced graphics preferences being limited to 1.5 instead ↵Rye
of 4 (#2978) (secondlife/viewer#2916)
2024-10-30Merge pull request #2909 from secondlife/maxim/viewer_2245Maxim Nikolenko
undefined
2024-10-30Merge pull request #2864 from secondlife/brad/2549-downrez-controlsBrad Linden
Provide affordances to disable automatic downrezing of textures when SL is in background
2024-10-30viewer#2972 Fix viewer stripping quotes off folder namesAndrey Kleshchev
2024-10-30viewer#2894 Make PBR scale like Blinn Phong doesAndrey Kleshchev
2024-10-29Merge brad/2549-downrez-controls into release/2024.09-ExtraFPS (#2864)Brad Linden
2024-10-29Fix issue where muted audio was being sent to the voice server anywayRoxie Linden
2024-10-29Fix texture discard bias not incrementing correctly due to being limited by ↵Rye
frame interval and a timer at the same time