Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-07 | SL-18777 PBR upload was stuck waiting for texture | akleshchev | |
Handle obscure upload failure case - floater was waiting for a texture upload indefinetely. Unblock floater if upload fails. | |||
2022-07-20 | SL-17690 Uploaded material asset references wrong texture UUIDs | Andrey Kleshchev | |
Upload textures first, then get ids and upload material on callback | |||
2022-06-29 | SL-17602 WIP - Texture uploads form material editor now work but the names ↵ | Dave Parks | |
are garbage and the resulting material asset has the wrong UUIDs | |||
2021-03-09 | This set of changes reverts the merge with master (git revert c83e740) and ↵ | Callum Prentice | |
results in a version of the DRTVWR-519 that matches what was presemt before it was deployed as a release viewer *plus* 3 small fixes from Maxim (See commits). This branch can now be used for additional fixes before eventually being used to release D-519 as normal | |||
2021-03-08 | Revert "Merge branch 'master' of https://bitbucket.org/lindenlab/viewer into ↵ | Brad Payne (Vir Linden) | |
DRTVWR-519" This reverts commit e61f485a04dc8c8ac6bcf6a24848359092884d14, reversing changes made to 00c47d079f7e958e473ed4083a7f7691fa02dcd5. | |||
2020-09-16 | First part of change to remove LLVFS from the Viewer. Consists of code ↵ | Callum Prentice | |
changes to remove LLVFS and LLVFSThread classes along with the associated source files. The existing llvfs folder is renamed to llcache. Also includes changes to CMake script in many places to reflect changes. Eventually, llvfile source file and class will be renamed but that is not in this change. | |||
2020-03-18 | Merge master (v 6.3.9) into DRTVWR-440 | Dave Houlton | |
2019-11-25 | SL-12097, SL-12098, SL-12099 UI update for Texture, Animation and Sound ↵ | Mnikolenko Productengine | |
upload fees | |||
2019-11-19 | SL-10499 - Fixes for benefits info and upload, especially bulk upload | Brad Payne (Vir Linden) | |
2019-11-18 | SL-10499 - bulk upload behavior adjusted to account for possibly different ↵ | Brad Payne (Vir Linden) | |
upload prices for different asset types. Also added a confirmation dialog for bulk upload. | |||
2019-11-14 | SL-10499, SL-10497 - use LLAgentBenefits info | Brad Payne (Vir Linden) | |
2018-09-26 | Merge | Rider Linden | |
2018-07-27 | MAINT-8924 FIXED Outfit snapshot upload closes inventory | maxim_productengine | |
2018-02-26 | Added settings inventory object with subtype | Rider Linden | |
2015-07-23 | AR Reports now use coroutines. | Rider Linden | |
2015-07-22 | MAINT-5357: Added yield between prepare and post in upload. | Rider Linden | |
Removed some commented out code I had missed earlier Moved costing to virtual function in uploadinfo. | |||
2015-07-22 | Clean up for postcard post. | Rider Linden | |
2015-07-20 | Forgot to remove an unused varable and renamed NewFileResourceUploadInfo to ↵ | Rider Linden | |
LLNewFileResourceUploadInfo | |||
2015-07-20 | Remove old "compile queue" and replace with the coroutine based upload queue. | Rider Linden | |
2015-07-17 | LSL Compile and upload from task object. Fix auto open when finished on all ↵ | Rider Linden | |
uploads... | |||
2015-07-15 | LSL Script upload from inventory. | Rider Linden | |
2015-07-13 | Rename the file in VFS with the new asset AID (prevents crash on gesture ↵ | Rider Linden | |
change and fixes notecard update) | |||
2015-07-11 | MAINT-5351: Finish messy merge restoring 'selfless' changes. | Nat Goodspeed | |
2015-07-10 | Automated merge with ssh://bitbucket.org/rider_linden/maint-4952-v-t-u | Nat Goodspeed | |
2015-07-10 | MAINT-5356: Conversion of Notecards and Gesture to use new coroutine uploading. | Rider Linden | |
Minor reorganization of Upload Info classes. | |||
2015-07-10 | Merge restore of more selfless changes | Nat Goodspeed | |
2015-07-10 | Backed out changeset bab1000e1b2d: restore 'selfless' changes | Nat Goodspeed | |
2015-07-08 | Convert LLCore::HttpHeaders to use shared_ptr<> rather than an ↵ | Rider Linden | |
intrusive_ptr<> for refrence counting. | |||
2015-07-07 | Automated merge with bundle:C:\Users\admin\AppData\Local\Temp\0d1ig3y4.ke0 | Rider Linden | |
2015-07-07 | Backout selfles merge 738255dbbfd679d9e615baab3398e5e345bbb3c5 | Rider Linden | |
2015-07-07 | Clean up viewrmenufile into viewrassetuplod | Rider Linden | |
2015-07-02 | Merge | Rider Linden | |
2015-07-02 | Adjusting uploadinfo object for expansion. | Rider Linden | |
Commit is prelim to allow merge from selfless. | |||
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-30 | Initial checkin for uploading via coroutine. | Rider Linden | |