Commit Graph

187 Commits (d0e90ea0cf8f6881bf2b1f9a407e5eea57ccca3d)

Author SHA1 Message Date
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
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
dolphin 0481494c2d Merge with 3.7.8-release 2014-05-20 10:03:09 -07:00
Cinder 70aff2154b Eliminate updateKeywords() 2014-05-12 07:23:52 -06:00
Cinder 6141aa44d0 STORM-2027 - Fix syntax highlighting on subsequent opening of scripts.
This could use more refactoring, but it fixes it.
2014-05-12 06:54:04 -06:00
Cinder 059a29e976 Fix callback signal, Eliminate some unnecessary statics 2014-05-11 23:17:31 -06:00
Cinder a354d0efb3 Merge up. 2014-05-07 19:59:41 -06:00
Cinder 8501d6494b Code policy 2014-05-07 19:58:56 -06:00
simon dc4c184696 Merge downstream version 3.7.8 code 2014-05-07 13:19:05 -07:00
dolphin 48fece4473 Merge with 3.7.7-release 2014-05-07 11:14:26 -07:00
simon 250db74bf9 Pull and merge viewer-release as version 3.7.8 2014-05-07 10:56:41 -07:00
simon a5568f942b Merge downstream version 3.7.8 code 2014-05-07 15:28:13 -07:00
Oz Linden a98b4b6bee merge changes for 3.7.7-release 2014-05-07 11:09:04 -04:00
Cinder e8422e5bed Let's get started: some code policy cleanup, reference arguments where we can, correct spelling 2014-05-06 11:09:50 -06:00
Cinder 46627b4eb2 Remove clearHighlights() 2014-04-18 23:20:33 -06:00
Cinder dcffb97518 Move some more script editor functions from LLTextEditor to LLScriptEditor 2014-04-18 23:13:57 -06:00
Cinder 8c39617c9a Begin moving script editor portions of LLTextEditor to their own derived class.
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-04-18 12:52:07 -06:00
Ima Mechanique 8e53c5bfb0 storm-1831 Removing the callback after first region crossing. Prevents repeated callbacks after highlighting has been removed for live script. 2014-03-26 20:31:05 +00:00
Mnikolenko ProductEngine bb0515db31 MAINT-3852 FIXED Use script name in "Save as" dialog. 2014-03-25 11:37:19 +02:00