summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
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-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-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.