Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-02-21 | Convert remaining BOOL to bool | Ansariel | |
2024-02-12 | miscellaneous: BOOL (int) to real bool | Lars Næsbye Christensen | |
2023-12-06 | SL-20181 Minor inventory fetching adjustements | Andrey Kleshchev | |
2023-10-04 | MacOS build fix | Andrey Kleshchev | |
2023-10-03 | D559 Post merge fixes | Andrey Kleshchev | |
2023-09-14 | SL-20285 Sturdier cof and fixed link fetching | Andrey Kleshchev | |
2023-08-17 | SL-20162 Better cof version logging | Andrey Kleshchev | |
And fixed some typos | |||
2023-08-09 | SL-18629 Better item fetch error handling | Andrey Kleshchev | |
2023-08-06 | SL-20120 Fix ais depth 'body' being misplaced. | Andrey Kleshchev | |
2023-08-05 | SL-20120 Fix folders with unknown content being assigned a version | Andrey Kleshchev | |
2023-08-05 | SL-20120 Do not account for deltas when fetching | Andrey Kleshchev | |
Is supposed to set version and descendant info in parseCategory | |||
2023-08-01 | SL-20107 Detaching items from COF in gallery view didn't update COF | Andrey Kleshchev | |
2023-07-19 | SL-20015 wait for the outfit items to load before wearing it | Maxim Nikolenko | |
2023-06-02 | SL-17429 Message user when their inventory hits AIS3 limits #2 | Andrey Kleshchev | |
2023-05-30 | SL-17429 Message user when their inventory hits AIS3 limits | Andrey Kleshchev | |
2023-04-28 | SL-19533 Fix 'fetching' state timeout | Andrey Kleshchev | |
2023-04-28 | SL-19533 Fetch stall prevention #2 | Andrey Kleshchev | |
2023-04-27 | SL-19533 Subset fetch fixes | Andrey Kleshchev | |
2023-04-27 | SL-19533 Implement subset variant of children request | Andrey Kleshchev | |
2023-04-26 | SL-19583 Uniform risizing for combination inventory view | Andrey Kleshchev | |
2023-04-25 | SL-19533 Fix a fetch blunder | Andrey Kleshchev | |
2023-04-25 | SL-19533 Reduce inventory fetch stalls | Andrey Kleshchev | |
2023-04-25 | SL-19533 Special COF handling | Andrey Kleshchev | |
2023-04-20 | SL-19533 Cap folder request depth | Andrey Kleshchev | |
2023-04-13 | SL-19533 Faster declouding | Andrey Kleshchev | |
2023-04-12 | SL-19533 Logging tag change | Andrey Kleshchev | |
2023-04-12 | SL-19533 Further logging improvements | Andrey Kleshchev | |
2023-04-11 | SL-19533 Orphans plus additional logging | Andrey Kleshchev | |
2023-03-28 | SL-18003 Improve dupplicate prevention | Andrey Kleshchev | |
Try getting lost and found | |||
2023-03-26 | SL-18003 Bulk fetch some items by fetching whole folder | Andrey Kleshchev | |
2023-03-24 | SL-18003 Fix items not being marked as complete when fetched via ais | Andrey Kleshchev | |
2023-03-23 | SL-19108 Disable "Image" button for task inventories | Andrey Kleshchev | |
Thumbnails are not supported for task inventories yet | |||
2023-03-20 | SL-18629 Load cof only once links are ready | Andrey Kleshchev | |
2023-03-18 | SL-18674 Reenable folder creation via AIS v3 | Andrey Kleshchev | |
Add item fetching via AIS v3 | |||
2023-03-18 | SL-18629 Track request depth to be able to distinguish incomplete folder ↵ | Andrey Kleshchev | |
reliably | |||
2023-03-15 | SL-18629 Fetch Inventory using AIS caps #3 | Andrey Kleshchev | |
2023-03-15 | SL-18629 WIP Fetch Inventory using AIS caps #2 | Andrey Kleshchev | |
2023-03-15 | SL-18629 WIP Fetch Inventory using AIS caps | Andrey Kleshchev | |
2023-03-15 | SL-18629 AISv3 draft calls | Mnikolenko Productengine | |
2023-03-11 | SL-19109 Fix item updates not getting a callback | Andrey Kleshchev | |
2023-03-10 | SL-18629 Replacing UDP creation messages with callback based AIS | Andrey Kleshchev | |
2022-11-22 | SL-18629 - use AISAPI for some paths of new category creation | Brad Payne (Vir Linden) | |
2020-10-01 | SL-14037 BugSplat Crash #646590: Enqueue failed in AIS | Andrey Kleshchev | |
2017-05-22 | MAINT-7419 Workaround for some purge and trash issues, stuck descendants count | andreykproductengine | |
2016-05-24 | MAINT-6403: Updated a couple comments and dropped a couple warning levels ↵ | Rider Linden | |
back down to DEBUG. |