Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-01 | Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵ | Erik Kundiman | |
2024.08-DeltaFPS | |||
2024-08-30 | Stream notification channel setting in preferences | Erik Kundiman | |
Not in effect yet. | |||
2024-08-29 | Add error handling for intel crashes from GLTF Scene shader (#2456) | Brad Linden | |
fix secondlife/viewer#1856 | |||
2024-08-23 | Merge branch 'main' into 2024.06-atlasaurus | 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 | 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 | Nearby tab quickfix | secretfoxtail | |
Give avatar_name more space | |||
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 | 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 | 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 | Fix a bunch of XUI errors (#2347) | Ansariel Hiller | |
* Fix a bunch of XUI errors * Change TRUE to true | |||
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 | viewer#2311 When email or profile image upload fails show a more fitting reason | Andrey Kleshchev | |
2024-08-18 | Fix findChild during draw in preference floater | Rye Mutt | |
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-13 | Merge pull request #2210 from secondlife/v-1883 | cosmic-linden | |
secondlife/viewer#1883: Local-only PBR terrain paintmap with developer tools | |||
2024-08-09 | Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into develop | Brad Linden | |
# Conflicts: # .github/workflows/build.yaml # indra/llui/llscrolllistctrl.cpp | |||
2024-08-09 | Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵ | Brad Linden | |
release/2024.06-atlasaurus # Conflicts: # .github/workflows/build.yaml # indra/newview/CMakeLists.txt # indra/newview/llspeakers.cpp # indra/newview/llvoicechannel.cpp # indra/newview/llvoicechannel.h # indra/newview/llvoiceclient.cpp # indra/newview/llvoiceclient.h # indra/newview/llvoicewebrtc.cpp | |||
2024-08-09 | Merge remote-tracking branch 'secondlife/release/webrtc-voice' into webrtc-voice | Erik Kundiman | |
2024-08-09 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-08-07 | megapahit tuning : return of the smoothie | mobserveur | |
This commit reintroduces the meapahit specic optimisations while maintaining an option for the LL vertex buffer optimisation mode. | |||
2024-08-06 | secondlife/viewer#1883: Local-only PBR terrain paintmap with developer tools | Cosmic Linden | |
2024-08-05 | viewer#2195 Voice morphs 'not supported' notification lacks description | Andrey Kleshchev | |
2024-08-04 | Add LLUIColorTable debug-settings-like floater for easing skin design | Rye Mutt | |
2024-08-03 | Display parcel name when clicking on a parcel on the world map (#2131) | Ansariel Hiller | |
2024-08-02 | Merge remote-tracking branch 'secondlife/release/webrtc-voice' into webrtc-voice | Erik Kundiman | |
2024-07-31 | viewer#2144 Correct unclear terminilogy in region's debug panel | Andrey Kleshchev | |
2024-07-29 | viewer#2113 Optional disable eyes/head follow cursor/lookat | Andrey Kleshchev | |
Intended for photography, but there is curently no nice way to present it so it's in debug options until we get some critical mass of features that can be collected into a single whole. | |||
2024-07-28 | Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵ | Erik Kundiman | |
2024.06-atlasaurus | |||
2024-07-27 | Fix a bunch of XUI warnings (#2120) | Ansariel Hiller | |
2024-07-27 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-07-25 | Reduce findChild stalls in appearance floater | Rye Mutt | |
2024-07-25 | viewer#2065 Region restart schedule floater | Andrey Kleshchev | |
2024-07-25 | Merge pull request #2105 from RyeMutt/button-image-warning | Andrey Lihatskiy | |
Fix warning from misnamed button image name reference | |||
2024-07-24 | Merge branch 'release/2024.06-atlasaurus' into develop | Brad Linden | |
2024-07-24 | Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵ | Brad Linden | |
release/2024.06-atlasaurus | |||
2024-07-24 | Fix warning/misnamed button image PushButton_Disabled_Selected to ↵ | Rye Mutt | |
PushButton_Selected_Disabled | |||
2024-07-24 | remove inappropriate ignoretext usage as recommended in code review. | Brad Linden | |
2024-07-23 | Improve error message notifying user that Voice Morph Effects are not supported | Brad Linden | |
secondlife/viewer#1451 | |||
2024-07-23 | Legacy search floater | mobserveur | |
This commit adds the legacy search floater to megapahit | |||
2024-07-23 | Apple gpu optimisations based on LL work | mobserveur | |
This commit replaces our former optimisations with LL develop branch work and some tweaks. | |||
2024-07-20 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-07-20 | Revert "NDOF licence not included" | Erik Kundiman | |
This reverts commit ce44f23aad76a3cd5172837de36498883c2ccbdd. | |||
2024-07-20 | Merge branch 'main' into maint-b | Erik Kundiman | |