Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-01 | Merge branch 'marchcat/w-whitespace' into marchcat/x-ws-merge | Andrey Lihatskiy | |
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-04-24 | Merge branch 'main' into marchcat/x-merge | Andrey Lihatskiy | |
2024-01-09 | Replace BOOST_FOREACH with standard C++ range-based for-loops | Ansariel | |
2024-01-08 | replace boost library to standard | AiraYumi | |
2023-12-18 | Merge branch 'main' into DRTVWR-591-maint-X | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/llpanelprofile.cpp # indra/newview/llspatialpartition.cpp | |||
2023-11-13 | SL-20575 Fix some deletion issues | Andrey Kleshchev | |
- Fixes 'cut' checks for gallery - Checking if large folder is deletable should be faster now - For large flat root folders eliminated delay of looking for cof Might be a good idea to start cashing isItemRemovable if category version hasn't changed. | |||
2023-10-18 | SL-20232 Cleanup #6 | Andrey Kleshchev | |
2023-10-17 | SL-20232 Allow deletion of worn items #1 | Andrey Kleshchev | |
2023-10-12 | SL-20436 New accounts that select outfit in web fail to download clothing | Andrey Kleshchev | |
2023-10-03 | SL-20368 Request outfits using 'links' | Andrey Kleshchev | |
instead of getting items one by one | |||
2023-09-14 | SL-20285 Updated individual request count declaration | Andrey Kleshchev | |
2023-09-14 | SL-20285 Sturdier cof and fixed link fetching | Andrey Kleshchev | |
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-08-05 | SL-20120 Fix unneeded warnings | Andrey Kleshchev | |
- Don't Warn about unknown cof version, it's expected during fetch, Info is enough - Fix 'unexpected attachments' due to unknown cof, also should fix viewer trying to create a link before cof is ready - Fix 'accounting' warnings when getting item updates for unfetched folders (Note: viewer doesn't know folders version, if fetch is already in progress we might get an old version) | |||
2023-07-19 | SL-20015 wait for the outfit items to load before wearing it | Maxim Nikolenko | |
2023-05-05 | SL-19533 Prevent COF dupplicate request | Andrey Kleshchev | |
2023-04-27 | SL-19533 Implement subset variant of children request | Andrey Kleshchev | |
2023-04-25 | SL-19533 Special COF handling #3 | Andrey Kleshchev | |
2023-04-25 | SL-19533 Special COF handling #2 | Andrey Kleshchev | |
2023-04-19 | SL-19609 Urls aren't dispatched according to the indicated grid | Andrey Kleshchev | |
2023-04-13 | SL-19533 MacOS build fix | Andrey Kleshchev | |
2023-04-13 | SL-19533 Faster declouding | Andrey Kleshchev | |
2023-04-08 | SL-19529 Fix uninitialized variable and calback counter | Andrey Kleshchev | |
2023-04-07 | Merge branch 'main' into marchcat/main-contrib-merge | Andrey Lihatskiy | |
# Conflicts: # indra/cmake/CMakeLists.txt # indra/llcommon/llsdserialize.cpp # indra/llcommon/llsdserialize.h # indra/llcommon/tests/llleap_test.cpp # indra/newview/llfilepicker.h # indra/newview/llfilepicker_mac.h # indra/newview/llfilepicker_mac.mm # indra/newview/skins/default/xui/en/strings.xml | |||
2023-03-29 | SL-19502 Copying folders should copy thumbnails | Andrey Kleshchev | |
2023-03-28 | SL-18003 Bulk download items when possible | Andrey Kleshchev | |
And signal fodler fetch completion when folder of recursive fetch is done, do not hold it for individual items | |||
2023-03-26 | SL-18003 Bulk fetch some items by fetching whole folder | Andrey Kleshchev | |
2023-03-20 | SL-18629 Load cof only once links are ready | Andrey Kleshchev | |
2023-03-10 | SL-18629 Creare items via AIS placeholder | Andrey Kleshchev | |
2023-03-10 | SL-18629 WIP Replacing UDP creation messages with callback based AIS #2 | Andrey Kleshchev | |
findCategory and move_item_to_marketplacelistings | |||
2023-03-10 | SL-18629 WIP Replacing UDP creation messages with callback based AIS | Andrey Kleshchev | |
2023-02-15 | SL-18330: Fix egregious existing build errors in contribute branch. | Nat Goodspeed | |
2023-02-15 | SL-19159 Build fixes | Andrey Kleshchev | |
2023-02-03 | Merge branch 'main' into DRTVWR-567 | Maxim Nikolenko | |
# Conflicts: # indra/newview/llappearancemgr.cpp # indra/newview/llpanelmaininventory.cpp | |||
2023-01-24 | SL-18629 - various notes on work for D567 | Brad Payne (Vir Linden) | |
2022-11-22 | SL-18629 - use AISAPI for some paths of new category creation | Brad Payne (Vir Linden) | |
2022-11-21 | SL-18629 - moving createNewCategory to AIS3 | Brad Payne (Vir Linden) | |
2022-10-27 | DRTVWR-570 Mac build fix: unused variables cleanup | Andrey Lihatskiy | |
2022-09-21 | SL-18119 - more ViewerStats logs for NUX | Brad Payne (Vir Linden) | |
2022-09-16 | SL-18119 - UIUsage logs for some common operations | Brad Payne (Vir Linden) | |
2021-09-03 | Merge branch 'DRTVWR-522-maint' into DRTVWR-545-maint-mix | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llappviewer.cpp # indra/newview/llappviewerwin32.cpp # indra/newview/llmachineid.cpp | |||
2021-07-19 | Merge branch 'master' into DRTVWR-522-maint | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/llappcorehttp.cpp # indra/newview/llappcorehttp.h | |||
2021-06-30 | SL-15501 Viewer crash with unprotected use of std::vector::front() | Andrey Kleshchev | |
2021-06-03 | SL-15272 Bugsplat crashes at condition wait() | Andrey Kleshchev | |
Made sure all waits will be triggered, won't loop back and that in case of http queue it had some time to trigger | |||
2021-05-21 | SL-15272 Bugsplat crashes at condition wait() | Andrey Kleshchev | |
Made sure all waits will be triggered, won't loop back and that in case of http queue it had some time to trigger | |||
2021-04-14 | SL-15066 FIXED Wearing an existing, unsaved outfit does not restore correct ↵ | Mnikolenko Productengine | |
wearables ordering | |||
2021-02-01 | Merge branch 'master' into DRTVWR-521-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llappviewer.cpp | |||
2020-11-13 | SL-14303 Wearable type label should contain translated intead of default string | Andrey Kleshchev | |
Startup has two initStrings calls, only after second one LLtrans will return properly translated calls, but we don't want 'translated' for logging, so modified logging to not use getTypeLabel. | |||
2020-11-11 | Merge branch 'master' (DRTVWR-507-maint) into DRTVWR-521-maint | Andrey Kleshchev | |
# Conflicts: # autobuild.xml # indra/llcommon/llerror.cpp |