Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-20 | Clean up boost includes and remove compiler warning pragma for unreachable ↵ | Ansariel Hiller | |
code in PCH (#2361) | |||
2024-06-01 | Re-enable a lot of compiler warnings for MSVC and address the C4267 ↵ | Ansariel | |
"possible loss of precision" warnings | |||
2024-05-22 | Fix line endlings | Ansariel | |
2024-05-22 | Merge remote-tracking branch 'origin/main' into DRTVWR-600-maint-A | Ansariel | |
# Conflicts: # autobuild.xml # indra/cmake/CMakeLists.txt # indra/cmake/GoogleMock.cmake # indra/llaudio/llaudioengine_fmodstudio.cpp # indra/llaudio/llaudioengine_fmodstudio.h # indra/llaudio/lllistener_fmodstudio.cpp # indra/llaudio/lllistener_fmodstudio.h # indra/llaudio/llstreamingaudio_fmodstudio.cpp # indra/llaudio/llstreamingaudio_fmodstudio.h # indra/llcharacter/llmultigesture.cpp # indra/llcharacter/llmultigesture.h # indra/llimage/llimage.cpp # indra/llimage/llimagepng.cpp # indra/llimage/llimageworker.cpp # indra/llimage/tests/llimageworker_test.cpp # indra/llmessage/tests/llmockhttpclient.h # indra/llprimitive/llgltfmaterial.h # indra/llrender/llfontfreetype.cpp # indra/llui/llcombobox.cpp # indra/llui/llfolderview.cpp # indra/llui/llfolderviewmodel.h # indra/llui/lllineeditor.cpp # indra/llui/lllineeditor.h # indra/llui/lltextbase.cpp # indra/llui/lltextbase.h # indra/llui/lltexteditor.cpp # indra/llui/lltextvalidate.cpp # indra/llui/lltextvalidate.h # indra/llui/lluictrl.h # indra/llui/llview.cpp # indra/llwindow/llwindowmacosx.cpp # indra/newview/app_settings/settings.xml # indra/newview/llappearancemgr.cpp # indra/newview/llappearancemgr.h # indra/newview/llavatarpropertiesprocessor.cpp # indra/newview/llavatarpropertiesprocessor.h # indra/newview/llbreadcrumbview.cpp # indra/newview/llbreadcrumbview.h # indra/newview/llbreastmotion.cpp # indra/newview/llbreastmotion.h # indra/newview/llconversationmodel.h # indra/newview/lldensityctrl.cpp # indra/newview/lldensityctrl.h # indra/newview/llface.inl # indra/newview/llfloatereditsky.cpp # indra/newview/llfloatereditwater.cpp # indra/newview/llfloateremojipicker.h # indra/newview/llfloaterimsessiontab.cpp # indra/newview/llfloaterprofiletexture.cpp # indra/newview/llfloaterprofiletexture.h # indra/newview/llgesturemgr.cpp # indra/newview/llgesturemgr.h # indra/newview/llimpanel.cpp # indra/newview/llimpanel.h # indra/newview/llinventorybridge.cpp # indra/newview/llinventorybridge.h # indra/newview/llinventoryclipboard.cpp # indra/newview/llinventoryclipboard.h # indra/newview/llinventoryfunctions.cpp # indra/newview/llinventoryfunctions.h # indra/newview/llinventorygallery.cpp # indra/newview/lllistbrowser.cpp # indra/newview/lllistbrowser.h # indra/newview/llpanelobjectinventory.cpp # indra/newview/llpanelprofile.cpp # indra/newview/llpanelprofile.h # indra/newview/llpreviewgesture.cpp # indra/newview/llsavedsettingsglue.cpp # indra/newview/llsavedsettingsglue.h # indra/newview/lltooldraganddrop.cpp # indra/newview/llurllineeditorctrl.cpp # indra/newview/llvectorperfoptions.cpp # indra/newview/llvectorperfoptions.h # indra/newview/llviewerparceloverlay.cpp # indra/newview/llviewertexlayer.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/macmain.h # indra/test/test.cpp | |||
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2024-02-17 | More BOOL to bool replacements primarily in llappearance and llxml | Ansariel | |
2024-02-17 | misc: BOOL to bool | Lars Næsbye Christensen | |
2024-02-12 | miscellaneous: BOOL (int) to real bool | Lars Næsbye Christensen | |
2023-08-23 | Merge branch main (DRTVWR-582) into DRTVWR-567 | Andrey Kleshchev | |
# Conflicts: # indra/newview/app_settings/settings.xml # indra/newview/llinventoryfunctions.cpp # indra/newview/llinventoryfunctions.h # indra/newview/llinventorymodel.cpp # indra/newview/llinventoryobserver.cpp # indra/newview/llinventoryobserver.h # indra/newview/skins/default/xui/ja/floater_inventory_item_properties.xml | |||
2023-06-07 | SL-19823 Edit not active for items | Andrey Kleshchev | |
2023-05-03 | SL-19583 Fix rename's width and update frequency | Andrey Kleshchev | |
This way of calculating scroll turns out to be one large hack. Probably needs a proper combination view instead of combining two different views that have own scrolls or those views need to support not having personal scroll. | |||
2023-02-06 | Faster and simpler inventory category hashing. | Henri Beauchamp | |
This commit changes inventory category hashing from slow LLMD5 to fast HBXX128 hashing, and allows to use a simple LLUUID for the hash, instead of an LLMD5 instance. It also removes some old cruft dealing with unused baked texture hashing. | |||
2021-11-19 | DRTVWR-543 Post-merge build fix | Andrey Lihatskiy | |
2021-11-19 | Merge branch 'master' into DRTVWR-543-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llagentwearables.cpp # indra/newview/llvoicevivox.cpp | |||
2021-09-07 | SL-4250 Do not allow editing worn items if items or avatar are not yet loaded | Andrey Kleshchev | |
2020-11-11 | Merge branch 'master' (DRTVWR-507-maint) into DRTVWR-521-maint | Andrey Kleshchev | |
# Conflicts: # autobuild.xml # indra/llcommon/llerror.cpp | |||
2020-11-10 | SL-14303 Fix LLWearableType to not spam in logs | Andrey Kleshchev | |
2020-05-28 | SL-13337 Remove teen account limitations concerning undergarments | Mnikolenko Productengine | |
2019-12-16 | Merge viewer-release 6.3.6 into viewwer-eep repo | Dave Houlton | |
2019-10-29 | SL-12196 Crash at updateMeshTextures | andreykproductengine | |
2019-08-26 | Merge 6.3.1 viewer-release | Graham Linden | |
2018-07-19 | [MAINT-8873] - check for bakesOnMesh enabled sim feature, before creating ↵ | Anchor Linden | |
universal wearable type | |||
2018-02-26 | Added settings inventory object with subtype | Rider Linden | |
2016-07-26 | build fix | Mnikolenko Productengine | |
2016-07-26 | MAINT-6566 Avatar sliders display incorrect values immediately after saving ↵ | Mnikolenko Productengine | |
a copy of the wearable. | |||
2016-07-18 | MAINT-6520 Add a way to see worn temp attachments. | Mnikolenko Productengine | |
2016-06-17 | MAINT-6490 Newly created inventory reports version mismatch | andreykproductengine | |
2016-01-15 | merge changes for 4.0.1-release | Oz Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-10-19 | MAINT-5742 FIXED Appearance window progress indicator spins after changing ↵ | Mnikolenko ProductEngine | |
to an identical outfit | |||
2015-10-19 | MAINT-5742 FIXED Appearance window progress indicator spins after changing ↵ | Mnikolenko ProductEngine | |
to an identical outfit | |||
2015-07-15 | Merge from viewer-relese and become version 3.8.2 | andreykproductengine | |
2015-06-05 | Merge from viewer-release | andreykproductengine | |
2015-05-27 | merge | Brad Payne (Vir Linden) | |
2015-03-20 | DRTVWR-397 WIP - logging for detach requests and unexpected detaches ↵ | Brad Payne (Vir Linden) | |
(presumably server-initiated) | |||
2015-03-19 | MAINT-4917 WIP - comments and bug fixes for batching up COF link requests ↵ | Brad Payne (Vir Linden) | |
after attachments added. | |||
2015-03-18 | MAINT-4917 WIP - Attachment deferred bulk COF linking WIP | Brad Payne (Vir Linden) | |
2015-03-18 | MAINT-4872 FIXED Display name for shapes was not updated in certain cases | andreykproductengine | |
2015-03-05 | SL-103 WIP - viewer enforces wearable limits based on total articles of ↵ | Brad Payne (Vir Linden) | |
clothing rather than per-type limit. Limit is artificially low for testing, will bump before release. | |||
2015-02-24 | MAINT-4872 FIXED wearables with same asset id are not swapped | andreykproductengine | |
2015-02-20 | MAINT-4653, DRTVWR-397 WIP - more code for tracking attachment operations, ↵ | Brad Payne (Vir Linden) | |
smarter handling of multiple requests. | |||
2015-02-18 | Logging for attachments and their COF links | Brad Payne (Vir Linden) | |
2014-11-15 | MAINT-4537 WIP - comments and cleanup | Brad Payne (Vir Linden) | |
2014-11-15 | MAINT-4537 WIP - more joint position management during outfit changes | Brad Payne (Vir Linden) | |
2014-11-14 | MAINT-4537 WIP - joint position management during outfit changes | Brad Payne (Vir Linden) | |
2014-11-14 | MAINT-4537 WIP - order of operations during outfit change | Brad Payne (Vir Linden) | |
2014-08-21 | MAINT-4158 WIP - fix for bug caused by multiple wearables with the same asset id | Brad Payne (Vir Linden) | |
2014-07-16 | MAINT-4237 FIXED Update mCOFChangeInProgress when only gestures or objects ↵ | Mnikolenko ProductEngine | |
(not weareables) are added to outfit. | |||
2014-06-16 | merge changes for 3.7.9-release | Oz Linden | |
2014-05-16 | merge fixes | Brad Payne (Vir Linden) | |