Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-24 | Complete the change from lldiskcache -> llfilesystem and then addition of ↵ | Callum Prentice | |
new lldiskcache implementation | |||
2020-09-16 | Renamed the references to LLVFile and llvfile.* source code plus cmake ↵ | Callum Prentice | |
scripts to use a different name - lldiskcache - since that more closely resembles what it is (or will be) now that the VFA is no more | |||
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. | |||
2019-11-13 | Merge in from viewer-release 6.3.5 | Dave Houlton | |
2019-09-10 | Merge viewer-release 6.3.2 | Graham Linden | |
2019-09-10 | Merged in lindenlab/viewer-release | andreykproductengine | |
2019-08-10 | DRTVWR-493 LLUI to LLParamSingleton | andreykproductengine | |
2019-05-09 | SL-11121 FIXED Viewer crashes after clicking the 'Edit' button in the ↵ | maxim_productengine | |
notecard floater | |||
2019-04-03 | SL-10782 External edit button for Notecards | maxim_productengine | |
2018-08-03 | Merge | Rider Linden | |
2018-06-21 | Merge | Rider Linden | |
2018-05-30 | MAINT-8700 FIXED The File dialog disconnects the viewer if you do not choose ↵ | maxim_productengine | |
upload files within the first minute | |||
2018-05-22 | Merge | Rider Linden | |
2018-06-04 | MAINT-8716 Script name should be passed to "Save to file" dialog. | maxim_productengine | |
2018-02-26 | Added settings inventory object with subtype | Rider Linden | |
2018-01-16 | MAINT-7732 Crash in LLLiveLSLEditor::loadScriptText(..) | Mnikolenko Productengine | |
2017-11-10 | Remove delete preset dialog, Initial settings for selection level ↵ | Rider Linden | |
(Region/Parcel/Local) | |||
2017-08-30 | MAINT-7758 Fixed freeze on loading lsl scripts from unicode named windows ↵ | andreykproductengine | |
folder. | |||
2017-08-25 | MAINT-7752 FIXED Crash in LLPreviewNotecard::handleSaveChangesDialog | Mnikolenko Productengine | |
2017-08-23 | MAINT-7732 FIXED Crash in LLLiveLSLEditor::loadScriptText | Mnikolenko Productengine | |
2017-07-28 | MAINT-7650 FIXED Crash in LLPreviewLSL::saveIfNeeded(bool) | Mnikolenko Productengine | |
2017-03-30 | MAINT-7245 Use Experience Box in LSL Editor will not show as checked if ↵ | Mnikolenko Productengine | |
containing object is in another region | |||
2016-07-29 | MAINT-1660 Don't hide script editor floater immediately after removing ↵ | Mnikolenko Productengine | |
script from inventory. | |||
2016-04-14 | Fix further merge error in LLLiveLSLEditor::draw() | Ansariel | |
2016-04-07 | OPEN-292: More removal of orphaned legacy script upload methods | Ansariel | |
2016-04-05 | Fix old merge issue in LLLiveLSLEditor::draw() | Ansariel | |
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2016-03-17 | Merge | Rider Linden | |
2016-03-16 | merge changes for DRTVWR-417 | Oz Linden | |
2016-02-07 | merge changes for OPEN-292 | Oz Linden | |
2015-12-21 | MAINT-1017 FIXED Disable checkbox during saving process to avoid glitch. | Mnikolenko ProductEngine | |
2015-11-29 | Merged lindenlab/viewer-tools-update into default | Cinder Biscuits | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-10-19 | Merge from viewer release. | Rider Linden | |
2015-09-03 | Changes from code review with Nat | Rider Linden | |
2015-09-02 | Move associated experience fetching into the ExperienceCache as a coro ↵ | Rider Linden | |
remove the responder. | |||
2015-09-01 | MAINT-5575: Convert the Experience cache into a coro based singleton. | Rider Linden | |
--HG-- branch : MAINT-5575 | |||
2015-08-27 | Convert LSL script preview compilation exp request | Rider Linden | |
2015-08-18 | MAINT-5506: Fix ugly timing bug in llurlentry static initialization. | Nat Goodspeed | |
The problem was that class-static LLUrlEntryParcel::sRegionHost was being initialized by copying class-static LLHost::invalid. Naturally, these two statics are initialized in different source files. Since C++ makes no promises about the relative order in which objects in different object files are initialized, it seems we hit a case in which we were trying to initialize sRegionHost by copying a completely uninitialized LLHost::invalid. In general we might attempt to address such cross-translation-unit issues by introducing an LLSingleton. But in this particular case, the punch line is that LLHost::invalid is explicitly constructed identically to a default-constructed LLHost! In other words, LLHost::invalid provides nothing we couldn't get from LLHost(). All it gives us is an opportunity for glitches such as the above. Remove LLHost::invalid and all references, replacing with LLHost(). | |||
2015-07-29 | MAINT-5376 FIXED Sort experiences by name in the LSL editor experience ↵ | Mnikolenko ProductEngine | |
chooser drop down list | |||
2015-07-23 | Remove unused code and llassetuploadresponders files. | 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-01 | Merge from viewer-relese and become version 3.8.1 | andreykproductengine | |
2015-06-08 | merge changes for 3.7.29-release | Oz Linden | |
2015-05-22 | MAINT-999 FIXED Clear message when clicking Save button. | Mnikolenko ProductEngine | |
2015-04-15 | Merge viewer-release | simon | |
2015-04-13 | merge changes for 3.7.27-release | Oz Linden | |
2015-02-08 | OPEN-292 - Remove lscript from project, | Cinder | |
Remove legacy udp script upload methods, Refactor script runtime perms from three arrays to one struct array so we don't have to juggle array order anymore. | |||
2015-01-13 | merge changes for 3.7.24-release | Oz Linden | |