summaryrefslogtreecommitdiff
path: root/indra/newview/skins
AgeCommit message (Collapse)Author
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-10Adjust resize handleSecret
Make resize handle a little smaller.
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
2024-11-27Merge branch 'main' into 2024.09-ExtraFPSErik Kundiman
2024-11-26Squeeze 1 more person into the teamErik Kundiman
and sort according to the order of appearance again.
2024-11-26Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵Erik Kundiman
2024.09-ExtraFPS
2024-11-25Drop emissive on old Intel GPUs (#3110)Jonathan "Geenz" Goodman
* #3103 Add the ability to disable the emissive buffer for older GPUs with low memory bandwidth. * #3135 Add a "vintage" mode for slower GPUs * #2719 Fix for skies being overbrightened * #2632 Do not apply tonemapping on legacy skies
2024-11-22viewer#3125 Crash at LLMaterialEditor::loadMaterialAndrey Kleshchev
Looks like floater expired while waiting for response
2024-11-08Merge branch 'main' into 2024.09-ExtraFPSErik Kundiman
2024-11-08Nearby session being first is a non default optionErik Kundiman
which can be set on the leftmost drop-down menu of the conversations floater.
2024-11-06Merge branch 'main' into 2024.09-ExtraFPSErik Kundiman
2024-11-06Squeeze 2 more people into the teamErik Kundiman
plus 1 special thanks replacing the promoted one.
2024-11-06Merge branch 'main' into 2024.09-ExtraFPSErik Kundiman
2024-11-06Re-introduction of the "smoothie" optimizationmobserveur
This commit replaces the LL optimizations for Macs with Apple gpus by the "Smoothie" optimizations, and replaces the tuning panel with a simple fps limiter panel. This should fix the crash occurring in extraFPS when the viewer goes in the background.
2024-11-05Option to zoom in using double clickErik Kundiman
https://megapahit.com/show_bug.cgi?id=102
2024-11-04Add seconds to compact view timestampsErik Kundiman
https://megapahit.com/show_bug.cgi?id=81 Without the date, though.
2024-10-31Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵Erik Kundiman
2024.09-ExtraFPS
2024-10-30Fix exposure in advanced graphics preferences being limited to 1.5 instead ↵Rye
of 4 (#2978) (secondlife/viewer#2916)
2024-10-29Merge brad/2549-downrez-controls into release/2024.09-ExtraFPS (#2864)Brad Linden
2024-10-29Add handling for downrezzing textures when viewer is minimized, fix ↵Rye
downrezzing textures when minimized due to texture system not processesing
2024-10-23panel_preferences_sound.xml stream notification checkbox alignmentsecretfoxtail
Align StreamNotificationChannelEnabled with other <check_box>s below in the panel.
2024-10-23panel_preferences_sound.xml -> "hear voice from" radio group possecretfoxtail
Position 2nd radio group such that it appears aligned with the 1st.
2024-10-23panel_preferences_sound.xml adjustmentsecretfoxtail
Fit custom stream notification channel checkbox and spinner into the panel while still leaving room for input/output device settings.
2024-10-23Revert "panel_preferences_sound.xml -> Move channel number spinner"secretfoxtail
This reverts commit bd496c3ec5672197c7dc142af458e6bf2374a4c7.
2024-10-23Revert "panel_preferences_sound.xml adjustment"secretfoxtail
This reverts commit 3ff2b68559fa9a7f2d07591b64106202500323be.
2024-10-22Restore tonemapping to ACES with a slight mix towards linear and raise ↵Rye Mutt
exposure slider limit to 4 (#2915)
2024-10-22Merge branch 'main' into 2024.09-ExtraFPSErik Kundiman
2024-10-21Toolbar command from Ansarielgwigz
https://github.com/FirestormViewer/phoenix-firestorm/commit/bcc7406ccc22d5c8d73fe3200da3c6a36d903a10#diff-d16d50e343f4f0926f7ebac63ec9ad3ef3ebab8f575dfe520042d0ab00ef8836R2404
2024-10-21Firestorm's resync animations menu optiongwigz
2024-10-21panel_preferences_sound.xml -> Move channel number spinnersecretfoxtail
restore left_pad="10" to left="260"
2024-10-20panel_preferences_sound.xml adjustmentsecretfoxtail
Fix stream channel spinner & noise supression combo overlap
2024-10-18Merge branch 'main' into 2024.09-ExtraFPSErik Kundiman
2024-10-18Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵Erik Kundiman
2024.09-ExtraFPS
2024-10-18Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵Erik Kundiman
2024.09-ExtraFPS
2024-10-15Provide affordances to disable automatic downrezing of textures when SL is ↵Brad Linden
in background secondlife/viewer#2549
2024-10-12Revert "Add toggles to avatar dropdown for hear sound or voice from avatar. ↵Andrey Lihatskiy
(#2518, #2519)" This reverts commit 6af471482d6801530915c1c9ae4bdf788af52eae.
2024-10-09Minimal favorite folder inventory featuregwigz
Utilizes the recent-ish "open in new window" functionality from `LLPanelMainInventory::newFolderWindow`
2024-10-07Port Firestorm/Catznip refresh attachments featuregwigz
2024-10-04#2650 Add UI controls for debug settings: RenderTonemapMix RenderTonemapType ↵Brad Linden
(#2787) Co-authored-by: Maxim Nikolenko <maximnproductengine@lindenlab.com>
2024-10-01#2519 Move "MediaSoundsEarLocation" and "VoiceEarLocation" toggles to the ↵Andrey Lihatskiy
Communicate menu (#2707)