Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2024-11-27 | Merge branch 'main' into 2024.09-ExtraFPS | Erik Kundiman | |
2024-11-26 | Squeeze 1 more person into the team | Erik Kundiman | |
and sort according to the order of appearance again. | |||
2024-11-26 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
2024.09-ExtraFPS | |||
2024-11-25 | Drop 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-22 | viewer#3125 Crash at LLMaterialEditor::loadMaterial | Andrey Kleshchev | |
Looks like floater expired while waiting for response | |||
2024-11-08 | Merge branch 'main' into 2024.09-ExtraFPS | Erik Kundiman | |
2024-11-08 | Nearby session being first is a non default option | Erik Kundiman | |
which can be set on the leftmost drop-down menu of the conversations floater. | |||
2024-11-06 | Merge branch 'main' into 2024.09-ExtraFPS | Erik Kundiman | |
2024-11-06 | Squeeze 2 more people into the team | Erik Kundiman | |
plus 1 special thanks replacing the promoted one. | |||
2024-11-06 | Merge branch 'main' into 2024.09-ExtraFPS | Erik Kundiman | |
2024-11-06 | Re-introduction of the "smoothie" optimization | mobserveur | |
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-05 | Option to zoom in using double click | Erik Kundiman | |
https://megapahit.com/show_bug.cgi?id=102 | |||
2024-11-04 | Add seconds to compact view timestamps | Erik Kundiman | |
https://megapahit.com/show_bug.cgi?id=81 Without the date, though. | |||
2024-10-31 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
2024.09-ExtraFPS | |||
2024-10-30 | Fix exposure in advanced graphics preferences being limited to 1.5 instead ↵ | Rye | |
of 4 (#2978) (secondlife/viewer#2916) | |||
2024-10-29 | Merge brad/2549-downrez-controls into release/2024.09-ExtraFPS (#2864) | Brad Linden | |
2024-10-29 | Add handling for downrezzing textures when viewer is minimized, fix ↵ | Rye | |
downrezzing textures when minimized due to texture system not processesing | |||
2024-10-23 | panel_preferences_sound.xml stream notification checkbox alignment | secretfoxtail | |
Align StreamNotificationChannelEnabled with other <check_box>s below in the panel. | |||
2024-10-23 | panel_preferences_sound.xml -> "hear voice from" radio group pos | secretfoxtail | |
Position 2nd radio group such that it appears aligned with the 1st. | |||
2024-10-23 | panel_preferences_sound.xml adjustment | secretfoxtail | |
Fit custom stream notification channel checkbox and spinner into the panel while still leaving room for input/output device settings. | |||
2024-10-23 | Revert "panel_preferences_sound.xml -> Move channel number spinner" | secretfoxtail | |
This reverts commit bd496c3ec5672197c7dc142af458e6bf2374a4c7. | |||
2024-10-23 | Revert "panel_preferences_sound.xml adjustment" | secretfoxtail | |
This reverts commit 3ff2b68559fa9a7f2d07591b64106202500323be. | |||
2024-10-22 | Restore tonemapping to ACES with a slight mix towards linear and raise ↵ | Rye Mutt | |
exposure slider limit to 4 (#2915) |