Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-24 | Merge branch 'main' into marchcat/a-merge | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/llimage/llimage.cpp # indra/llui/llsearcheditor.cpp # indra/llui/llview.cpp # indra/newview/llagent.cpp # indra/newview/llappviewer.cpp # indra/newview/llfloatercamera.cpp # indra/newview/llfloatereditsky.cpp # indra/newview/llfloatereditwater.cpp # indra/newview/llinventoryfunctions.cpp # indra/newview/lloutfitgallery.cpp # indra/newview/lloutfitslist.cpp # indra/newview/llpanelgroupbulkban.cpp # indra/newview/llsidepanelappearance.cpp # indra/newview/llvovolume.cpp | |||
2024-04-06 | Port from JsonCPP to Boost.Json for json parsing and serializing (#1054) | Rye Mutt | |
2023-11-17 | SL-20607 Version folder was not created when copying folders to marketplace | Andrey Kleshchev | |
2023-03-30 | Merge branch 'main' into DRTVWR-567 | Maxim Nikolenko | |
# Conflicts: # indra/newview/llinventoryfunctions.cpp # indra/newview/llpanelmaininventory.h # indra/newview/skins/default/xui/en/floater_inventory_item_properties.xml # indra/newview/skins/default/xui/en/sidepanel_item_info.xml | |||
2023-03-10 | SL-18629 Replacing UDP creation messages with callback based AIS | 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 | |||
2022-12-12 | Merge branch 'main' into DRTVWR-568 | Callum Prentice | |
2022-09-16 | Merge remote-tracking branch 'origin/DRTVWR-543-maint_cmake' into ↵ | Nicky Dasmijn | |
DRTVWR-568_cmake | |||
2022-09-15 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-08-18 | SL-17834 MP window freezes when loading items from Inventory #2 | Andrey Kleshchev | |
2022-08-17 | SL-17834 MP window freezes when loading items from Inventory | Andrey Kleshchev | |
1. Do not process all marketpalce changes at once, schedule them for later 2. Do not notifyObservers from notifyObservers | |||
2022-04-18 | jsoncpp includepath should not include json/. jsoncpp includes a header ↵ | Nicky | |
"features.h" which has the same name as a glibc header, allowing this header to be found without any prefix will lead to head conflicts when there is a '#include "features.h"' As a result all json headers need to be included via #include "json/reader.h"/"json/writer.h" | |||
2022-04-07 | SL-17171 Display Marketplace Error Messages only when trying to use Marketplace | Andrey Kleshchev | |
2021-05-15 | SL-14388 Listing status issues | Andrey Kleshchev | |
Log issue and try to recover | |||
2019-11-12 | Downstream merge from lindenlab/viewer-serval | AndreyL ProductEngine | |
2019-10-17 | SL-12121 FIXED Unable to delete folders from 'Marketplace listings' | Mnikolenko Productengine | |
2019-06-21 | DRTVWR-493 LLViewerMedia to singleton | andreykproductengine | |
2017-03-20 | MAINT-7117 Don't Show "Unknown error" in warning dialog | Mnikolenko Productengine | |
2016-06-22 | MAINT-6385: Ensure that VMM initialization only happens once after login and ↵ | Rider Linden | |
that it will only happen after the region caps have been received. | |||
2016-05-06 | merge 4.0.4-release and MAINT-5974 | Oz Linden | |
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2016-03-16 | MAINT-5938 FIXED when Marketplace is down viewer errors 499 at each login ↵ | andreykproductengine | |
and teleport | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-10-07 | MAINT-5691: Browser was using deprecated outbox display type AND not ↵ | Rider Linden | |
correctly returning error body to application. LLCore:HTTP now will provide and LLSD translation of the message body when possible in the case of an error HTTP result VMM alert boxes now use type="alertmodal" rather than "outbox" | |||
2015-09-18 | Set consistent terminology for yield/wait -> suspend for coroutines. | Rider Linden | |
2015-09-14 | MAINT-5507: Remove HTTPClient and related cruft. | Rider Linden | |
2015-09-11 | Bit of cleanup around Translation and remove httpassetstorage | Rider Linden | |
2015-09-11 | MAINT-4952: Slight change to marketplace logging allow direct logging of ↵ | Rider Linden | |
LLSD and remove unused logging function. | |||
2015-09-10 | MAINT-5575: Finished converting experience cache to singleton | Rider Linden | |
MAINT-4952: Coverted VMM to coroutines | |||
2015-08-11 | Merge | Rider Linden | |
2015-07-10 | Backed out changeset bab1000e1b2d: restore 'selfless' changes | Nat Goodspeed | |
2015-07-07 | Backout selfles merge 738255dbbfd679d9e615baab3398e5e345bbb3c5 | Rider Linden | |
2015-07-01 | MAINT-5351: Remove 'self' parameter from coroutine functions. | Nat Goodspeed | |
lleventcoro_test.cpp runs clean (as modified for new API), and all the rest builds clean, but the resulting viewer is as yet untested. | |||
2015-06-10 | DD-393 : Rework association so that is_listed property is not overwritten ↵ | Merov Linden | |
before we get data from SLM | |||
2015-06-10 | DD-416 : Added DAMA when version folder is empty and unlisted, accelerated ↵ | Merov Linden | |
some functions avoiding depth computation when we could, fixed cut case | |||
2015-06-08 | DD-336, DD-359 : WIP : Introduced a reverse lookup table for version folder ↵ | Merov Linden | |
to listing folder to improve performance | |||
2015-06-05 | Added a seek method to LLCore::Http for data rewind. | Rider Linden | |
A couple of minor changes to merchant out box in hopes that the would fix the issues. | |||
2015-06-01 | Marketplace vendor outbox. Incomplete conversion. Still issues with ↵ | Rider Linden | |
redirection. | |||
2015-05-02 | DD-396 : Add decription check on the common 422 error on marketplace listing | Merov Linden | |
2015-04-13 | DD-379 : a 404 on a Get /listing means that said listing is not in SLM, then ↵ | Merov Linden | |
delete it from the local store | |||
2015-04-13 | DD-382 : Use default values on association when version folder is not unique | Merov Linden | |
2015-04-13 | DD-388 : More resilient way of reacting to not evaluated stock count ↵ | Merov Linden | |
throughout marketplace handling | |||
2015-04-10 | DD-381 : Avoid unecessary SLM updates, suppress some ↵ | Merov Linden | |
update_marketplace_category() that are picked by dirty bit setup | |||
2015-04-09 | DD-382 : Activation state should be unchanged when reassigning listing id | Merov Linden | |
2015-04-08 | DD-382 : Refactored the auto activate code in create and associate listing. ↵ | Merov Linden | |
Update count on hand in reassociate correctly. | |||
2015-04-07 | DD-382 : Set count_on_hand correctly when creating or assigning a listing | Merov Linden | |
2015-04-02 | DD-338 : Auto unlist when stock gets to 0 during stock folder manipulation | Merov Linden | |
2015-03-05 | DD-339 : Adding loading indicator to marketplace floater when the listings ↵ | Merov Linden | |
data and inventory data are being fetched | |||
2015-02-21 | DD-335 : Improve the performance of Get listings by 400%, fix a bug when ↵ | Merov Linden | |
error occured on SLM | |||
2015-02-03 | DD-303 : do not force unlist when associating listings, let the 1 version ↵ | Merov Linden | |
folder policy apply, prompt user only if it doesn't |