Commit Graph

204 Commits (f8254a9d787ab6235c8fb076bd65dc7cd978dce9)

Author SHA1 Message Date
andreykproductengine f8254a9d78 MAINT-7758 Fixed freeze on loading lsl scripts from unicode named windows folder. 2017-08-30 19:57:02 +03:00
Mnikolenko Productengine e46f66ff31 MAINT-7752 FIXED Crash in LLPreviewNotecard::handleSaveChangesDialog 2017-08-25 17:02:33 +03:00
Mnikolenko Productengine d775f9b63d MAINT-7732 FIXED Crash in LLLiveLSLEditor::loadScriptText 2017-08-23 18:45:45 +03:00
Mnikolenko Productengine 9e8464d5d9 MAINT-7650 FIXED Crash in LLPreviewLSL::saveIfNeeded(bool) 2017-07-28 17:03:23 +03:00
Mnikolenko Productengine 5e926ece20 MAINT-7245 Use Experience Box in LSL Editor will not show as checked if containing object is in another region 2017-03-30 16:30:01 +03:00
Mnikolenko Productengine bcadc2c1b3 MAINT-1660 Don't hide script editor floater immediately after removing script from inventory. 2016-07-29 17:53:33 +03:00
Ansariel adf4b727c2 Fix further merge error in LLLiveLSLEditor::draw() 2016-04-14 14:03:43 +02:00
Ansariel 77ef10e049 OPEN-292: More removal of orphaned legacy script upload methods 2016-04-07 10:04:05 +02:00
Ansariel e25e95b10e Fix old merge issue in LLLiveLSLEditor::draw() 2016-04-05 11:28:43 +02:00
Oz Linden 9be58e915a merge with 4.0.3-release 2016-04-04 15:53:09 -04:00
Rider Linden b8c1976460 Merge 2016-03-17 13:14:21 -07:00
Oz Linden 31f3db0291 merge changes for DRTVWR-417 2016-03-16 13:08:06 -04:00
Oz Linden 867ef882fd merge changes for OPEN-292 2016-02-07 13:41:41 -08:00
Mnikolenko ProductEngine 5099d01b74 MAINT-1017 FIXED Disable checkbox during saving process to avoid glitch. 2015-12-21 11:37:31 +02:00
Cinder Biscuits cc235cdcc4 Merged lindenlab/viewer-tools-update into default 2015-11-29 20:14:22 -07:00
Oz Linden c8726aba30 remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
Rider Linden 53b947e039 Merge from viewer release. 2015-10-19 12:03:08 -07:00
Rider Linden 8913ed6692 Changes from code review with Nat 2015-09-03 16:59:00 -07:00
Rider Linden 6c9610b4e4 Move associated experience fetching into the ExperienceCache as a coro remove the responder. 2015-09-02 11:50:26 -07:00
Rider Linden 96e343b49b MAINT-5575: Convert the Experience cache into a coro based singleton.
--HG--
branch : MAINT-5575
2015-09-01 16:13:52 -07:00
Rider Linden ac3af19539 Convert LSL script preview compilation exp request 2015-08-27 16:16:22 -07:00
Nat Goodspeed 62527e6f18 MAINT-5506: Fix ugly timing bug in llurlentry static initialization.
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-08-18 17:05:29 -04:00
Mnikolenko ProductEngine 4495a50e8c MAINT-5376 FIXED Sort experiences by name in the LSL editor experience chooser drop down list 2015-07-29 12:00:43 +03:00
Rider Linden 7882396811 Remove unused code and llassetuploadresponders files. 2015-07-23 13:06:24 -07:00
Rider Linden d22812a8c8 LSL Compile and upload from task object. Fix auto open when finished on all uploads... 2015-07-17 14:32:14 -07:00
Rider Linden 1a6a6c786d LSL Script upload from inventory. 2015-07-15 14:35:53 -07:00
andreykproductengine 79ffc6569b Merge from viewer-relese and become version 3.8.1 2015-07-01 14:40:05 +03:00
Oz Linden 949942c730 merge changes for 3.7.29-release 2015-06-08 16:33:02 -04:00
Mnikolenko ProductEngine 4e6b91abb6 MAINT-999 FIXED Clear message when clicking Save button. 2015-05-22 14:07:02 +03:00
simon a219cf1c98 Merge viewer-release 2015-04-15 15:07:13 -07:00
Oz Linden a8ef252571 merge changes for 3.7.27-release 2015-04-13 16:23:36 -04:00
Cinder ca08bd5aba OPEN-292 - Remove lscript from project,
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-02-08 12:53:39 -07:00
Oz Linden 6f3cf79a3a merge changes for 3.7.24-release 2015-01-13 13:46:45 -05:00
maksymsproductengine 027899963c merge with 3.7.23-release 2014-12-19 23:20:47 +02:00
andreykproductengine 811878df66 MAINT-202 FIXED Can't open scripts in copied objects individually on the viewer2 2014-11-05 17:52:14 +02:00
callum_linden 577a3973ea Update to build on Xcode 6.0: Large (and final) collection of fixes for unused variables, unused const-variables, unused member variables & functions etc. Also removed flags from CMake 2014-10-20 14:00:39 -07:00
dolphin f9113c286f Merge 2014-10-09 16:10:00 -07:00
Cho da639d1c98 Show experiences with blank names as (untitled experience) in experience search, script editor, and allowed/trusted/blocked lists for ACME-1585 2014-08-21 19:43:50 +01:00
Cho d071aeb6f1 merge 2014-08-20 01:11:55 +01:00
Cho 5b82645ba2 Added tooltip to > button in script editor for ACME-1588 2014-08-20 00:33:23 +01:00
dolphin 81c342dfa9 Merge with 3.7.13-release 2014-08-06 09:22:43 -07:00
dolphin 487fce4afa Merge with 3.7.11-release 2014-07-09 15:22:12 -07:00
Mnikolenko ProductEngine 01ad2bcd04 MAINT-4238 FIXED Accept new types of tokens/delimiters as well as TT_WORD 2014-07-23 11:34:55 +03:00
simon 3e6698073c Merge viewer-release and become version 3.7.12 2014-07-07 14:49:45 -07:00
simon bfa42c9e28 Merge downstream code and become 3.7.12 2014-07-07 16:17:53 -07:00
Cho 200788c344 Updated all experience responders for LLCurl::Responder interface changes for ACME-1535 and ACME-1536 2014-06-24 22:43:23 +01:00
Cho a9c281eb57 Updated ExperienceResponder in llpreviewscript.cpp to use new LLCurl::Responder interface for ACME-1534 2014-06-24 03:47:03 +01:00
Cinder 41f6c5ce48 Greatly simplify LLSyntaxIdLSL:
* 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-06-09 15:14:09 -06:00
Ricky Curtice 98720c3cec Merge 2014-06-05 06:31:30 -07:00
dolphin 8a45e1915d ACME-1495: Fxied merge 2014-05-27 15:43:17 -07:00