summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui
AgeCommit message (Collapse)Author
3 daysMerge branch 'main' into 2025.032025.03Erik Kundiman
3 daysMerge tag 'Second_Life_Release#0ec9bfaa-2025.03' into 2025.03Erik Kundiman
4 daystab_container.xml adjustmentsecretfoxtail
Slightly increase tab height.
4 daysDynamic Probe Allocation (#3787)Jonathan "Geenz" Goodman
* #3788 Support dynamic probe allocation. * #3738 Mitigate probe flashing * #3735 Mitigate realtime probes flashing
4 daysMerge tag 'Second_Life_Release#895a6739-2025.03' into 2025.03Erik Kundiman
6 daysMerge pull request #3769 from secondlife/marchcat/maint-b-cp-2Andrey Lihatskiy
Maint B leftover commits
6 daysRemove invalid text color parameter from panel_login_first.xmlnerodevo
Follow-up to previous commit 4a07fd3. This will resolve the warning showing up when loading the viewer for the first time.
7 days#3685 add test floater for new slappsMaxim Nikolenko
12 days#2711 Remove ALM text from About SL for JP and CNMaxim Nikolenko
14 daysMerge branch 'release/2025.03' into marchcat/2025.03-maint-bAndrey Lihatskiy
2025-03-11#3409 Make maximum probe count adjustable. (#3709)Jonathan "Geenz" Goodman
* #3409 Make probe count adjustable to better accomodate low VRAM scenarios
2025-03-11Merge branch 'marchcat/maint-b-cherrypicks' into marchcat/2025.03-maint-bAndrey Lihatskiy
2025-03-11secondlife/jira-archive-internal#70713 Combine recently and frequently usedAlexander Gavriliuk
2025-03-11viewer#1114 Expose max impostors setting in basic graphics preferencesAndrey Kleshchev
# Conflicts: # indra/newview/llfloaterpreferencesgraphicsadvanced.cpp
2025-03-11viewer#1061 Altitudes are invisible in region's environmentAndrey Kleshchev
2025-03-11viewer#970 Fixed param validation warningsAndrey Kleshchev
# Conflicts: # indra/newview/llfloateremojipicker.cpp # indra/newview/skins/default/xui/en/floater_fast_timers.xml
2025-03-11secondlife/viewer-issues#75: Remove "HTTP Textures" setting in Developer menuCosmic Linden
2025-03-06Merge remote-tracking branch 'secondlife/release/2025.03' into 2025.03Erik Kundiman
2025-03-05#2711 Remove ALM text from About SLMaxim Nikolenko
2025-03-05#3314 update labels to match Render Quality settingMaxim Nikolenko
2025-03-03#3512 Add UX for marking water exclusion surfacesMaxim Nikolenko
2025-02-28#3267 Fix parts of avatar's texture floater not being clickableAndrey Kleshchev
scroll_content_panel was too small and did not cover some of the pickers Panel's name wasn't unique, renamed to avoid confusion
2025-02-25#3591 More test coverage for crashesAndrey Kleshchev
2025-02-18Merge commit '0679cbdec89fbd3ec470768bdf469f6a1d326859' into tmpErik Kundiman
2025-02-15Merge branch 'main' into 2024.12-ForeverFPSErik Kundiman
2025-02-15changed the minimum draw distance to 32 metersmobserveur
the minimum selectable draw distance is now 32 meters instead of 64. the increment has been set to 16 meters instead of 8 in the sliders to make it easier to select a desired value.
2025-02-15smaller camera floatermobserveur
redesigned camera floater so it's smaller
2025-02-15new skin called contrastmobserveur
the new skin is accessible via the colors panel in the viewer preferences
2025-01-31#3491 Rename all uses of Release Candidate to BetaMaxim Nikolenko
2025-01-24Merge remote-tracking branch 'secondlife/release/2024.12-ForeverFPS' into ↵Erik Kundiman
2024.12-ForeverFPS
2025-01-24#3371 Texture resolution cap #3Andrey Kleshchev
Fix text field sometimes being clipped
2025-01-22Merge remote-tracking branch 'secondlife/release/2024.12-ForeverFPS' into ↵Erik Kundiman
2024.12-ForeverFPS
2025-01-21#3371 Texture resolution capAndrey Kleshchev
2025-01-21Merge remote-tracking branch 'secondlife/release/2024.12-ForeverFPS' into ↵Erik Kundiman
2024.12-ForeverFPS
2025-01-20#3424 Update 'Second Life Blogs' linkMaxim Nikolenko
2025-01-20Merge remote-tracking branch 'secondlife/release/2024.12-ForeverFPS' into ↵Erik Kundiman
2024.12-ForeverFPS
2025-01-15#3405 MotD dynamic resizingAndrey Kleshchev
2025-01-14#3398 Remove 3p logos from the viewerAndrey Kleshchev
2024-12-29Group chat blockerErik Kundiman
https://megapahit.com/show_bug.cgi?id=9 At first I was trying to implement it without any peeking, but I got stuck at making the group IM blocking state synced across logins and user accounts, and found that there wasn't any data block reserved for it in SL group-related message protocols. I took a peek at Kokua's code, and the feature seemed to have been imported from Exodus viewer. There were exogroupmutelist files, which had some implementation of saving to a list named muted_groups.xml, which was also how I thought the information was stored at first, locally, meaning would have to be synced manually across user accounts. I tested the feature on Kokua, and found it didn't generate any file that lists the muted groups locally, instead it was indeed synced across devices, which meant that there must have been a way to store such information in SL servers. After looking carefully at the logs, only then I noticed a call from llmutelist, which I then realised it was wrapped by exogroupmutelist. So, this implementation forwards Exodus' way of using llmutelist to llpanelgroupgeneral, for saving and loading the states to and from SL server without using the exogroupmutelist files which contained more, but unused, code. Exodus' way is to use legacy mute, and construct the name by prepending "Group:" to the group ID (I had tried setting LLMute's enum to GROUP, instead of BY_NAME, and it didn't work). This implementation also differs in how the chat gets blocked in llimview.cpp, I just tried some few lines and it worked, though I don't know yet whether this implementation is good/better or not, so I leave it to others to improve it if they want.
2024-12-15Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵Erik Kundiman
2024.09-ExtraFPS
2024-12-13Merge pull request #3236 from Ansariel/remove-notificationsBrad Linden
Remove orphaned notifications (follow-up to 412b3db5a877eab977346e3f30464d5745afd69b)
2024-12-11Merge branch 'main' into 2024.09-ExtraFPSErik Kundiman
2024-12-11Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵Erik Kundiman
2024.09-ExtraFPS
2024-12-11Add llphysicsextension_tpv licenceErik Kundiman
for ports that get distributed with Havok functionality.
2024-12-10#3251 Remove obsolete intel driver notification (#3252)Dave Parks
2024-12-09Remove orphaned notifications (follow-up to ↵Ansariel
412b3db5a877eab977346e3f30464d5745afd69b)
2024-12-06Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵Erik Kundiman
2024.09-ExtraFPS
2024-12-03Rename "Vintage Mode" to "HDR and Emissive" in advanced settings. (#3192)Jonathan "Geenz" Goodman
#2590 #3167
2024-11-28Merge branch 'release/2024.09-ExtraFPS' of ↵Erik Kundiman
https://github.com/secondlife/viewer.git into 2024.09-ExtraFPS
2024-11-28viewer#3171 Exposure setting enabled in Vintage modeAndrey Kleshchev