Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2022-06-14 | SL-17483: Make ThreadPool inherit LLInstanceTracker | Cosmic Linden | |
(cherry picked from commit 41d6a0e222241606c317281e2f0b211e16813dd5) | |||
2022-06-14 | SL-17475 fix remap causing an assert | Andrey Kleshchev | |
2022-06-11 | SL-17475 Remap models before simplification | Andrey Kleshchev | |
2022-06-09 | SL-17532 Ability to pick inventory image as a profile image | Andrey Kleshchev | |
2022-06-08 | SL-17546 Fix 'release' configuration build tests | Andrey Kleshchev | |
2022-06-08 | SL-17532 Cap image size for profile image preview | Andrey Kleshchev | |
2022-06-08 | SL-17532 Make names selectable | Andrey Kleshchev | |
2022-06-08 | SL-17552 Clear dirty flag when clicking Save button | Mnikolenko Productengine | |
2022-06-07 | SL-17546 Do not launch updater for a non-interactible instance | Andrey Kleshchev | |
2022-06-07 | SL-17532 Apply padding after 'partner' | Andrey Kleshchev | |
2022-06-07 | SL-17532 Cleanup from hasty commit (thanks to Henri for the prodding). | Dave Parks | |
2022-06-07 | SL-15312 Mac build fix | Andrey Kleshchev | |
2022-06-06 | SL-17532 Potential fix for some rigged mesh draw order issues. | Dave Parks | |
2022-06-07 | SL-15312 Fixed group names not having padding | Andrey Kleshchev | |
Plus some focus and interactibility fixes | |||
2022-06-06 | SL-15312 Larger image preview | Andrey Kleshchev | |
At the moment without cursor handling | |||
2022-06-06 | SL-15312 Header fixes | Andrey Kleshchev | |
fixed 'remove_proto' being active even if there is no photo. | |||
2022-06-04 | SL-15312 Updated sl bio layout | Andrey Kleshchev | |
2022-06-04 | SL-15312 Updated picks's layout | Andrey Kleshchev | |
- better emphasis onto saving - better resize logic - ability to discard changes | |||
2022-06-03 | SL-15312 Updated classified's layout | Andrey Kleshchev | |
- better emphasis onto publsihing/saving button - better resize logic | |||
2022-06-03 | SL-17515 FIXED Extreme Mouse Sensitivity for Certain Actions | Mnikolenko Productengine | |
2022-06-03 | SL-15312 Show user's sl birthday | Andrey Kleshchev | |
2022-06-02 | SL-17505 Preview should be displaying rigged attachments only | Andrey Kleshchev | |
2022-06-02 | SL-15312 Confirm usaved changes dialog when closing floater | Andrey Kleshchev | |
2022-06-02 | SL-15312 Reverted accidentally deleted slurl handling | Andrey Kleshchev | |
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-31 | SL-15312 Tweaks and fixes #2 | Andrey Kleshchev | |
- changed 'is friend' color - fixed off/online status vanishing - changed user name format - fixed rights behavior - cleaned up some unused code - readded click functionality to permission icons (might need to return buttons instead) | |||
2022-05-31 | SL-17471 FIXED Wrong category is chosen after searching via SLapp URL | Mnikolenko Productengine | |
2022-05-31 | DRTVWR-544 post-merge fix (restored SL-14961) | Andrey Lihatskiy | |
2022-05-31 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy | |
# Conflicts: # indra/llprimitive/llmodel.cpp # indra/llprimitive/llmodel.h # indra/newview/llappviewer.cpp # indra/newview/llappviewer.h | |||
2022-05-31 | SL-15312 Tweaks and fixes | Andrey Kleshchev | |
- Allowed resizing text fields for classifieds in profiles - Fixed mislabeled floater from picks to classifieds - Fixed classified floater's title - Added support to see multiple classifieds - Removed obsolete panels - Fixed pick requests for various menus - Fixed pick creation from landmarks - Improved online status handling - Updated headers in files | |||
2022-05-30 | SL-16297 Don't play moap located outside the parcel, If an agent is standing ↵ | Mnikolenko Productengine | |
in a parcel with this flag set | |||
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-27 | DRTVWR-543 post-merge cleanup | Andrey Lihatskiy | |
2022-05-27 | SL-15312 Online status | Andrey Kleshchev | |
2022-05-27 | post-merge build fix | Andrey Lihatskiy | |
2022-05-27 | Merge branch 'master' into DRTVWR-543-maint | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/cmake/LLCommon.cmake # indra/llcommon/CMakeLists.txt # indra/llrender/llgl.cpp # indra/newview/llappviewer.cpp # indra/newview/llface.cpp # indra/newview/llflexibleobject.cpp # indra/newview/llvovolume.cpp | |||
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-561-maint-O | Andrey Lihatskiy | |
2022-05-26 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
2022-05-26 | Merge branch 'master' into DRTVWR-483 | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llviewertexturelist.cpp | |||
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 | |