Age | Commit message (Collapse) | Author | |
---|---|---|---|
3 days | Merge branch 'main' into 2025.032025.03 | Erik Kundiman | |
3 days | Merge tag 'Second_Life_Release#0ec9bfaa-2025.03' into 2025.03 | Erik Kundiman | |
4 days | tab_container.xml adjustment | secretfoxtail | |
Slightly increase tab height. | |||
4 days | Dynamic Probe Allocation (#3787) | Jonathan "Geenz" Goodman | |
* #3788 Support dynamic probe allocation. * #3738 Mitigate probe flashing * #3735 Mitigate realtime probes flashing | |||
4 days | Merge tag 'Second_Life_Release#895a6739-2025.03' into 2025.03 | Erik Kundiman | |
6 days | Merge pull request #3769 from secondlife/marchcat/maint-b-cp-2 | Andrey Lihatskiy | |
Maint B leftover commits | |||
6 days | Remove invalid text color parameter from panel_login_first.xml | nerodevo | |
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 slapps | Maxim Nikolenko | |
12 days | #2711 Remove ALM text from About SL for JP and CN | Maxim Nikolenko | |
14 days | Merge branch 'release/2025.03' into marchcat/2025.03-maint-b | Andrey 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-11 | Merge branch 'marchcat/maint-b-cherrypicks' into marchcat/2025.03-maint-b | Andrey Lihatskiy | |
2025-03-11 | secondlife/jira-archive-internal#70713 Combine recently and frequently used | Alexander Gavriliuk | |
2025-03-11 | viewer#1114 Expose max impostors setting in basic graphics preferences | Andrey Kleshchev | |
# Conflicts: # indra/newview/llfloaterpreferencesgraphicsadvanced.cpp | |||
2025-03-11 | viewer#1061 Altitudes are invisible in region's environment | Andrey Kleshchev | |
2025-03-11 | viewer#970 Fixed param validation warnings | Andrey Kleshchev | |
# Conflicts: # indra/newview/llfloateremojipicker.cpp # indra/newview/skins/default/xui/en/floater_fast_timers.xml | |||
2025-03-11 | secondlife/viewer-issues#75: Remove "HTTP Textures" setting in Developer menu | Cosmic Linden | |
2025-03-06 | Merge remote-tracking branch 'secondlife/release/2025.03' into 2025.03 | Erik Kundiman | |
2025-03-05 | #2711 Remove ALM text from About SL | Maxim Nikolenko | |
2025-03-05 | #3314 update labels to match Render Quality setting | Maxim Nikolenko | |
2025-03-03 | #3512 Add UX for marking water exclusion surfaces | Maxim Nikolenko | |
2025-02-28 | #3267 Fix parts of avatar's texture floater not being clickable | Andrey 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 crashes | Andrey Kleshchev | |
2025-02-18 | Merge commit '0679cbdec89fbd3ec470768bdf469f6a1d326859' into tmp | Erik Kundiman | |
2025-02-15 | Merge branch 'main' into 2024.12-ForeverFPS | Erik Kundiman | |
2025-02-15 | changed the minimum draw distance to 32 meters | mobserveur | |
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-15 | smaller camera floater | mobserveur | |
redesigned camera floater so it's smaller | |||
2025-02-15 | new skin called contrast | mobserveur | |
the new skin is accessible via the colors panel in the viewer preferences | |||
2025-01-31 | #3491 Rename all uses of Release Candidate to Beta | Maxim Nikolenko | |
2025-01-24 | Merge remote-tracking branch 'secondlife/release/2024.12-ForeverFPS' into ↵ | Erik Kundiman | |
2024.12-ForeverFPS | |||
2025-01-24 | #3371 Texture resolution cap #3 | Andrey Kleshchev | |
Fix text field sometimes being clipped | |||
2025-01-22 | Merge remote-tracking branch 'secondlife/release/2024.12-ForeverFPS' into ↵ | Erik Kundiman | |
2024.12-ForeverFPS | |||
2025-01-21 | #3371 Texture resolution cap | Andrey Kleshchev | |
2025-01-21 | Merge remote-tracking branch 'secondlife/release/2024.12-ForeverFPS' into ↵ | Erik Kundiman | |
2024.12-ForeverFPS | |||
2025-01-20 | #3424 Update 'Second Life Blogs' link | Maxim Nikolenko | |
2025-01-20 | Merge remote-tracking branch 'secondlife/release/2024.12-ForeverFPS' into ↵ | Erik Kundiman | |
2024.12-ForeverFPS | |||
2025-01-15 | #3405 MotD dynamic resizing | Andrey Kleshchev | |
2025-01-14 | #3398 Remove 3p logos from the viewer | Andrey Kleshchev | |
2024-12-29 | Group chat blocker | Erik 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-15 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
2024.09-ExtraFPS | |||
2024-12-13 | Merge pull request #3236 from Ansariel/remove-notifications | Brad Linden | |
Remove orphaned notifications (follow-up to 412b3db5a877eab977346e3f30464d5745afd69b) | |||
2024-12-11 | Merge branch 'main' into 2024.09-ExtraFPS | Erik Kundiman | |
2024-12-11 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
2024.09-ExtraFPS | |||
2024-12-11 | Add llphysicsextension_tpv licence | Erik Kundiman | |
for ports that get distributed with Havok functionality. | |||
2024-12-10 | #3251 Remove obsolete intel driver notification (#3252) | Dave Parks | |
2024-12-09 | Remove orphaned notifications (follow-up to ↵ | Ansariel | |
412b3db5a877eab977346e3f30464d5745afd69b) | |||
2024-12-06 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
2024.09-ExtraFPS | |||
2024-12-03 | Rename "Vintage Mode" to "HDR and Emissive" in advanced settings. (#3192) | Jonathan "Geenz" Goodman | |
#2590 #3167 | |||
2024-11-28 | Merge branch 'release/2024.09-ExtraFPS' of ↵ | Erik Kundiman | |
https://github.com/secondlife/viewer.git into 2024.09-ExtraFPS | |||
2024-11-28 | viewer#3171 Exposure setting enabled in Vintage mode | Andrey Kleshchev | |