Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-01 | Revert streaming to use LibVLC on FBSD & GNU/Linux | Erik 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-01 | Fix core profile set not taking effect on SDL2 | Erik 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-01 | Get installed libmedia_plugin_gstreamer.so found | Erik 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-01 | sockaddr_in is defined in netinet/in.h | Erik Kundiman | |
2024-07-01 | Make it build for FBSD on SLv's Linux resurrection | Erik Kundiman | |
2024-07-01 | ConfigurePkgConfig is not needed anymore after all | Erik Kundiman | |
FindPkgConfig does the work. | |||
2024-07-01 | Revert "Stubs for missing implementations that use GTK" | Erik Kundiman | |
This reverts commit e7ad9b00ce677fc38f0dec809dc160e7bb307dd2. | |||
2024-06-20 | Merge remote-tracking branch 'secondlife/release/maint-b' into maint-b | Erik Kundiman | |
2024-06-19 | "Teleport to" option in nearby tab of people window | Erik Kundiman | |
https://megapahit.com/show_bug.cgi?id=32 | |||
2024-06-18 | Attempt to fix inventory issues | mobserveur | |
This is an attempt to fix inventory not showing some items | |||
2024-06-18 | SDL 2 Window completions and HiDPI support | mobserveur | |
This commit completes the SDL 2 support and adds HiDPI support for Mac. | |||
2024-06-17 | Fix shaders broken in merge | Ansariel | |
2024-06-17 | #1080 BugSplat Crash: LLAppViewer::initStrings() - show crash reason | Alexander Gavriliuk | |
2024-06-15 | commands.xml: chat adjustment | fowlerdm | |
Make "Chat" toolbat button match "Conversations" floater title. | |||
2024-06-15 | Merge pull request #1774 from secondlife/marchcat/b-merge | Andrey Lihatskiy | |
Release (Materials featurette) -> Maint B sync | |||
2024-06-15 | added fps limiter | mobserveur | |
added an fps limiter, set by the MaxFPS debug setting | |||
2024-06-14 | Linux build fix (#1774) | Andrey Lihatskiy | |
2024-06-14 | Merge branch 'release/maint-b' into marchcat/b-merge | Andrey 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-14 | Revert "Replace LL_X11 and LL_FLTK to LL_LINUX" | AiraYumi | |
2024-06-14 | Make it build if USE_FMODSTUDIO is set to true | Erik 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-13 | More of making operands consistently float | Erik Kundiman | |
2024-06-12 | Cleanup gltf floater attempt 2: | fowlerdm | |
Trying to edit panel colour in gloater_live_material_editor instead of panel_gltf_material | |||
2024-06-13 | Merge remote-tracking branch 'fowlerdm/main' | Erik Kundiman | |
2024-06-12 | cleanup gltf material panel | fowlerdm | |
try to remove unneeded background | |||
2024-06-12 | panel_edit_shape/wearable cleanup | fowlerdm | |
remove unneeded background | |||
2024-06-12 | Jolly roger icons: edge cleanup | fowlerdm | |
Spotted some minor imperfections when placed against dark background | |||
2024-06-12 | settings.xml: Change default camera preset | fowlerdm | |
trick from digital pastures | |||
2024-06-12 | Float operands for float clamp operation | Erik Kundiman | |
2024-06-12 | low preset being slower -> FIX | mobserveur | |
The low preset used to be slower, due to some settings not being defined. | |||
2024-06-12 | cleanup panel_notify_textbox | fowlerdm | |
remove unneeded background | |||
2024-06-12 | Replace LL_X11 and LL_FLTK to LL_LINUX | AiraYumi | |
2024-06-12 | Float operands for float clamp operation | Erik Kundiman | |
2024-06-11 | Merge pull request #1685 from ↵ | nat-goodspeed | |
secondlife/brad/materials_featurette_build_workaround Attempted workaround for actions/runner-images#10004 build failures. | |||
2024-06-11 | low preset being slower -> FIX | mobserveur | |
The low preset used to be slower, due to some settings not being defined. | |||
2024-06-11 | Set so an unused function isn't an error on GCC | Erik Kundiman | |
on particular files in indra/newview/gltf. | |||
2024-06-10 | Merge branch 'main' into brad/materials_featurette_build_workaround | Nat Goodspeed | |
2024-06-11 | Pixelated Jolly Roger macOS app and volume icons | Erik Kundiman | |
by Secret Foxtail (fowlerdm). | |||
2024-06-11 | Merge remote-tracking branch 'fowlerdm/main' | Erik Kundiman | |
2024-06-11 | Merge tag '7.1.8-release' | Erik Kundiman | |
source for viewer 7.1.8.9375512768 | |||
2024-06-10 | more XML tweaks | fowlerdm | |
fixing a few minor oopsies | |||
2024-06-10 | Hue shift voiteptt in /icons | fowlerdm | |
Not sure why we have duplicates | |||
2024-06-10 | Try to get sign-and-package-windows job a runner to run on | Brad Linden | |
2024-06-10 | Resize hand.png | fowlerdm | |
Made it too big last time | |||
2024-06-10 | Misc XML tweaks | fowlerdm | |
Floater cleanup attempt | |||
2024-06-10 | Increment viewer version to 7.1.9 | Nat Goodspeed | |
following promotion of secondlife/viewer #648: Release/materials featurette | |||
2024-06-10 | Merge release/materials_featurette to main on promotion of secondlife/viewer ↵ | Nat Goodspeed | |
#648: Release/materials featurette | |||
2024-06-10 | Attempted workaround for actions/runner-images#10004 build failures. | Brad Linden | |
2024-06-10 | lltracker::drawbeacon() rewritted for better performance | mobserveur | |
this is a better implementation of the drawBeacon() function compared to the previous patch | |||
2024-06-10 | VoicePTT hue shift | fowlerdm | |
better match blufault colours | |||
2024-06-09 | Revert alteration to hand.png | fowlerdm | |
not sure where I was going with this |