summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui
AgeCommit message (Collapse)Author
2024-06-12cleanup panel_notify_textboxfowlerdm
remove unneeded background
2024-06-11Merge remote-tracking branch 'fowlerdm/main'Erik Kundiman
2024-06-11Merge tag '7.1.8-release'Erik Kundiman
source for viewer 7.1.8.9375512768
2024-06-10more XML tweaksfowlerdm
fixing a few minor oopsies
2024-06-10Misc XML tweaksfowlerdm
Floater cleanup attempt
2024-06-09Clean up sidepanel_task_info.xmlfowlerdm
remove unneeded panel background
2024-06-09Cleanup group infofowlerdm
Remove unneeded panel background
2024-06-09places floater cleanupfowlerdm
remove unneeded panel background
2024-06-09Cleanup build tools windowfowlerdm
Remove unneeded background from permissions
2024-06-09Clean up world map floaterfowlerdm
Remove unneeded backgrounds
2024-06-09tweak minimap floaterfowlerdm
make background of minimap reveal window background
2024-06-09Clean up appearance/outfit windowsfowlerdm
Remove unneeded backgrounds
2024-06-07Fix what's left out from previous commitErik Kundiman
2024-06-07Adjust credits some moreErik Kundiman
2024-06-02Shorten creditsErik Kundiman
2024-06-01Credits width adjustmentfowlerdm
Special thanks just a little too wide
2024-06-01Adjust credits height valuesfowlerdm
Special thanks needed some more space, and the top portion had too much!
2024-05-31Add more creditsErik Kundiman
2024-05-28Adjust the MP & SL heightsErik Kundiman
so that there isn't wasted space.
2024-05-28Adjust the credits againErik Kundiman
2024-05-28NDOF licence not includedErik Kundiman
We haven't been including the feature. Maybe much later.
2024-05-28Google perftools licence isn't includedErik Kundiman
cause we haven't been using perftools.
2024-05-28Minimise about floater diffs from LL'sErik Kundiman
2024-05-27floater_about.xml: credits cleanupfowlerdm
add accordion tabs
2024-05-27Add more of observeur's contributionsErik Kundiman
and adjust some more a little bit.
2024-05-27added a fps counter in the status barmobserveur
it displays an fps counter on the status bar
2024-05-18Add Fedora build creditErik Kundiman
2024-05-18More people in creditsErik Kundiman
2024-05-17Bluefault: supporting xmlfowlerdm
XML tweaks to help blufault shine!
2024-05-16Merge tag '7.1.7-release'Erik Kundiman
source for viewer 7.1.7.8974243247
2024-05-15Merge branch 'main' into marchcat/x-mf-mergeAndrey Lihatskiy
# Conflicts: # doc/contributions.txt # indra/newview/llfloaterimagepreview.cpp
2024-05-08Even more mirror fixes. (#1429)Jonathan "Geenz" Goodman
#1271 Add support for mirrors that do not have avatars in them. It does this based on if the probe is set to dynamic or not. #1370 More optimization work to reduce GPU utilization. #1058 - Removed sim feature flag that was overriding mirrors enabled flags secondlife/viewer-private#128 - Locally cache the mirror probe #679 Add additional options to the build floater for mirror probes, including descriptions.
2024-05-01Remove copyrights of software we don't distributeErik Kundiman
2024-05-01Add some more creditsErik Kundiman
2024-04-25Merge tag '7.1.6-release'Erik Kundiman
source for viewer 7.1.6.8745209917
2024-04-24Merge remote-tracking branch 'origin/main' into release/materials_featuretteBrad Linden
2024-04-24Merge branch 'main' into marchcat/x-mergeAndrey Lihatskiy
2024-04-20Merge tag '7.1.5-release'Erik Kundiman
source for viewer 7.1.5.8443591509
2024-04-19#1139 Fix for world going black/white in some scenes (NaNs) (#1273)RunitaiLinden
* #1139 Fix for world going black/white in some scenes (NaNs) NaNs were coming from normal encode/decode. Take advantage of available gbuffer space to send full normal instead of encoding. * #1139 Cleanup remove now unused encodeNormF.glsl * #1139 Remove final reference to encodeNormF * #1139 Fix for getNormalEnvIntensityFlags referencing wrong sampler for env intensity * Mac build fix
2024-04-171176 integrate llgltfnode with selection manager and llmaniptranslate/rotate ↵RunitaiLinden
(#1258) * #1176 Somewhat working GLTF Node support for translate tool * #1176 Missing file from last commit * #1176 Better translation for rotated nodes. * #1176 Fix for objects snapping back to original position * #1176 GLTF Samples compatibility pass -- attempt at improving rotation manip support, incidental cleanup, GLTF node debug display * #1176 Clean out some unused and not working functions. * #1176 Fix for mac build, incidental cleanup * Mac build fix
2024-04-12Merge branch 'main' into marchcat/x-mergeAndrey Lihatskiy
# Conflicts: # indra/llimage/llimageworker.cpp # indra/llimage/llimageworker.h # indra/newview/llcontrolavatar.cpp # indra/newview/llfloaterprofiletexture.cpp # indra/newview/lloutfitslist.cpp # indra/newview/lloutfitslist.h # indra/newview/lltexturefetch.cpp
2024-04-10Multiple fixes for mirrors. (#1192)Jonathan "Geenz" Goodman
* #1064 Fix for mirror surfaces going black when the roughness is set too high. * #1130 Fix for the user's avatar not appearing in mouselook in a mirror. * #1059 Disable mirrors on low settings per the feature table. * #860 Modify the settings UI to better reflect that we only have two AA modes: off and FXAA. * #1191 Add some settings for mirrors in preferences. * #1185 Add support for runtime mirror resolution changing. Useful for quality settings, and auto-FPS.
2024-04-10Merge branch 'main' into marchcat/y-mergeAndrey Lihatskiy
# Conflicts: # autobuild.xml # indra/llcommon/llsys.cpp
2024-04-09#1126 gltf scene import prototype (#1172)RunitaiLinden
* #1126 GLTF Scene import initial prototype (working geometry import for some assets) * #1126 WIP -- Expand support for more vertex formats, PoC material import, shadow support, scale support * #1126 move GLTF implementation to newview/gltf * #1126 Refactor attribute loading to be less copy/pasta for each combination of types * #1126 Partially working object selection. Ability to have multiple scenes at once. Helpful message on how to use the preview button. * #1126 Add bounding box debug display and untangle GLTF raycast from LLVOVolume raycast * #1126 Working raycast on GLTF scenes. * #1126 Remove some #pragma optimize offs
2024-04-09Merge remote-tracking branch 'origin/main' into release/materials_featuretteBrad Linden
2024-04-01viewer#1081 Account for 2K texture upload price in material and texture uploadAndrey Kleshchev
2024-03-28Merge tag '7.1.4-release'Erik Kundiman
source for viewer 7.1.4.8149792635
2024-03-27secondlife/viewer#944 Display should be consistent between llDialog text and ↵Alexander Gavriliuk
llDialog buttons
2024-03-27Merge branch 'main' into marchcat/yz-mergeAndrey Lihatskiy
2024-03-27Merge branch 'main' into DRTVWR-591-maint-XAndrey Lihatskiy
# Conflicts: # indra/llui/lltransutil.cpp # indra/newview/app_settings/settings.xml # indra/newview/llfloaterenvironmentadjust.cpp # indra/newview/llpaneleditwater.cpp # indra/newview/llpanelface.cpp # indra/newview/lltexturectrl.cpp # indra/newview/lltexturectrl.h