Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-30 | MAINT-5232: LLGlobalEconomy is now an LLSingleton. | Nat Goodspeed | |
It used to contain an LLSingleton called Singleton, requiring LLGlobalEconomy::Singleton::instance() to access it rather than the conventional LLGlobalEconomy::instance(). This has been fixed, so normalize references accordingly. | |||
2016-08-16 | Merge VOB with 4.0.8-release | pavelkproductengine | |
2016-06-02 | MAINT-5194 Visual Outfit browser | pavelkproductengine | |
Made refactoring of LLFloaterOutfitSnapshot and LLFloaterSnapshot | |||
2016-04-08 | MAINT-6320 Snapshot floater is stuck in 'Saving to Inventory' state. | andreykproductengine | |
2015-10-09 | SL-230: Azumarill viewer was incorrectly swallowing upload errors returned ↵ | Rider Linden | |
from the server. Correctly report errors and use upload cost provided by server. | |||
2015-09-18 | Pref instance() over getInstance() | Rider Linden | |
2015-09-18 | Set consistent terminology for yield/wait -> suspend for coroutines. | Rider Linden | |
2015-07-28 | Named pools of coroutines. | 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-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 | Merge | Rider Linden | |
2015-07-07 | Backout selfles merge 738255dbbfd679d9e615baab3398e5e345bbb3c5 | Rider Linden | |
2015-07-07 | Clean up viewrmenufile into viewrassetuplod | Rider Linden | |
2015-07-03 | Remove ambiguous assignment. | rider | |
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 | |