Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-15 | Post-merge spaces fix | Andrey Lihatskiy | |
2024-04-24 | Merge remote-tracking branch 'origin/main' into release/materials_featurette | Brad Linden | |
2024-04-10 | Multiple fixes for mirrors. (#1192) | Jonathan "Geenz" Goodman | |
* #1064 Fix for mirror surfaces going black when the roughness is set too high. * #1130 Fix for the user's avatar not appearing in mouselook in a mirror. * #1059 Disable mirrors on low settings per the feature table. * #860 Modify the settings UI to better reflect that we only have two AA modes: off and FXAA. * #1191 Add some settings for mirrors in preferences. * #1185 Add support for runtime mirror resolution changing. Useful for quality settings, and auto-FPS. | |||
2023-12-18 | Merge branch 'main' into DRTVWR-594-maint-Y | Andrey Lihatskiy | |
2023-11-30 | Merge branch 'DRTVWR-594-maint-Y' into marchcat/594-y-pbr-merge | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llinventorygallery.cpp # indra/newview/skins/default/xui/en/notifications.xml | |||
2023-11-29 | Merge branch 'DRTVWR-559' into marchcat/587-v-pbr-merge | Andrey Lihatskiy | |
# Conflicts: # indra/llcommon/CMakeLists.txt # indra/newview/llspatialpartition.cpp # indra/newview/llviewergenericmessage.cpp # indra/newview/llvoavatar.cpp | |||
2023-11-09 | Fix BUG-225288: Detaching stops unrelated animations | Salad Dais | |
This is to do with misunderstandings related to how .find() works with multimaps. .find() will, in fact, return an iterator to the first iterator it finds, and will iterate through all elements in the multimap when incremented, not just items with the same key. Change code working with animation sources to be aware of this fact, so unrelated animation sources do not have their animations stopped. | |||
2023-07-26 | SL-20049 Don't show selection beam when attempting to drag avatar | Andrey Kleshchev | |
2023-07-15 | SL-20011 Restrict 'Empty Trash' if objects are attached | Maxim Nikolenko | |
2023-05-17 | SL-19655 Remove concept of "low priority" updates (RenderDebugGLSession ↵ | RunitaiLinden | |
assertion stomping pass). Remove a couple unused debug settings and related code. | |||
2023-05-02 | DRTVWR-559 Optimization pass, make it so profileAvatar can read back GPU ↵ | RunitaiLinden | |
timer without a frame stall. | |||
2022-10-21 | Merge branch 'master' (DRTVWR-548) into DRTVWR-559 | Andrey Kleshchev | |
# Conflicts: # indra/llrender/llgl.cpp # indra/llrender/llrendertarget.cpp # indra/newview/VIEWER_VERSION.txt # indra/newview/app_settings/shaders/class1/deferred/materialF.glsl # indra/newview/llfloaterpreference.cpp # indra/newview/llviewercontrol.cpp # indra/newview/llviewermenu.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/llvovolume.cpp | |||
2022-09-16 | SL-18119 - UIUsage logs for some common operations | Brad Payne (Vir Linden) | |
2022-04-15 | SL-17219 WIP - Texture pipeline overhaul | Dave Parks | |
2022-03-11 | SL-17005 WIP Simplify what feeds texture loading bias to only pay attention ↵ | Dave Parks | |
to available memory according to OS and GL driver, not (broken) internal accounting (breaks intel GPUs, compatibility pass incoming). | |||
2021-06-25 | Merge branch 'master' into DRTVWR-521-maint | Andrey Lihatskiy | |
2021-02-17 | Merge branch 'master' into DRTVWR-521-maint | Andrey Lihatskiy | |
2021-02-17 | Merge branch 'master' into DRTVWR-518-ui | Andrey Lihatskiy | |
2021-02-01 | Merge remote-tracking branch 'origin/master' into DRTVWR-517 | Brad Payne (Vir Linden) | |
2021-02-01 | Merge branch 'master' into DRTVWR-521-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llappviewer.cpp | |||
2021-02-01 | Merge branch 'master' into DRTVWR-518-ui | Andrey Lihatskiy | |
2020-11-24 | Revert "SL-13479 Avatar menu tweaks" | Andrey Lihatskiy | |
This reverts commit 05ce7511aa6ffebe78676d714a621a1fe04c66e2. | |||
2020-11-24 | SL-13479 Avatar menu tweaks | Mnikolenko Productengine | |
2020-11-10 | SL-14303 Fix LLWearableType to not spam in logs | Andrey Kleshchev | |
2020-10-27 | SL-14183, SL-14142 - impostor management improvements, animesh attachments ↵ | Brad Payne (Vir Linden) | |
update on frames when their parent does | |||
2020-10-26 | SL-14190 sAvatarDictionary was not used | Andrey Kleshchev | |
2020-09-28 | Merge branch 'master' into DRTVWR-513-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llgroupmgr.cpp | |||
2020-07-08 | SL-13479 Avatar menu tweaks | Mnikolenko Productengine | |
2020-05-04 | Merge branch 'master' into DRTVWR-497 | Andrey Lihatskiy | |
2020-03-24 | SL-12237 Invisible avatars don't need detailed updates | Andrey Kleshchev | |
2020-03-24 | SL-12237 Invisible avatars don't need detailed updates | Andrey Kleshchev | |
2019-11-27 | Upstream merge from viewer-neko | AndreyL ProductEngine | |
2019-11-27 | Downstream merge from lindenlab/viewer-lynx | AndreyL ProductEngine | |
2019-10-23 | SL-12180 Crash on requestOfflineMessagesCoro | andreykproductengine | |
2019-06-19 | DRTVWR-493 LLFollowCamMgr to singleton | andreykproductengine | |
2018-10-01 | SL-9773 - treat animated object attachments the same as other rigged ↵ | Brad Payne (Vir Linden) | |
attachments for purposes of visibility in mouselook. | |||
2018-07-12 | MAINT-8863 - more diagnostics to pin down possible causes | Brad Payne (Vir Linden) | |
2018-06-21 | merge | Brad Payne (Vir Linden) | |
2018-05-30 | [MAINT-8693] - fix null check | Anchor Linden | |
2018-05-25 | MAINT-8694 FIXED Typo in logging | maxim_productengine | |
2017-10-11 | merge | Brad Payne (Vir Linden) | |
2017-09-13 | MAINT-7794 Wrap getCapability(..) calls to avoid crashes | Mnikolenko Productengine | |
2017-08-28 | merge | Brad Payne (Vir Linden) | |
2017-08-03 | MAINT-7653 Crash in LLVOAvatarSelf::updateAvatarRezMetrics(bool) | Mnikolenko ProductEngine | |
2017-06-07 | SL-691,SL-694 - viewer can animate objects based on server messaging. First ↵ | Brad Payne (Vir Linden) | |
end-to-end demo for animated objects. | |||
2017-08-03 | MAINT-7653 Crash in LLVOAvatarSelf::updateAvatarRezMetrics(bool) | Mnikolenko ProductEngine | |
2016-09-27 | SL-451 - support for getJoint() by number, use in initSkinningMatrixPalette() | Brad Payne (Vir Linden) | |
2016-05-21 | merged jelly-doll viewer-release into bento | Brad Payne (Vir Linden) | |
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2016-04-01 | merge | Brad Payne (Vir Linden) | |