summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
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-04VRAM detection implementation using GLX MesaErik Kundiman
Plus make FreeBSD gets what Linux gets in the llgl.cpp file.
2024-11-04viewer#2999 Fix debug text flickerAndrey Kleshchev
2024-11-04Fix core profile set not taking effect on SDL2Erik Kundiman
From https://wiki.libsdl.org/SDL2/MigrationGuide "So now that your window is back on the screen, let's talk strategy. SDL2 still has SDL_Surface, but what you want, if possible, is the new SDL_Texture. Surfaces are always in system RAM now, and are always operated on by the CPU, so we want to get away from there. SDL2 has a new rendering API. It's meant for use by simple 2D games, but most notably, it's meant to get all that software rendering into video RAM and onto the GPU. And even if you just want to use it to get your software renderer's work to the screen, it brings some very nice benefits: if possible, it will use OpenGL or Direct3D behind the scenes, which means you'll get faster blits, a working Steam Overlay, and scaling for free."
2024-11-04Force the GL profile to be the core oneErik Kundiman
on all platforms, not only on Darwin.
2024-11-04Set so restrict & use-after-free aren't GCC errorsErik Kundiman
2024-11-03Fix crash from null texture entry during updateTextureVirtualSizeRye
2024-11-03Merge remote-tracking branch 'secondlife/release/maint-c' into maint-cErik Kundiman
2024-11-03Revert "Legacy search floater"Erik Kundiman
This reverts commit 17e9bcbf628aa5bda84a36fc7daa9c6041e1bada.
2024-11-03Revert "CMakeLists adding fsfloatersearch.h"Erik Kundiman
This reverts commit 18a02a0c8f7a73cd44e8fe4f3c3b23a9195f2730.
2024-11-03Revert "Attempt to fix the teleport issue from legacy search"Erik Kundiman
This reverts commit a68c5bae3173bfeda314f1d8278b80622496c11e.
2024-11-03Merge remote-tracking branch 'secondlife/release/maint-c' into maint-cErik Kundiman
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-31Give control over thread queue's automatic shutdownAndrey Kleshchev
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-31Merge commit '0b97f5033049e13b193e7ab00a188e66f0fbc73e' into maint-cErik Kundiman
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