summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-12cleanup panel_notify_textboxfowlerdm
remove unneeded background
2024-06-11Set so an unused function isn't an error on GCCErik Kundiman
on particular files in indra/newview/gltf.
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-10Resize hand.pngfowlerdm
Made it too big last time
2024-06-10Misc XML tweaksfowlerdm
Floater cleanup attempt
2024-06-10Merge release/materials_featurette to main on promotion of secondlife/viewer ↵Nat Goodspeed
#648: Release/materials featurette
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
2024-06-09Clean up sidepanel_task_info.xmlfowlerdm
remove unneeded panel background
2024-06-09Cleanup group infofowlerdm
Remove unneeded panel background
2024-06-09places floater cleanupfowlerdm
remove unneeded panel background
2024-06-09Cleanup build tools windowfowlerdm
Remove unneeded background from permissions
2024-06-09Clean up world map floaterfowlerdm
Remove unneeded backgrounds
2024-06-09tweak minimap floaterfowlerdm
make background of minimap reveal window background
2024-06-09Clean up appearance/outfit windowsfowlerdm
Remove unneeded backgrounds
2024-06-09Cleanup login logofowlerdm
Looked kind of fuzzy with how it was originally scaled
2024-06-09New icons: Quickfickfowlerdm
Discovered extra shadow in corner that was only visible against dark backgrounds
2024-06-09Use MP_Logo in place of SL_Logofowlerdm
:P
2024-06-09New icons: remove extra border spacefowlerdm
general cleanup
2024-06-09Make inspector_i match info_overfowlerdm
oopsie
2024-06-09New icons: remove shadowfowlerdm
xdg icons don't need shadow
2024-06-08New login iconsfowlerdm
Forgot about these lol
2024-06-08New icons again!fowlerdm
Pixelated skull and cross bones :DD
2024-06-08Misc icon tweaksfowlerdm
Misc adjustments to inv folders, info_over, and hand.png
2024-06-08Use simple Megapahit logo for System_Notificationfowlerdm
Add MP_Logo.png, use in place of SL_Logo.png for System_Notification in textures.xml
2024-06-08NavbarShowCoordinates: 1fowlerdm
Enable show coordinates by default
2024-06-07Highlight friend nametagsfowlerdm
How did this get disabled?
2024-06-07colors.xml: adjust OutfitGalleryItem coloursfowlerdm
Can't believe I missed this lmao
2024-06-07Fix what's left out from previous commitErik Kundiman
2024-06-07Adjust credits some moreErik Kundiman
2024-06-07Fix can't send message to group chats on Linux/BSDErik Kundiman
https://megapahit.com/show_bug.cgi?id=26 WARNING #Messaging# llmessage/message.cpp(2050) dispatch : Ignoring unknown message ChatterBoxSessionStartReply WARNING #Messaging# llmessage/message.cpp(2050) dispatch : Ignoring unknown message ChatterBoxSessionAgentListUpdates WARNING #Messaging# llmessage/message.cpp(2050) dispatch : Ignoring unknown message ChatterBoxSessionAgentListUpdates These messages are in etc/messages.xml, and it was never included before.
2024-06-07Revert to using isolated old cURL and old OpenSSLErik Kundiman
2024-06-07Minimise viewer manifest diff from LL'sErik Kundiman
2024-06-06viewermanifest fix for Macos arm64mobserveur
This fixes the viewermanifest python script for Apple arm computers
2024-06-06fasttimer.h fixed clock for Apple Gpumobserveur
This fixes the precision clock used in fasttimer.h
2024-06-06Wine-based Vivox-based voice for Linux & FreeBSDErik Kundiman
Copy SLVoice.exe, vivoxsdk_x64.dll and ortp_x64.dll to /usr/libexec/megapahit/ on GNU/Linux and /usr/local/libexec/megapahit/ on FreeBSD. I haven't got Wine being able to run anything without crashing on FreeBSD, but once Wine works there, then voice should work too.
2024-06-06Change LL_FREEBSD to already existing __FreeBSD__Erik Kundiman
So we don't need to have a custom environment -DLL_FREEBSD=1 setting.
2024-06-05Merge pull request #1639 from secondlife/nat/stack-overflownat-goodspeed
Make LLLeap iterate over child stdout while read data is pending
2024-06-05Make LLLeap iterate over child stdout while read data is pendingNat Goodspeed
instead of using mutual recursion to exhaust the read buffer.
2024-06-04#989 Fix for blurry terrain on Mac (#1633)Brad Linden
Co-authored-by: Dave Parks <davep@lindenlab.com>
2024-06-04 #1628 Disable spherical mirror probes for the time being. (#1631)Jonathan "Geenz" Goodman
2024-06-04Merge pull request #1630 from secondlife/nat/fix-ftr8-exrnat-goodspeed
Update tinyexr package to package based on secondlife/3p-tinyexr.
2024-06-04Update tinyexr package to package based on secondlife/3p-tinyexr.Nat Goodspeed
2024-06-04Merge pull request #1626 from ↵cosmic-linden
secondlife/1614-pbr-materials-exhibit-striationmoiré-patterns-in-specular-highlights 1614 pbr materials exhibit striationmoiré patterns in specular highlights
2024-06-04#1614 Fix for moire pattern in specular highlights. Incidental cleanup.RunitaiLinden