Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-04 | MAINT-8716 Script name should be passed to "Save to file" dialog. | maxim_productengine | |
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-01-16 | MAINT-7732 Crash in LLLiveLSLEditor::loadScriptText(..) | Mnikolenko Productengine | |
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 | |
2014-12-19 | merge with 3.7.23-release | maksymsproductengine | |
2014-11-05 | MAINT-202 FIXED Can't open scripts in copied objects individually on the viewer2 | andreykproductengine | |
2014-10-20 | Update to build on Xcode 6.0: Large (and final) collection of fixes for ↵ | callum_linden | |
unused variables, unused const-variables, unused member variables & functions etc. Also removed flags from CMake | |||
2014-10-09 | Merge | dolphin | |
2014-08-21 | Show experiences with blank names as (untitled experience) in experience ↵ | Cho | |
search, script editor, and allowed/trusted/blocked lists for ACME-1585 | |||
2014-08-20 | merge | Cho | |
2014-08-20 | Added tooltip to > button in script editor for ACME-1588 | Cho | |
2014-08-06 | Merge with 3.7.13-release | dolphin | |
2014-07-09 | Merge with 3.7.11-release | dolphin | |
2014-07-23 | MAINT-4238 FIXED Accept new types of tokens/delimiters as well as TT_WORD | Mnikolenko ProductEngine | |
2014-07-07 | Merge viewer-release and become version 3.7.12 | simon | |
2014-07-07 | Merge downstream code and become 3.7.12 | simon | |
2014-06-24 | Updated all experience responders for LLCurl::Responder interface changes ↵ | Cho | |
for ACME-1535 and ACME-1536 | |||
2014-06-24 | Updated ExperienceResponder in llpreviewscript.cpp to use new ↵ | Cho | |
LLCurl::Responder interface for ACME-1534 |