Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-29 | SL-17570 Slightly better support for system's picker | Andrey Kleshchev | |
2022-06-29 | SL-17570 Color picker should properly focus it's parent when closing | Andrey Kleshchev | |
This reverts MAINT-1401, but looks like that was fixed properly later | |||
2022-06-29 | DRTVWR-548 resolved a merge issue | Andrey Kleshchev | |
2022-06-29 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/llviewercontrol.cpp | |||
2022-06-29 | Merge branch 'master' into DRTVWR-561-maint-O | Andrey Lihatskiy | |
2022-06-29 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy | |
2022-06-29 | Merge branch 'master' (DRTVWR-543) into DRTVWR-483 | Andrey Kleshchev | |
# Conflicts: # indra/newview/llviewertexturelist.cpp | |||
2022-06-29 | Increment viewer version to 6.6.2 | Nat Goodspeed | |
following promotion of DRTVWR-543 | |||
2022-06-25 | Merge SL-17663 into DRTVWR-548-maint-N | Andrey Kleshchev | |
2022-06-24 | SL-17663: Pass the water settings to the settings injector when an ↵ | Rider Linden | |
experience changes water settings. | |||
2022-06-25 | SL-17628 Added attachments can be moved past limit | Andrey Kleshchev | |
Support 'button up' when losing focus When releasing button far out of view or by refocusing something, button was not commiting. LLPanelObject last call was sendPosition(btn_down) with btn_down true which resulted in missed update. Now it will get one more call with btn_down==false. | |||
2022-06-24 | Merged in SL-17329 (pull request #1036) | Sabrina Shanman | |
SL-17329: Address Mac build error Approved-by: Andrey Lihatskiy | |||
2022-06-24 | SL-17329: Remove unused extra variable initialization | Cosmic Linden | |
2022-06-24 | SL-17329: Address Mac build error | Cosmic Linden | |
2022-06-24 | SL-17436 Tools floater drops negative Z position for attachments | Andrey Kleshchev | |
2022-06-24 | Merged in SL-17329 (pull request #1035) | Sabrina Shanman | |
SL-17329: Fix cache sizes due to overflow. Improve typing. Approved-by: Andrey Lihatskiy | |||
2022-06-24 | SL-17329: Fix cache sizes due to overflow. Improve typing. | Cosmic Linden | |
2022-06-23 | mac build fix | Maxim Nikolenko | |
2022-06-23 | SL-17643 FIXED noninteractive viewer crashes on locations with parcel audio | Mnikolenko Productengine | |
2022-06-22 | SL-17021: Fix inconsistent header definition for LLAudioEngine_OpenAL | Cosmic Linden | |
2022-06-22 | SL-17329: Increase percent of CacheSize allocated to the disk cache from 20% ↵ | Cosmic Linden | |
to 40% | |||
2022-06-22 | SL-17329: Fix texture cache not respecting DiskCachePercentOfTotal | Cosmic Linden | |
2022-06-22 | SL-17329: Do logging of individual files after the disk cache purge finishes ↵ | Cosmic Linden | |
so it doesn't affect the time measurement. The time resolution of the debug log is in seconds, so it's not particularly useful. Arguably, one could remove this fine logging in favor of Tracy markers. Or have both. Depends on the use case. | |||
2022-06-22 | SL-17329: Add advanced developer menu button to purge the disk cache | Cosmic Linden | |
2022-06-22 | SL-17634 Replace deprecated carbon Gestalt calls | Maxim Nikolenko | |
2022-06-21 | SL-17590 Telehub beacon sometimes renders black | Andrey Kleshchev | |
2022-06-21 | SL-17021: Change meaning of first argument to LLVOVolume::updateRiggedVolume ↵ | Cosmic Linden | |
from 'force_update' to 'foce_treat_as_rigged' | |||
2022-06-21 | SL-17021: Only calculate the octree for a skinned mesh if intersection falls ↵ | Cosmic Linden | |
inside an on-the-fly calculated bounding box. Technically not a broadphase check, but better than calculating an octree for a bunch of meshes. | |||
2022-06-21 | SL-17021: Do not do software skinning/octree building of a face during ↵ | Cosmic Linden | |
picking unless eligible for narrow-phase intersect check (fast broad-phase intersect pre-check not yet implemented) | |||
2022-06-21 | SL-17021: Fix triangle mesh overlays being generated twice when avatar ↵ | Cosmic Linden | |
animation is frozen | |||
2022-06-21 | SL-17021: Templatize LLOctreeNode and related classes to allow for option to ↵ | Cosmic Linden | |
store elements in octrees as raw pointers. Use for faster allocation in LLVolumeFace::createOctree. | |||
2022-06-21 | SL-17021: Clean up some unneeded member variables from lloctree | Cosmic Linden | |
No performance difference measured | |||
2022-06-21 | SL-17635 remove unused variables | Maxim Nikolenko | |
2022-06-20 | SL-17633 Crash at LLFocusableElement | Andrey Kleshchev | |
2022-06-20 | SL-14181 Classifieds show 'loading' despite all data being ready after ↵ | Andrey Kleshchev | |
deleting a classified | |||
2022-06-20 | SL-17624 In profiles 'Remove Photo' remains inactive after uploading a photo | Andrey Kleshchev | |
2022-06-20 | SL-17585 Don't bother users with dialogs if we are already quiting | Andrey Kleshchev | |
2022-06-17 | SL-17614 Crash at settings_setup_listeners | Andrey Kleshchev | |
Likely a corrupted install, warn user to reinstall viewer | |||
2022-06-17 | SL-17585 Ensure nothing went wrong with installation during 'File' operations | Andrey Kleshchev | |
2022-06-17 | SL-17589 FIXED Camera does not zoom correctly when editing wearables | Mnikolenko Productengine | |
2022-06-17 | SL-17585 Crash at LLAppViewer::initConfiguration | Andrey Kleshchev | |
2022-06-16 | SL-17562 FIXED Grid Options changes position upon reopening of Build Window | Mnikolenko Productengine | |
2022-06-16 | SL-17475 Fix wrong remap buffer size | Andrey Kleshchev | |
2022-06-15 | SL-17584 Frame buffer object is now nessesary to run viewer | Andrey Kleshchev | |
2022-06-15 | SL-17577 Allow setting Object for sale for L$0 from Object Profile | Mnikolenko Productengine | |
2022-06-15 | SL-17584 Make setShaders crashes more informative | Andrey Kleshchev | |
2022-06-14 | SL-16182: Fix Mac compiler errors | Cosmic Linden | |
2022-06-14 | SL-17475 Use a shadow indices buffer before simplification | Andrey Kleshchev | |
2022-06-14 | SL-16182: LLAudioDecodeMgr: Get general worker thread count directly from ↵ | Cosmic Linden | |
ThreadPool | |||
2022-06-14 | SL-16182: Offload audio decoding from the main thread to the general work queue. | Cosmic Linden | |
The work queue callback binds "this". This is deemed safe due to current dependencies, but see the associated comment in the return callback. There was some trial and error to get a this-binded lambda to compile. Due to LLVorbisDecodeState writing to disk off-thread, limit audio decodes proportional to general worker thread count. Guess the thread count for now. |