summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-06#2884 use ANONYMOUS instead of the listener nameMnikolenko Productengine
2024-11-05Fix shutdown crash in LLWebRTCVoiceClientAnsariel
2024-11-05Fix tracy invariant timer support on macos GHA buildsRye
2024-11-05#2884 fix for stalls caused by coro suspendMnikolenko Productengine
2024-11-05Merge pull request #3005 from secondlife/rye/postperfRye
Reduce number of full screen copies during renderFinalize
2024-11-05Option to zoom in using double clickErik Kundiman
https://megapahit.com/show_bug.cgi?id=102
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-04Add seconds to compact view timestampsErik Kundiman
https://megapahit.com/show_bug.cgi?id=81 Without the date, though.
2024-11-04Make FreeBSD gets what Linux gets in llwindowErik Kundiman
2024-11-04Integrate glow combine pass with other post process render passes to reduce ↵Rye
another full screen copy
2024-11-04Eliminate reduntant copies and full screen passes from post process effect chainRye
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-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-04Changes to build with --std=c++20 and some other compiler options.Hiroo Ono
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-01Bump contributor-assistant to v2.6.1 (#3000)Andrey Lihatskiy
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-31Swap Linux GHA builds to use GCC for better C++20 supportRye
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