Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-15 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llmodelpreview.h | |||
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-26 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
2022-05-25 | SL-17206 Unable to move an avatar after a strong fall on the ground | Mnikolenko Productengine | |
2022-05-18 | SL-10163 - allow joint aliases in animation uploads. Names are canonicalized ↵ | Brad Payne (Vir Linden) | |
before sending to simulator. # Conflicts: # indra/newview/llviewerassetupload.cpp # indra/newview/llvoavatar.cpp # scripts/content_tools/anim_tool.py | |||
2022-05-18 | SL-288, SL-10163 - allow joint aliases, but otherwise reject upload of ↵ | Brad Payne (Vir Linden) | |
animations containing invalid joint names # Conflicts: # indra/newview/llviewerassetupload.cpp # indra/newview/llvoavatar.cpp | |||
2022-04-29 | SL-17206 FIXED Unable to move an avatar after fall on the ground | Mnikolenko Productengine | |
2022-03-01 | Merge branch 'master' (DRTVWR-557) into DRTVWR-546 | Andrey Kleshchev | |
# Conflicts: # autobuild.xml # doc/contributions.txt # indra/cmake/GLOD.cmake # indra/llcommon/tests/llprocess_test.cpp # indra/newview/VIEWER_VERSION.txt # indra/newview/lldrawpoolavatar.cpp # indra/newview/llfloatermodelpreview.cpp # indra/newview/llmodelpreview.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/llvovolume.cpp # indra/newview/viewer_manifest.py | |||
2022-02-28 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy | |
# Conflicts: # indra/llaudio/llstreamingaudio_fmodstudio.cpp # indra/newview/llviewerregion.cpp | |||
2022-01-28 | SL-16728 FIXED animations are not stopped after pressing the Alt + Shift + A | Mnikolenko Productengine | |
2022-01-14 | SL-16606: Don't spam logging with debug joint info. | Ptolemy | |
2022-01-14 | SL-16606: Add note about RP3 | Ptolemy | |
2022-01-14 | SL-16606: Add profiler category AVATAR | Ptolemy | |
2022-01-14 | SL-16606: Add profiler category AVATAR | Ptolemy | |
2022-01-12 | SL-316 - Fix fencepost errors in computing keyframe start times of .bvh loader. | Howard Stearns | |
2021-12-15 | DRTVWR-546 merge up to 6.5.2 | Dave Houlton | |
2021-12-15 | Merge branch 'master' (DRTVWR-552) into DRTVWR-527-maint | Andrey Kleshchev | |
# Conflicts: # indra/media_plugins/cef/media_plugin_cef.cpp - setOnLoadEndCallback # indra/newview/llviewerassetstorage.cpp - mAssetCoroCount | |||
2021-10-28 | SL-16148 SL-16244 SL-16270 SL-16253 Remove most BlockTimers, remove ↵ | Dave Parks | |
LLMemTracked, introduce alignas, hook most/all reamining allocs, disable synchronous occlusion, and convert frequently accessed LLSingletons to LLSimpleton | |||
2021-10-14 | SL-16131 Fix for alignment warnings on Win32 builds. | Dave Parks | |
2021-09-20 | SL-16006 and SL-16009 Rigged mesh rendering optimization pass | Dave Parks | |
2021-04-08 | SL-14076 Preview should show more data about motions | Andrey Kleshchev | |
2021-03-09 | This set of changes reverts the merge with master (git revert c83e740) and ↵ | Callum Prentice | |
results in a version of the DRTVWR-519 that matches what was presemt before it was deployed as a release viewer *plus* 3 small fixes from Maxim (See commits). This branch can now be used for additional fixes before eventually being used to release D-519 as normal | |||
2021-03-08 | Revert "Merge branch 'master' of https://bitbucket.org/lindenlab/viewer into ↵ | Brad Payne (Vir Linden) | |
DRTVWR-519" This reverts commit e61f485a04dc8c8ac6bcf6a24848359092884d14, reversing changes made to 00c47d079f7e958e473ed4083a7f7691fa02dcd5. | |||
2020-10-14 | Mostly automatic merge with canonical viewer after release | Callum Prentice | |
2020-10-13 | SL-14107 fixed crash due to missing animation when avatar hits the ground ↵ | Mnikolenko Productengine | |
after falling down | |||
2020-09-24 | Complete the change from lldiskcache -> llfilesystem and then addition of ↵ | Callum Prentice | |
new lldiskcache implementation | |||
2020-09-17 | The folder where the disk cache lives was originally renamed from llvfs to ↵ | Callum Prentice | |
llcache but @henri's suggestion that that doesn't reflect the other files in the same place and it should be llfilesystem is a good one so I changed it over | |||
2020-09-16 | Renamed the references to LLVFile and llvfile.* source code plus cmake ↵ | Callum Prentice | |
scripts to use a different name - lldiskcache - since that more closely resembles what it is (or will be) now that the VFA is no more | |||
2020-09-16 | First part of change to remove LLVFS from the Viewer. Consists of code ↵ | Callum Prentice | |
changes to remove LLVFS and LLVFSThread classes along with the associated source files. The existing llvfs folder is renamed to llcache. Also includes changes to CMake script in many places to reflect changes. Eventually, llvfile source file and class will be renamed but that is not in this change. | |||
2020-04-21 | Merge branch 'master' into DRTVWR-482 | Andrey Lihatskiy | |
# Conflicts: # indra/newview/app_settings/shaders/class1/objects/previewV.glsl # indra/newview/lldynamictexture.cpp # indra/newview/llfloatermodelpreview.cpp | |||
2020-02-10 | SL-379 Joint overrides tab | Andrey Kleshchev | |
2020-02-03 | Merge branch 'master' into DRTVWR-482 | Andrey Lihatskiy | |
2020-01-17 | SL-379 WIP Joint overrides tab | andreykproductengine | |
2019-12-16 | Merge viewer-release 6.3.6 into viewwer-eep repo | Dave Houlton | |
2019-08-06 | Fix shutdown crash in teardown of joint heirarchy. | Graham Linden | |
Ifdef'd code for potential skinning speed up to avoid lots of int<->float conversions (expensive and static for min space investment) as updating rigged VBs shows up as a profiling bottleneck for Low rendering (where we actually use CPU skinning). | |||
2019-08-05 | SL-10566 Use vector for some high-traffic, low-item count containers instead ↵ | Graham Linden | |
of list. Provide method of storing joint indices sep from weight data for faster runtime processing. | |||
2019-07-24 | SL-4150 Rename htonmemcpy | andreykproductengine | |
2019-02-06 | SL-10471 - collision volume api | Brad Payne (Vir Linden) | |
2019-02-05 | SL-10471 - animation validation for constraints | Brad Payne (Vir Linden) | |
2018-09-28 | SL-1290 - stop animations immediately if avatar is paused | Brad Payne (Vir Linden) | |
2018-09-27 | merge | Brad Payne (Vir Linden) | |
2018-08-08 | SL-704 - code cleanup, mostly old AXON comments. | Brad Payne (Vir Linden) | |
2018-07-26 | MAINT-8923 Better allocation failure handling, createGLTexture crashes | andreykproductengine | |
2018-06-04 | SL-915 - tracking joint is rigged state | Brad Payne (Vir Linden) | |
2018-06-01 | SL-915 - WIP on dynamic joint box tracking | Brad Payne (Vir Linden) | |
2018-05-14 | MAINT-8554 - disabled joint position clamping for now | Brad Payne (Vir Linden) | |
2018-04-24 | MAINT-8549 - refactoring of streaming cost and related calculations | Brad Payne (Vir Linden) | |
2018-04-20 | MAINT-8549, MAINT-8554 - improvements to animesh ARC, restrict joint ↵ | Brad Payne (Vir Linden) | |
position overrides to +/-5m | |||
2018-04-13 | MAINT-8239 - joint offsets | Brad Payne (Vir Linden) | |
2018-02-13 | merge | Brad Payne (Vir Linden) | |