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. | |||
2021-07-19 | Merge with tip of Master after a Viewer release | Callum Prentice | |
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-09 | Merge branch 'master' into DRTVWR-516-maint | Andrey Lihatskiy | |
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. | |||
2021-03-02 | Merge branch 'master' into DRTVWR-516-maint | Andrey Lihatskiy | |
2021-02-03 | Merge with Master after Viewer release | Callum Prentice | |
2021-02-01 | Merge branch 'master' into DRTVWR-516-maint | Andrey Lihatskiy | |
2020-10-27 | SL-14182 remove old script asset file after saving changes and allow ↵ | Mnikolenko Productengine | |
renaming files if destination file exists | |||
2020-10-23 | SL-14050 remove references to viewer-help | Mnikolenko Productengine | |
2020-09-28 | SL-13995 User Friendly Script Name In External Editor Tab | Andrey Kleshchev | |
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-04-03 | SL-10782 External edit button for Notecards | 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 | |||
2017-08-25 | MAINT-7752 FIXED Crash in LLPreviewNotecard::handleSaveChangesDialog | Mnikolenko Productengine | |
2017-08-23 | MAINT-7732 FIXED Crash in LLLiveLSLEditor::loadScriptText | Mnikolenko Productengine | |
2016-07-29 | MAINT-1660 Don't hide script editor floater immediately after removing ↵ | Mnikolenko Productengine | |
script from inventory. | |||
2016-04-07 | OPEN-292: More removal of orphaned legacy script upload methods | 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-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-08-27 | Convert LSL script preview compilation exp request | 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-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. | |||
2014-12-19 | merge with 3.7.23-release | maksymsproductengine | |
2014-10-09 | Merge | 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 downstream code and become 3.7.12 | simon | |
2014-06-09 | Greatly simplify LLSyntaxIdLSL: | Cinder | |
* Move file fetched callback to the singleton and handle all syntax id changes within the singleton * Remove a fair number of bool checks and method relying more on callbacks to drive syntax changes. * Don't pretty print the cache file to conserve space and to speed up xml to llsd parsing * Clean up includes | |||
2014-05-12 | Eliminate updateKeywords() | Cinder | |
2014-05-12 | STORM-2027 - Fix syntax highlighting on subsequent opening of scripts. | Cinder | |
This could use more refactoring, but it fixes it. | |||
2014-05-07 | Merge up. | Cinder | |
2014-05-07 | Code policy | Cinder | |
2014-05-07 | Merge with 3.7.7-release | dolphin | |
2014-05-07 | Merge downstream version 3.7.8 code | simon | |
2014-05-07 | merge changes for 3.7.7-release | Oz Linden | |
2014-05-06 | Let's get started: some code policy cleanup, reference arguments where we ↵ | Cinder | |
can, correct spelling | |||
2014-04-18 | Remove clearHighlights() | Cinder | |
2014-04-18 | Begin moving script editor portions of LLTextEditor to their own derived class. | Cinder | |
This should fix the run off segment bugs by not overriding LLTextBase::clearSegments() in LLTextEditor TODO: Move the rest of the script stuff out of LLTextEditor for simplicity sake | |||
2014-03-26 | storm-1831 Removing the callback after first region crossing. Prevents ↵ | Ima Mechanique | |
repeated callbacks after highlighting has been removed for live script. | |||
2014-03-25 | MAINT-3852 FIXED Use script name in "Save as" dialog. | Mnikolenko ProductEngine | |
2014-03-10 | Fixed a bug that lost callbacks if > 10 experiences were looked up at a time. | dolphin | |
2014-03-09 | storm-1831 Fixing identificaton of label for highlighting. | Ima Mechanique | |
2014-03-06 | storm-1831 Changes in postBuild to use onFileFetchedCallback | Ima Mechanique | |
2013-11-11 | Renaming initKeywords to better reflect its intended use ↵ | Ima Mechanique | |
(onRegionChangeInitialiseKeywords) |