summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2023-08-18SL-19929 Small rework of a 'feature' notificationAndrey Kleshchev
To make multiple parallel features possible
2023-08-18SL-20099 Thumbnail upload scale textures to be squareAndrey Kleshchev
thumbnail copy&paste only allows square textures and wasn't allowing none square ones despite those already being used as thumbnails
2023-08-18SL-20143 Alpha thumbnails should show solid color instead of checkerboard #2Andrey Kleshchev
2023-08-17SL-20162 Better cof version loggingAndrey Kleshchev
And fixed some typos
2023-08-16SL-20151 allow right-clicking reflection probes if 'Select Reflection ↵Maxim Nikolenko
Probes' is enabled
2023-08-14SL-20024: Fix inventory not marked dirty for drag and drop if copy ↵Cosmic Linden
permission bit is unset
2023-08-14SL-20024: Remove misleading permissions comment left over from previous ↵Cosmic Linden
implementation
2023-08-15SL-18629 Fix observers failing to start fetching items in some casesAndrey Kleshchev
start(folder.first) ignored fetch request due to folder having version
2023-08-14SL-20143 Alpha thumbnails should show solid color instead of checkerboardAndrey Kleshchev
2023-08-11SL-20024: Double-check object inventory is not pending when save button pressedCosmic Linden
2023-08-11SL-20024: Strike a better balance with saved material permissions handling, ↵Cosmic Linden
w/r/t author intent and being easier to understand
2023-08-11SL-20024: Miscellaneous cleanupCosmic Linden
2023-08-11SL-20024: Fix author attributions not transferring for saved object ↵Cosmic Linden
materials, fix item not renamed
2023-08-11SL-20024: Show loading message when inventory permissions are loadingCosmic Linden
2023-08-11SL-20024: Fix material edit/save buttons on build floater sometimes not ↵Cosmic Linden
re-enabling after object inventory load
2023-08-11SL-20024: (WIP) (untested) Fix GLTF material permissions in some more edge casesCosmic Linden
2023-08-11SL-20024: (WIP) (not tested) Improved behavior for saving material to ↵Cosmic Linden
inventory. Check perms, keep perms.
2023-08-11SL-20024: Disable material editor on prim when contained material is no modCosmic Linden
2023-08-11SL-20024: Do not show material preview for no-modify materialsCosmic Linden
2023-08-11SL-20024: Put material in object inventory when material is no-modify or ↵Cosmic Linden
no-transfer
2023-08-11SL-20024: Early returnCosmic Linden
2023-08-11SL-20024: Generalize some comments/errorCosmic Linden
2023-08-10SL-20039 "Save to inventory" should only allow saving identical facesAndrey Kleshchev
2023-08-10SL-20133 Shift clicking selected face leaves Editor's Texture tab in a weird ↵Andrey Kleshchev
state
2023-08-10SL-20118 tweak the top border lineMnikolenko Productengine
2023-08-09SL-18629 Better item fetch error handlingAndrey Kleshchev
2023-08-08SL-20131 Don't let viewer in without capsAndrey Kleshchev
Previously was bounced to login screen on error only, now should be bounced back if failed too many times as well
2023-08-06SL-20120 Fix ais depth 'body' being misplaced.Andrey Kleshchev
2023-08-05SL-20120 Fix unneeded warningsAndrey Kleshchev
- Don't Warn about unknown cof version, it's expected during fetch, Info is enough - Fix 'unexpected attachments' due to unknown cof, also should fix viewer trying to create a link before cof is ready - Fix 'accounting' warnings when getting item updates for unfetched folders (Note: viewer doesn't know folders version, if fetch is already in progress we might get an old version)
2023-08-05SL-20120 Fix folders with unknown content being assigned a versionAndrey Kleshchev
2023-08-05SL-20120 Do not account for deltas when fetchingAndrey Kleshchev
Is supposed to set version and descendant info in parseCategory
2023-08-04SL-20105 Add materials asset to 'Adjust Content Permissions' floaterMnikolenko Productengine
2023-08-03SL-19303 switch automatically between Materials/PBR/Media based on current ↵Maxim Nikolenko
values
2023-08-02SL-20098 handleDoubleClick crashes in new inventory panelsAndrey Kleshchev
2023-08-01SL-20107 Detaching items from COF in gallery view didn't update COFAndrey Kleshchev
2023-08-01SL-20101 Fix ThumbnailDimentionsLimit poping up on successAndrey Kleshchev
2023-08-01SL-20100 remove inappropriate param to get rid of parse warningMnikolenko Productengine
2023-07-31DRTVWR-559 remove extra debug logging of Capabilities tagBrad Linden
2023-07-31SL-20096 Thumbnails shouldn't be editable for items in the libraryAndrey Kleshchev
2023-07-28SL-20094 Add "Select Reflection Probes" checkboxRunitaiLinden
2023-07-28SL-20067 Make new default midday the new default sky settingRunitaiLinden
2023-07-28SL-20037 Don't pop up the material editor implicitly.RunitaiLinden
2023-07-28Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559RunitaiLinden
2023-07-28DRTVWR-559 Stop some light leak on spot shadows.RunitaiLinden
2023-07-27SL-20053: Fix sometimes unable to unset a PBR material on a prim.Cosmic Linden
Caused by inventory item asset IDs being null. Seems suspicious. But working around it for now seems best.
2023-07-27SL-18396 PBR and blinn phong should not be allowed to be edited togetherAndrey Kleshchev
2023-07-27SL-19958 An inventory material without asset should default to a blank ↵Andrey Kleshchev
material #2
2023-07-27SL-18720 getDataBegin() and stateSort() crashesAndrey Kleshchev
No repro, but likely cause is in mOctreeNode being NULL. Marked octree group as dead when destroyed and added isDead verification
2023-07-27SL-20080 Show warning message when selecting a non square texture for thumbnailsMnikolenko Productengine
2023-07-27SL-18619 Eyes not rendering in Shape floater thumbnailsAlexander Gavriliuk