Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-27 | Merge pull request #1840 from secondlife/inventory_favorites | Andrey Kleshchev | |
viewer#1300 viewer#1301 viewer#1424 viewer#1425 viewer#1619 viewer#1005 | |||
2024-06-26 | viewer#1005 Review fixes | Andrey Kleshchev | |
2024-06-17 | #1207 EEP: Water settings only displaying one decimal place | Alexander Gavriliuk | |
2024-06-17 | #1773 Advanced Lighting Model info still showing in About for other languages | Alexander Gavriliuk | |
2024-06-13 | viewer-private#245 The "Voice chat" is truncated on the slider #2 | Andrey Kleshchev | |
2024-06-11 | Merge branch 'main' (featurette) into inventory_favorites | Andrey Kleshchev | |
2024-06-11 | Merge branch 'main' into marchcat/c-merge | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llviewermenufile.cpp | |||
2024-06-10 | Merge main into inventory_favorites | Andrey Kleshchev | |
# Conflicts: # indra/llui/llfolderviewmodel.h # indra/newview/llpanelwearing.cpp # indra/newview/llwearableitemslist.cpp | |||
2024-06-04 | viewer#1588 Upload directly to Specified Inventory Folder | Andrey Kleshchev | |
2024-06-03 | viewer-private#245 The "Voice chat" is truncated on the slider | Andrey Kleshchev | |
2024-06-01 | viewer#1595 Add a prompt to confirm deleting an 'auto raplace' list | Andrey Kleshchev | |
But only if there is anything of value in the list | |||
2024-06-01 | viewer#1594 Add a "Cancel" button to exit the "New List" prompt | Andrey Kleshchev | |
And fix infinite loop in replaceList. mLists[search_index] was extending size of the list indefinetely. | |||
2024-05-30 | viewer#1584 Reword the "Arrow keys always move me" | Andrey Kleshchev | |
2024-05-27 | viewer#1218 Moon beacon can't be toggled when setting is no-mod | Andrey Kleshchev | |
Two moon_layout stacks, disabling content of external disabled whole internal stack, not just specific elements. Removed extra stack. | |||
2024-05-24 | viewer#1408 Change misleading content removal wanring | Andrey Kleshchev | |
2024-05-23 | viewer-private#240 Restore missing marketplace notification | Andrey Kleshchev | |
2024-05-23 | viewer#1400 Allow forcing specific LODs for selection | Andrey Kleshchev | |
2024-05-23 | viewer#1400 Show LODs info in Build Tools | Andrey Kleshchev | |
2024-05-17 | viewer#1300 More favorite settings | Andrey Kleshchev | |
2024-05-16 | viewer#1424 Finish menus | Andrey Kleshchev | |
2024-05-16 | viewer#1424 Favorite support for items in outfits | Andrey Kleshchev | |
For now marking originals, pointless to marks links in COF, needs a revision due to inconsistency with inventory | |||
2024-05-15 | viewer#1424 Favorite support in galleries | Andrey Kleshchev | |
2024-05-15 | viewer#1425 Sorting in Appearance floater | Andrey Kleshchev | |
2024-05-15 | Merge branch 'main' into marchcat/x-mf-merge | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/llfloaterimagepreview.cpp | |||
2024-05-15 | Merge branch 'main' into release/maint-c | Andrey Lihatskiy | |
# Conflicts: # indra/llui/lltexteditor.cpp # indra/newview/llcontrolavatar.cpp | |||
2024-05-13 | viewer#1424 Favorites in Appearance floater #4 | Andrey Kleshchev | |
2024-05-11 | viewer#1424 Favorites in Appearance floater #3 | Andrey Kleshchev | |
Menus | |||
2024-05-09 | viewer#1424 Favorites in Appearance floater #2 | Andrey Kleshchev | |
2024-05-09 | viewer#1424 Favorites in Appearance floater #1 | Andrey Kleshchev | |
2024-05-08 | Even 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-04 | viewer#1300 Update Inventory Settings | Andrey Kleshchev | |
2024-05-02 | Viewer#1301 Implement Inventory Favorites Tab WIP#2 | Andrey Kleshchev | |
2024-05-01 | Viewer#1301 Implement Inventory Favorites Tab WIP | Andrey Kleshchev | |
2024-04-27 | viewer#1300 'Star' favorites in inventory | Andrey Kleshchev | |
image is WIP | |||
2024-04-27 | viewer#1300 Inventory favorites context menu | Andrey Kleshchev | |
2024-04-27 | viewer#1300 Update Gear Menu Items | Andrey Kleshchev | |
2024-04-27 | viewer#1300 Rename landmark favorites tab | Andrey Kleshchev | |
To not acuse confusion with favorites | |||
2024-04-24 | Merge remote-tracking branch 'origin/main' into release/materials_featurette | Brad Linden | |
2024-04-24 | Merge branch 'main' into marchcat/c-merge | Andrey Lihatskiy | |
2024-04-24 | Merge branch 'main' into marchcat/x-merge | Andrey Lihatskiy | |
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-17 | 1176 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-15 | viewer#1213 My Environments 'Apply' buttons enabled for folders | Andrey Kleshchev | |
2024-04-12 | Merge branch 'main' into marchcat/x-merge | Andrey 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-10 | Multiple 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-10 | Merge branch 'main' into marchcat/y-merge | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/llcommon/llsys.cpp | |||
2024-04-10 | Merge branch 'main' into marchcat/c-merge | Andrey Lihatskiy | |
# Conflicts: # indra/newview/skins/default/xui/en/floater_inventory_item_properties.xml | |||
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-10 | triage#166 Select 'No Description' when clicking on a text field | Andrey Kleshchev | |
Default value should be selected for replacement | |||
2024-04-09 | Merge remote-tracking branch 'origin/main' into release/materials_featurette | Brad Linden | |