Age | Commit message (Collapse) | Author |
|
Give avatar_name a little more space, stop avatar_distance from being cut off at the edge of the window
|
|
Adjust saturation, brightness of some icons.
|
|
Restore line dividing floater titlebar from the rest of the window
|
|
Give avatar_name more space
|
|
and by default it's off.
|
|
|
|
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.
|
|
|
|
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.
|
|
This commit reintroduces the meapahit specic optimisations while maintaining an option for
the LL vertex buffer optimisation mode.
|
|
This commit adds the legacy search floater to megapahit
|
|
This commit replaces our former optimisations with LL develop branch work and some tweaks.
|
|
This reverts commit ce44f23aad76a3cd5172837de36498883c2ccbdd.
|
|
|
|
https://megapahit.com/show_bug.cgi?id=47
|
|
https://megapahit.com/show_bug.cgi?id=46
|
|
|
|
Remove unneeded solid background
|
|
New buttons that fit better
|
|
Add transparent gray block behind world map search results
|
|
Remove unneeded background colour and bevel/border
|
|
Change from Yellow to White
|
|
|
|
This commit allows the script dialog position to be remembered
|
|
This commit allows to collapse the camera floater
|
|
Performance and tuning floater updated including fixes
|
|
|
|
Slightly reduce transparency
|
|
|
|
Remove unneeded backgrounds
|
|
remove more unneeded unneeded background panels
|
|
|
|
This commit adds the tuning floater accessible via the fps button,
and improvements to the buffer mapping optimisation modes.
|
|
|
|
|
|
I couldn't make it to work with gstreamer even though everything was in
place. It was already working anyway with LibVLC, and, Windows & macOS
use it too, so it's actually the more cross-platform solution.
|
|
More transparency
|
|
Less ugly alternative
|
|
add pirate theme!
|
|
Make outline slightly less transparent
|
|
|
|
Try adding some transparency
|
|
fix formatting
|
|
|
|
|
|
|
|
Display "Megapahit uses" instead of "Second Life uses" above 3p_icons
|
|
https://megapahit.com/show_bug.cgi?id=32
|
|
# Conflicts:
# .github/workflows/build.yaml
# indra/newview/app_settings/shaders/class2/deferred/alphaF.glsl
# indra/newview/app_settings/shaders/class3/deferred/reflectionProbeF.glsl
# indra/newview/app_settings/shaders/class3/deferred/softenLightF.glsl
# indra/newview/llfilepicker.cpp
|
|
Trying to edit panel colour in gloater_live_material_editor instead of panel_gltf_material
|