summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2023-03-29Increment viewer version to 6.6.11Nat Goodspeed
following promotion of DRTVWR-573
2023-03-27Attempt to fix build breakage for DRTVWR-559Brad Linden
2023-03-27SL-17761 Updated the login failure messageAndrey Lihatskiy
2023-03-24SL-17045 LSL editor cursor position desynchronizationAlexander Gavriliuk
2023-03-23SL-19462 Declare the FetchGroupChatHistory setting in the codeAndrey Lihatskiy
to make it accessible after updating the viewer
2023-03-22SL-4126: Create NVIDIA application profile for Second Life specific settingsAnsariel
2023-03-21SL-19266 Potential Use-After-Free in LLImageGL::setImageAlexander Gavriliuk
2023-03-21SL-19348 Remove 'get mesh_rez_enabled' code in viewerAlexander Gavriliuk
2023-03-21SL-19435 Bounce user back to login if caps are not presentAndrey Kleshchev
2023-03-21SL-19289 UI for Estate Floater - Block Scripted Agents from Estate/RegionAndrey Lihatskiy
2023-03-20SL-19161 - logging of basic translation stats in ViewerStatsBrad Payne (Vir Linden)
2023-03-20SL-18721: Faster viewer shutdown time since performance improvements can ↵Alexander Gavriliuk
lead to perceived inventory loss due to cache corruption
2023-03-20SL-19426 AutoFPS - when enabled always render at least 5 avatarsMnikolenko Productengine
2023-03-20Merge branch 'DRTVWR-568' into DRTVWR-573-maint-RAndrey Lihatskiy
# Conflicts: # indra/cmake/Copy3rdPartyLibs.cmake # indra/cmake/FindOpenJPEG.cmake # indra/cmake/OpenJPEG.cmake # indra/integration_tests/llui_libtest/CMakeLists.txt # indra/newview/CMakeLists.txt
2023-03-19SL-19425 add third option to Settings affect: World OnlyMnikolenko Productengine
2023-03-19SL-19424 Set default auto FPS to 15Mnikolenko Productengine
2023-03-19SL-19417 Improve colors.xml behaviorAlexander Gavriliuk
2023-03-19SL-19099 The long name of the item is out of bounds on the Editing ↵Alexander Gavriliuk
Tools/Content tab
2023-03-16SL-18964 Smoke texture can fail to loadAndrey Kleshchev
Debt from SL-18221. Keep init together, after we got the cap; texture should finish loading before it's needed.
2023-03-15SL-19085 Save Wiki-style URL as link when creating the Pick with an existing ↵Alexander Gavriliuk
link in About Land
2023-03-13SL-17761: Replace 'Grid emergency' message with generic errorBennett Goble
The viewer currently presents a startling "Grid emergency" warning if an unrecognized error is returned from login. Let's tone this down a bit and present the error as it is: an unrecognized login failure rather than SLearth exploding.
2023-03-09SL-19367 FIXED Failing to detach temporary mesh attachmentMaxim Nikolenko
2023-03-07INTL-483 Fixed PT translationAndrey Lihatskiy
2023-03-06SL-19346 PERMISSION_DEBIT remove warning for Linden owned contentAndrey Kleshchev
2023-03-04SL-15752 Reduce default graphical quality on machines with little memory (#105)akleshchev
2023-03-03SL-17584 Better logging for setShaders crashesAndrey Kleshchev
2023-03-03SL-19336 Unload avatar and group icons from memory when not visible to ↵Rye Mutt
reduce memory pressure on extremely large friends lists
2023-03-03SL-4126 Second Life messing up NVIDIA driversAndrey Kleshchev
Disable NvAPI by default
2023-03-03SL-19327 Disable crash reporting for Win7 (#102)akleshchev
Win7 is no longer supported and is below minimal requirements
2023-03-02SL-19317 fix for avatar attachment accountingMnikolenko Productengine
2023-03-01SL-18268 - merge fix for viewer update to read group chat historysimon
added missing app setting
2023-02-28D580 Fix coding policy failuresAndrey Kleshchev
2023-02-28SL-19209 Add default text for region fieldAndrey Kleshchev
2023-02-28SL-19209 Switch MS Bing to MS Azure #3Andrey Kleshchev
2023-02-28SL-19209 WIP Switch MS Bing to MS Azure #2Andrey Kleshchev
2023-02-28SL-19209 WIP Switch MS Bing to MS AzureAndrey Kleshchev
2023-02-28retrigger buildMnikolenko Productengine
2023-02-28SL-19280 disable autofps for new users by defaultMnikolenko Productengine
2023-02-27Fix formatting in indra/newview/llpanelface.* filesAlexander Gavriliuk
2023-02-27SL-18882: Show diffuse non-alpha textures opaque on editingAlexander Gavriliuk
2023-02-23SL-19252 Remove "#ifdef _CORY_TESTING" codeMaxim Nikolenko
2023-02-22SL-19244 Layout fix for the media type field in About LandAndrey Lihatskiy
2023-02-22SL-19245 Layout fix for the Chat tab in PreferencesAndrey Lihatskiy
2023-02-17SL-18735 Fix scroll not following item for long enoughAndrey Kleshchev
2023-02-17SL-19204 Crash at removeObserverAndrey Kleshchev
A lot of reports about crashes in voice's removeObserver with no indication of the cause, all MAC specific. By this point terminate should have been called and mVoiceModule should be null, yet callstaks suggest it isn't. Commit clears LLVoiceClient beforehand to avoid the issue entirely, but issue lies elsewhere and 'voice' crash is just a symptom.
2023-02-16SL-18246 Highlight 100% transparent faces for scripted objectsAlexander Gavriliuk
2023-02-14SL-19196 Nearby chat bar moves down every time it gains focusAndrey Kleshchev
2023-02-14SL-18581 Add more loggingAndrey Lihatskiy
2023-02-13SL-18268 - Viewer update to read group chat history.simon
Feature described at https://community.secondlife.com/blogs/entry/12652-coming-soon-to-a-viewer-near-you-group-chat-history/
2023-02-13SL-19110 revert LLUUID::combine() to old algorithm to match server code. (#75)Henri Beauchamp
As it happens, the change in the LLUUID::combine() algorithm introduced by one of my previous commits is causing invalid assets creation (seen with some clothing items, such as Shape and Universal types); obviously, the server is using the old algorithm for UUID validation purpose of these assets. This commit reverts LLUUID::combine() code to use LLMD5.