Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-25 | Merge branch 'main' into 2024.06-atlasaurus | Erik Kundiman | |
2024-08-25 | Put media plugins install commands correspondingly | Erik Kundiman | |
2024-08-25 | red-sdl cursor tweaks | secretfoxtail | |
Try to improve visual consistency | |||
2024-08-25 | Merge branch 'main' into 2024.06-atlasaurus | Erik Kundiman | |
2024-08-24 | Linden_Dollar_Alert tweak | secretfoxtail | |
Just playing with gimp filters :3 | |||
2024-08-23 | Merge branch 'main' into 2024.06-atlasaurus | Erik Kundiman | |
2024-08-23 | Prevent arrival/departure notifs with empty names | Erik Kundiman | |
2024-08-23 | Arrival/departure notifications body text are grey | Erik Kundiman | |
2024-08-23 | Stream notification header uses title metadata | Erik Kundiman | |
2024-08-23 | Window_NoTitle_Foreground brightness adjustment | secretfoxtail | |
Tinting it a touch darker. | |||
2024-08-23 | Merge remote-tracking branch 'secretfoxtail/main' | Erik Kundiman | |
2024-08-23 | Nearby tab quickfix III | secretfoxtail | |
Play around with various values in attempt to get cleaner, more consistent display of information | |||
2024-08-23 | Merge remote-tracking branch 'secretfoxtail/main' | Erik Kundiman | |
2024-08-23 | Arrival/departure notifs header links to profiles | Erik Kundiman | |
But I haven't been able to make the body message text stay light grey. It's white now. I've tried changing the chat source, chat type and chat style (refer to indra/llui/llchat.h) but I couldn't get just the desired combined styles. | |||
2024-08-23 | Nearby tab quickfix II | secretfoxtail | |
Give avatar_name a little more space, stop avatar_distance from being cut off at the edge of the window | |||
2024-08-23 | Blufault: Misc icon tweaks | secretfoxtail | |
Adjust saturation, brightness of some icons. | |||
2024-08-23 | Blufault - bring back tilebar separators | secretfoxtail | |
Restore line dividing floater titlebar from the rest of the window | |||
2024-08-23 | Nearby tab quickfix | secretfoxtail | |
Give avatar_name more space | |||
2024-08-23 | Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵ | Erik Kundiman | |
2024.06-atlasaurus | |||
2024-08-22 | #2397 Sanity clamp haze contribution to avoid NaN like blowouts. (#2402) | Dave Parks | |
2024-08-22 | Merge branch 'main' into 2024.06-atlasaurus | Erik Kundiman | |
2024-08-22 | Stream notification | Erik Kundiman | |
https://megapahit.com/show_bug.cgi?id=56 I could make such metadata setting triggered by an event only on the media plugin's side, not on the viewer's side. I had tried adding a MEDIA_EVENT_NOWPLAYING_CHANGED and hoped that mediactrl, viewerparcelmedia, or viewermedia would react to it, but no, so this is the best I could come up with for now, to keep checking if what's now playing has been updated or not. I intentionally didn't clear mNowPlaying the way mURL is, so that it wouldn't notify one last double after the player stops streaming. mNowPlaying and mMediaNowPlaying need to be kept in their last states so that the comparison is correct. I also intentionally didn't put the notification inside the MEDIA_PLAYING scope, cause the flow somehow never got into that scope. | |||
2024-08-22 | Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵ | Erik Kundiman | |
2024.06-atlasaurus | |||
2024-08-22 | Merge branch 'main' into 2024.06-atlasaurus | Erik Kundiman | |
2024-08-22 | Showing arrivals and departures can be toggled now | Erik Kundiman | |
and by default it's off. | |||
2024-08-21 | Bump featuretable versions to fix secondlife/viewer#2345 (#2386) | Brad Linden | |
also fixed mac High entry for RenderMirrors that got missed | |||
2024-08-21 | Merge branch 'main' into 2024.06-atlasaurus | Erik Kundiman | |
2024-08-21 | Squeeze five more people into the team | Erik Kundiman | |
2024-08-21 | Merge branch 'main' into 2024.06-atlasaurus | Erik Kundiman | |
2024-08-21 | Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵ | Erik Kundiman | |
2024.06-atlasaurus | |||
2024-08-21 | Arrival time in nearby tab (draft) | Erik Kundiman | |
The period got updated to something more frequent (from 5 to 1 second). I copied from newview/llpanelpeople.cpp and updateLastInteractionTime. The values are still not accurate, and have a delayed start. The presentation could use something like std's strftime, but I started from what worked first, which was using LL's formatSeconds. The alignments really need some tidying up too. | |||
2024-08-20 | Merge branch 'release/2024.06-atlasaurus' of github.com:secondlife/viewer ↵ | Roxie Linden | |
into roxie/webrtc-fix-mac-p2p-hang | |||
2024-08-20 | removed unnecessary comment | Roxie Linden | |
2024-08-20 | Fix hang when incoming p2p or group calls throw up dialog. | Roxie Linden | |
There were changes in atlasaurus that resulted in a hang for incoming p2p and group calls which throw up dialogs. The changes revolved around mutex, coroutines, job queues, and such. The fix was to do any processing that may result in callbacks from the webrtc code in a queued job instead of a coroutine. | |||
2024-08-20 | #2345 Fix for mirrors not being disabled from previous viewer versions. | Jonathan "Geenz" Goodman | |
2024-08-20 | Arrival, distance & leaving notifs in local chat | Erik Kundiman | |
https://megapahit.com/show_bug.cgi?id=49 The LLVOAvatar class doesn't seem to have a display name getter. | |||
2024-08-20 | Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵ | Erik Kundiman | |
2024.06-atlasaurus | |||
2024-08-19 | #2345 Disable mirrors from the feature table regardless of quality level. ↵ | Jonathan "Geenz" Goodman | |
(#2352) | |||
2024-08-19 | Merge branch 'webrtc-voice' into 2024.06-atlasaurus | Erik Kundiman | |
2024-08-19 | Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵ | Erik Kundiman | |
2024.06-atlasaurus | |||
2024-08-19 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-08-19 | Merge pull request #2324 from secondlife/roxie/webrtc-log-devices | Roxanne Skelly | |
[WebRTC] Log WebRTC devices on webrtc initialization. | |||
2024-08-19 | viewer#2296 Don't show 'are you sure you want to leave the call' when ↵ | Andrey Kleshchev | |
shutting down | |||
2024-08-18 | openSUSE Tumbleweed support | Erik Kundiman | |
Its own CPACK_RPM_PACKAGE_REQUIRES will catch up soon. | |||
2024-08-17 | Show avatar distance only on nearby list | Erik Kundiman | |
2024-08-17 | Distance in nearby tab (draft) | Erik Kundiman | |
https://megapahit.com/show_bug.cgi?id=49 Still needs to be tidied up. For now it's aligned to the left. If you want to align it to the right, apart from modifying avatar_distance in panel_avatar_list_item.xml to look more like last_interaction, modify newview/llavatarlistitem.cpp line 555 to be something like: `S32 avatar_distance_width = avatar_item->mLastInteractionTime->getRect().mLeft - avatar_item->mAvatarDistance->getRect().mLeft;` I had tried this at first, but I couldn't make it look good and that's why I aligned it to the left. Also, these distances need to not be shown on Friends list. I'm doing that next. | |||
2024-08-16 | Log WebRTC devices on webrtc initialization. | Roxie Linden | |
2024-08-16 | Merge branch 'release/webrtc-voice' of ↵ | Erik Kundiman | |
https://github.com/secondlife/viewer.git into webrtc-voice | |||
2024-08-15 | Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵ | Brad Linden | |
release/2024.06-atlasaurus # Conflicts: # indra/newview/llpanelpeople.cpp | |||
2024-08-15 | #2307 BugSplat Crash #1504734: LLViewerTexture::getNumFaces() | Alexander Gavriliuk | |