Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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-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-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-17585 Crash at LLAppViewer::initConfiguration | Andrey Kleshchev | |
2022-06-15 | SL-17584 Frame buffer object is now nessesary to run viewer | Andrey Kleshchev | |
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-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. | |||
2022-06-14 | SL-17483: Make ThreadPool inherit LLInstanceTracker | Cosmic Linden | |
(cherry picked from commit 41d6a0e222241606c317281e2f0b211e16813dd5) | |||
2022-06-08 | SL-17552 Clear dirty flag when clicking Save button | Mnikolenko Productengine | |
2022-06-07 | SL-17532 Cleanup from hasty commit (thanks to Henri for the prodding). | Dave Parks | |
2022-06-06 | SL-17532 Potential fix for some rigged mesh draw order issues. | Dave Parks | |
2022-06-01 | SL-17509 The viewer spams warnings if the user is in a parcel or region with ↵ | Mnikolenko Productengine | |
voice disabled | |||
2022-05-30 | SL-17474 Device context not properly released at shutdown | Andrey Kleshchev | |
2022-05-27 | Merged in SL-15937 (pull request #991) | Howard Stearns | |
SL-15937 - adjust memory limit / cache code Approved-by: Andrey Lihatskiy Approved-by: Vir Linden | |||
2022-05-26 | SL-17473 Viewer not clearing all Vertex Buffers in some cases | Andrey Kleshchev | |
Image thread doesn't need mBuffer and buffer isn't thread safe so no point allocating it in an image thread. | |||
2022-05-26 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
2022-05-25 | Increment viewer version to 6.6.1 | Nat Goodspeed | |
following promotion of DRTVWR-546 | |||
2022-05-25 | SL-17462 soften colors of the prims on mini-map | Mnikolenko Productengine | |
2022-05-25 | SL-17206 Unable to move an avatar after a strong fall on the ground | Mnikolenko Productengine | |
2022-05-25 | SL-17458 Cut works the same way as Copy when pasting into Favorites | Andrey Kleshchev | |
2022-05-24 | SL-15937 - forget the +1 | Howard Stearns | |
2022-05-24 | SL-15937 - far must be greater than near near, not equal | Howard Stearns | |
2022-05-23 | SL-15937 - adjust memory limit / cache code | Howard Stearns | |
2022-05-23 | SL-17339 Controls > Restore Defaults should clear the "Walk to" action. | Mnikolenko Productengine | |
2022-05-20 | Merged in SL-17463 (pull request #988) | Sabrina Shanman | |
SL-17463: Have different default value for MiniMapRotate for new vs existing user Approved-by: Andrey Lihatskiy | |||
2022-05-20 | SL-17463: Set the default for MiniMapRotate back to true (enable minimap ↵ | Cosmic Linden | |
rotation by default), but set MiniMapRotate to false for new installs |