Andrey Lihatskiy
38c2a5bde9
Merge branch 'marchcat/w-whitespace' into marchcat/x-ws-merge
2024-05-01 08:16:58 +03:00
Andrey Lihatskiy
1b68f71348
#824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed
2024-04-29 07:56:09 +03:00
Andrey Lihatskiy
428f21cf79
Merge branch 'main' into marchcat/x-merge
2024-04-24 18:45:54 +03:00
Ansariel
ba74152c82
Replace BOOST_FOREACH with standard C++ range-based for-loops
2024-01-09 20:44:50 +02:00
AiraYumi
7c8907522f
replace boost library to standard
2024-01-08 23:29:21 +02:00
Andrey Lihatskiy
c87850ddab
Merge branch 'main' into DRTVWR-591-maint-X
...
# Conflicts:
# doc/contributions.txt
# indra/newview/llpanelprofile.cpp
# indra/newview/llspatialpartition.cpp
2023-12-18 07:57:29 +02:00
Andrey Kleshchev
aff01e2fd4
SL-20575 Fix some deletion issues
...
- 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-11-13 19:24:10 +02:00
Andrey Kleshchev
fdc47e9a16
SL-20232 Cleanup #6
2023-10-18 12:07:59 +03:00
Andrey Kleshchev
a62f5bfac1
SL-20232 Allow deletion of worn items #1
2023-10-17 21:26:39 +03:00
Andrey Kleshchev
cebbdf2d12
SL-20436 New accounts that select outfit in web fail to download clothing
2023-10-12 18:53:57 +03:00
Andrey Kleshchev
aee8f570e1
SL-20368 Request outfits using 'links'
...
instead of getting items one by one
2023-10-03 21:14:34 +03:00
Andrey Kleshchev
b09c19d27c
SL-20285 Updated individual request count declaration
2023-09-14 20:58:42 +03:00
Andrey Kleshchev
fa47e4402b
SL-20285 Sturdier cof and fixed link fetching
2023-09-14 18:51:33 +03:00
Andrey Kleshchev
3d73a10da3
Merge branch main (DRTVWR-582) into DRTVWR-567
...
# 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-23 22:40:17 +03:00
Andrey Kleshchev
6b5345eabd
SL-20120 Fix unneeded warnings
...
- 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-08-05 17:44:10 +03:00
Maxim Nikolenko
3058e6e6fd
SL-20015 wait for the outfit items to load before wearing it
2023-07-19 21:15:52 +03:00
Andrey Kleshchev
98681ef73f
SL-19533 Prevent COF dupplicate request
2023-05-05 15:56:21 +03:00
Andrey Kleshchev
697d3be3c9
SL-19533 Implement subset variant of children request
2023-04-27 01:30:57 +03:00
Andrey Kleshchev
c1a3c7b239
SL-19533 Special COF handling #3
2023-04-25 13:51:23 +03:00
Andrey Kleshchev
154ab03bf8
SL-19533 Special COF handling #2
2023-04-25 04:26:38 +03:00
Andrey Kleshchev
daca555592
SL-19609 Urls aren't dispatched according to the indicated grid
2023-04-19 20:06:37 +03:00
Andrey Kleshchev
c3d22fba60
SL-19533 MacOS build fix
2023-04-13 13:27:30 +03:00
Andrey Kleshchev
53f2e1710a
SL-19533 Faster declouding
2023-04-13 02:20:42 +03:00
Andrey Kleshchev
d33328584f
SL-19529 Fix uninitialized variable and calback counter
2023-04-08 02:56:34 +03:00
Andrey Lihatskiy
f1095d7831
Merge branch 'main' into marchcat/main-contrib-merge
...
# 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-04-07 00:20:59 +03:00
Andrey Kleshchev
11b2f138ce
SL-19502 Copying folders should copy thumbnails
2023-03-29 04:28:07 +03:00
Andrey Kleshchev
89a8c96f36
SL-18003 Bulk download items when possible
...
And signal fodler fetch completion when folder of recursive fetch is done, do not hold it for individual items
2023-03-28 02:27:34 +03:00
Andrey Kleshchev
6fd7427c57
SL-18003 Bulk fetch some items by fetching whole folder
2023-03-26 13:44:50 +03:00
Andrey Kleshchev
b68a674910
SL-18629 Load cof only once links are ready
2023-03-20 23:39:30 +02:00
Andrey Kleshchev
da27311473
SL-18629 Creare items via AIS placeholder
2023-03-10 23:55:05 +02:00
Andrey Kleshchev
811da7dbb1
SL-18629 WIP Replacing UDP creation messages with callback based AIS #2
...
findCategory and move_item_to_marketplacelistings
2023-03-10 19:32:47 +02:00
Andrey Kleshchev
a777a0b27e
SL-18629 WIP Replacing UDP creation messages with callback based AIS
2023-03-10 19:32:47 +02:00
Nat Goodspeed
152f32918d
SL-18330: Fix egregious existing build errors in contribute branch.
2023-02-15 16:50:18 -05:00
Andrey Kleshchev
e2496eff18
SL-19159 Build fixes
2023-02-15 23:42:58 +02:00
Maxim Nikolenko
51142d1341
Merge branch 'main' into DRTVWR-567
...
# Conflicts:
# indra/newview/llappearancemgr.cpp
# indra/newview/llpanelmaininventory.cpp
2023-02-03 16:53:33 +02:00
Brad Payne (Vir Linden)
ce5ac93883
SL-18629 - various notes on work for D567
2023-01-24 20:15:22 +00:00
Brad Payne (Vir Linden)
f6208020f5
SL-18629 - use AISAPI for some paths of new category creation
2022-11-22 15:46:08 +00:00
Brad Payne (Vir Linden)
27046fcc14
SL-18629 - moving createNewCategory to AIS3
2022-11-21 13:48:23 +00:00
Andrey Lihatskiy
91f9f2e9f7
DRTVWR-570 Mac build fix: unused variables cleanup
2022-10-27 23:08:09 +03:00
Brad Payne (Vir Linden)
3994101549
SL-18119 - more ViewerStats logs for NUX
2022-09-21 20:52:27 +01:00
Brad Payne (Vir Linden)
56e1db9c15
SL-18119 - UIUsage logs for some common operations
2022-09-16 17:09:55 +01:00
Andrey Lihatskiy
b18f328c08
Merge branch 'DRTVWR-522-maint' into DRTVWR-545-maint-mix
...
# Conflicts:
# indra/newview/llappviewer.cpp
# indra/newview/llappviewerwin32.cpp
# indra/newview/llmachineid.cpp
2021-09-03 00:18:26 +03:00
Andrey Lihatskiy
2ded530f93
Merge branch 'master' into DRTVWR-522-maint
...
# Conflicts:
# doc/contributions.txt
# indra/newview/llappcorehttp.cpp
# indra/newview/llappcorehttp.h
2021-07-19 22:20:45 +03:00
Andrey Kleshchev
b15f30a9ce
SL-15501 Viewer crash with unprotected use of std::vector::front()
2021-06-30 17:34:39 +03:00
Andrey Kleshchev
823f97ac59
SL-15272 Bugsplat crashes at condition wait()
...
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-06-03 21:31:30 +03:00
Andrey Kleshchev
96cbe52803
SL-15272 Bugsplat crashes at condition wait()
...
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 20:52:08 +03:00
Mnikolenko Productengine
0cecb09a2f
SL-15066 FIXED Wearing an existing, unsaved outfit does not restore correct wearables ordering
2021-04-14 16:01:58 +03:00
Andrey Lihatskiy
185082f1bb
Merge branch 'master' into DRTVWR-521-maint
...
# Conflicts:
# indra/newview/llappviewer.cpp
2021-02-01 22:14:44 +02:00
Andrey Kleshchev
6397badddd
SL-14303 Wearable type label should contain translated intead of default string
...
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-13 14:58:14 +02:00
Andrey Kleshchev
92af5af736
Merge branch 'master' (DRTVWR-507-maint) into DRTVWR-521-maint
...
# Conflicts:
# autobuild.xml
# indra/llcommon/llerror.cpp
2020-11-11 23:34:37 +02:00