summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-01Revert streaming to use LibVLC on FBSD & GNU/LinuxErik Kundiman
I couldn't make it to work with gstreamer even though everything was in place. It was already working anyway with LibVLC, and, Windows & macOS use it too, so it's actually the more cross-platform solution.
2024-07-01Fix 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-07-01Get installed libmedia_plugin_gstreamer.so foundErik Kundiman
In viewer manifest the 10 suffix is removed, with CPack it might as well be named without the suffix. I haven't been able to get streaming working on FBSD, though. Maybe I need to install something.
2024-07-01sockaddr_in is defined in netinet/in.hErik Kundiman
2024-07-01Make it build for FBSD on SLv's Linux resurrectionErik Kundiman
2024-07-01ConfigurePkgConfig is not needed anymore after allErik Kundiman
FindPkgConfig does the work.
2024-07-01Revert "Stubs for missing implementations that use GTK"Erik Kundiman
This reverts commit e7ad9b00ce677fc38f0dec809dc160e7bb307dd2.
2024-06-20Merge remote-tracking branch 'secondlife/release/maint-b' into maint-bErik Kundiman
2024-06-19"Teleport to" option in nearby tab of people windowErik Kundiman
https://megapahit.com/show_bug.cgi?id=32
2024-06-18Attempt to fix inventory issuesmobserveur
This is an attempt to fix inventory not showing some items
2024-06-18SDL 2 Window completions and HiDPI supportmobserveur
This commit completes the SDL 2 support and adds HiDPI support for Mac.
2024-06-17Fix shaders broken in mergeAnsariel
2024-06-17#1080 BugSplat Crash: LLAppViewer::initStrings() - show crash reasonAlexander Gavriliuk
2024-06-15commands.xml: chat adjustmentfowlerdm
Make "Chat" toolbat button match "Conversations" floater title.
2024-06-15Merge pull request #1774 from secondlife/marchcat/b-mergeAndrey Lihatskiy
Release (Materials featurette) -> Maint B sync
2024-06-15added fps limitermobserveur
added an fps limiter, set by the MaxFPS debug setting
2024-06-14Linux build fix (#1774)Andrey Lihatskiy
2024-06-14Merge branch 'release/maint-b' into marchcat/b-mergeAndrey Lihatskiy
# Conflicts: # .github/workflows/build.yaml # indra/newview/app_settings/shaders/class2/deferred/alphaF.glsl # indra/newview/app_settings/shaders/class3/deferred/reflectionProbeF.glsl # indra/newview/app_settings/shaders/class3/deferred/softenLightF.glsl # indra/newview/llfilepicker.cpp
2024-06-14Revert "Replace LL_X11 and LL_FLTK to LL_LINUX"AiraYumi
2024-06-14Make it build if USE_FMODSTUDIO is set to trueErik Kundiman
Just put the FMOD api/core files to their corresponding places somewhere like /usr/local, and enclose the headers in a folder named "fmodstudio".
2024-06-13More of making operands consistently floatErik Kundiman
2024-06-12Cleanup gltf floater attempt 2:fowlerdm
Trying to edit panel colour in gloater_live_material_editor instead of panel_gltf_material
2024-06-13Merge remote-tracking branch 'fowlerdm/main'Erik Kundiman
2024-06-12cleanup gltf material panelfowlerdm
try to remove unneeded background
2024-06-12panel_edit_shape/wearable cleanupfowlerdm
remove unneeded background
2024-06-12Jolly roger icons: edge cleanupfowlerdm
Spotted some minor imperfections when placed against dark background
2024-06-12settings.xml: Change default camera presetfowlerdm
trick from digital pastures
2024-06-12Float operands for float clamp operationErik Kundiman
2024-06-12low preset being slower -> FIXmobserveur
The low preset used to be slower, due to some settings not being defined.
2024-06-12cleanup panel_notify_textboxfowlerdm
remove unneeded background
2024-06-12Replace LL_X11 and LL_FLTK to LL_LINUXAiraYumi
2024-06-12Float operands for float clamp operationErik Kundiman
2024-06-11Merge pull request #1685 from ↵nat-goodspeed
secondlife/brad/materials_featurette_build_workaround Attempted workaround for actions/runner-images#10004 build failures.
2024-06-11low preset being slower -> FIXmobserveur
The low preset used to be slower, due to some settings not being defined.
2024-06-11Set so an unused function isn't an error on GCCErik Kundiman
on particular files in indra/newview/gltf.
2024-06-10Merge branch 'main' into brad/materials_featurette_build_workaroundNat Goodspeed
2024-06-11Pixelated Jolly Roger macOS app and volume iconsErik Kundiman
by Secret Foxtail (fowlerdm).
2024-06-11Merge remote-tracking branch 'fowlerdm/main'Erik Kundiman
2024-06-11Merge tag '7.1.8-release'Erik Kundiman
source for viewer 7.1.8.9375512768
2024-06-10more XML tweaksfowlerdm
fixing a few minor oopsies
2024-06-10Hue shift voiteptt in /iconsfowlerdm
Not sure why we have duplicates
2024-06-10Try to get sign-and-package-windows job a runner to run onBrad Linden
2024-06-10Resize hand.pngfowlerdm
Made it too big last time
2024-06-10Misc XML tweaksfowlerdm
Floater cleanup attempt
2024-06-10Increment viewer version to 7.1.9Nat Goodspeed
following promotion of secondlife/viewer #648: Release/materials featurette
2024-06-10Merge release/materials_featurette to main on promotion of secondlife/viewer ↵Nat Goodspeed
#648: Release/materials featurette
2024-06-10Attempted workaround for actions/runner-images#10004 build failures.Brad Linden
2024-06-10lltracker::drawbeacon() rewritted for better performancemobserveur
this is a better implementation of the drawBeacon() function compared to the previous patch
2024-06-10VoicePTT hue shiftfowlerdm
better match blufault colours
2024-06-09Revert alteration to hand.pngfowlerdm
not sure where I was going with this