summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2023-09-04DRTWVR-588 xcode buildfixAndrey Lihatskiy
2023-09-02SL-20236 BugSplat Crash in LLVertexBuffer::validateRange(708)Alexander Gavriliuk
2023-09-01SL-19664 Crash in LLAppViewer::initStrings(2985) - log extended infoAlexander Gavriliuk
2023-09-01SL-20243 Make viewer notice 403 from release-notes URL and handle itAndrey Kleshchev
2023-09-01SL-19664 Crash in LLAppViewer::initStrings - make the error message more ↵Alexander Gavriliuk
informative
2023-08-31SL-20226 Object Profile Floater Stays As Inactive Transparency When ActiveAlexander Gavriliuk
2023-08-30SL-20242 UI overlap in object profile with DebugPermissions onAndrey Kleshchev
2023-08-30SL-20222 update information page linkMnikolenko Productengine
2023-08-28SL-20171 use nametag position to draw voice indication dotMnikolenko Productengine
2023-08-25SL-20199 Error creating new folderAndrey Kleshchev
2023-08-24SL-18620 Statistics->Advanced->Memory Usage no longer updatingAlexander Gavriliuk
2023-08-23Merge branch main (DRTVWR-582) into DRTVWR-567Andrey Kleshchev
# Conflicts: # indra/newview/app_settings/settings.xml # indra/newview/llinventoryfunctions.cpp # indra/newview/llinventoryfunctions.h # indra/newview/llinventorymodel.cpp # indra/newview/llinventoryobserver.cpp # indra/newview/llinventoryobserver.h # indra/newview/skins/default/xui/ja/floater_inventory_item_properties.xml
2023-08-23Merge branch 'main' into DRTVWR-588-maint-WAndrey Lihatskiy
2023-08-23Increment viewer version to 6.6.15Vir Linden
following promotion of DRTVWR-582
2023-08-23SL-19299 Code formatting in modified filesAlexander Gavriliuk
2023-08-23SL-19299 Viewer crashes after change 'Pick a physics model:' dropdownAlexander Gavriliuk
2023-08-23SL-20189 Crash at LLViewerMediaTexture::addFaceAndrey Kleshchev
2023-08-22SL-20187 [AIS3] Don't fill thumbnail field if null thumbnail is setAndrey Kleshchev
2023-08-22SL-20182 dirtyFilter crash while accessing parentAndrey Kleshchev
2023-08-21SL-20173 show warning notification when trying to add invalid files as local ↵Maxim Nikolenko
texture
2023-08-21SL-18629 Marketplace folder creation loop avoidanceAndrey Kleshchev
Probably shouldn't happen since we do not allow logins without caps, but to be sure added validation.
2023-08-21SL-20140 Setting shape hand size to 36 won't saveAlexander Gavriliuk
2023-08-20SL-20140 Fix formatting file llpaneleditwearable.cppAlexander Gavriliuk
2023-08-18SL-19929 Minimize feature conflicts with gltf viewerAndrey Kleshchev
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-17Merge pull request #332 from secondlife/DRTVWR-588-montereynat-goodspeed
Remove unused counters that cause fatal warnings
2023-08-17SL-20162 Better cof version loggingAndrey Kleshchev
And fixed some typos
2023-08-17SL-20158 FIXED Ctrl+H shortcut acts erratically when Nearby Chat floater is ↵Mnikolenko Productengine
undocked
2023-08-16DRTVWR-588: Merge branch 'fix-monterey' into DRTVWR-588-montereyNat Goodspeed
2023-08-15SL-20146 Statistic bar collapsed/expanded accordions not savingAlexander Gavriliuk
2023-08-14SL-19528 Remove PERMISSION_DEBIT warning (revert recent change)Alexander Gavriliuk
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-14SL-20144 remove the code related to non-existent button; remove ↵Mnikolenko Productengine
inappropriate param
2023-08-10SL-20118 tweak the top border lineMnikolenko Productengine
2023-08-09SL-18170 FIXED Quitting the viewer is aborted if a script error appearsMaxim Nikolenko
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-08SL-18049 use instance_offset appropriatelyMaxim Nikolenko
2023-08-08SL-19807 BugSplat Crash: LLDispatchSetEstateExperience::getIDs()Alexander Gavriliuk
2023-08-07SL-20090 BugSplat Crash: LLViewerFetchedTexture::updateFetch(2099)Alexander Gavriliuk
2023-08-07SL-20086 esсape the message text before sendingMaxim Nikolenko
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-18049 Part 5; Tweak new icon visibilityAndrey Kleshchev
2023-08-04SL-18049 Part 4; Adjustments and fixesAndrey Kleshchev