Commit Graph

85 Commits (8a13530ce4eeb481ee467fd3ec54f1ed7e9f632a)

Author SHA1 Message Date
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 bcadc2c1b3 MAINT-1660 Don't hide script editor floater immediately after removing script from inventory. 2016-07-29 17:53:33 +03:00
Ansariel 77ef10e049 OPEN-292: More removal of orphaned legacy script upload methods 2016-04-07 10:04:05 +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
Oz Linden c8726aba30 remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
Rider Linden ac3af19539 Convert LSL script preview compilation exp request 2015-08-27 16:16:22 -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
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
maksymsproductengine 027899963c merge with 3.7.23-release 2014-12-19 23:20:47 +02:00
dolphin f9113c286f Merge 2014-10-09 16:10:00 -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 bfa42c9e28 Merge downstream code and become 3.7.12 2014-07-07 16:17:53 -07: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
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 a354d0efb3 Merge up. 2014-05-07 19:59:41 -06:00
Cinder 8501d6494b Code policy 2014-05-07 19:58:56 -06:00
dolphin 48fece4473 Merge with 3.7.7-release 2014-05-07 11:14:26 -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 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
dolphin 7b9817cbcc Fixed a bug that lost callbacks if > 10 experiences were looked up at a time. 2014-03-10 10:15:19 -07:00
Ima Mechanique 06bdcef531 storm-1831 Fixing identificaton of label for highlighting. 2014-03-09 04:55:46 +00:00
Ima Mechanique 76aa75974f storm-1831 Changes in postBuild to use onFileFetchedCallback 2014-03-06 13:24:52 +00:00
Ima Mechanique 377eb5561f Renaming initKeywords to better reflect its intended use (onRegionChangeInitialiseKeywords) 2013-11-11 16:34:16 +00:00
Ima Mechanique 1cf2acf6d7 Fixing some small discrepencies. 2013-11-10 22:47:34 +00:00
Ima Mechanique 488964157c Moving keywords code into its own method. 2013-11-10 21:57:29 +00:00
Ima Mechanique 29b2129e1e Backed out changeset: e82d9467bec8 2013-11-09 11:32:08 +00:00
Ima Mechanique 4af2158029 Adding method to load cached/default syntax file and method to access sKeyWordsXML. 2013-11-09 11:31:32 +00:00
Ima Mechanique bad5179f27 storm-1831 Fixing viewer crash and clean up. No idea why storing the region pointer in mRegion causes crashes, when doing it locally in each method doesn't. 2013-10-25 14:42:04 +01:00
Ima Mechanique 79645e6981 STORM-1831 First attempt at using SyntaxIdLSL capability. (incomplete) 2013-10-21 04:09:20 +01:00
Richard Linden 52da9f5f49 merge with viewer-release 2013-09-09 18:58:41 -07:00
dolphin d29268f331 Merge 2013-08-27 16:51:05 -07:00
dolphin 257110c11e Added new fields to the experience cache.
Experience profile moved to it's own floater, will probalby be moving again.
XP profile displays most data, though the presentation is not final
Fixed a bug with the XP selection combobox in the script editor
2013-08-21 15:43:09 -07:00
dolphin b980efd014 Added experience association info llsidepaneliteminfo for scripts.
Changed the cap which looks up a script association to take a object/item id pair
  instead of a asset id.
Updated llpreviewscript to use the new cap (which also improves loading time
  since it can be done in parallel with the lsltext retrieval).
2013-08-19 09:24:04 -07:00
dolphin 02b501e4dc Move the experience panel to the bottom of the editor floater 2013-08-15 09:32:12 -07:00
dolphin 6354ad379d Simplified the experience panel to only the required elements 2013-08-08 09:26:09 -07:00
dolphin 08a1ae6839 Checkpoint script editor 2013-08-06 16:05:09 -07:00
Richard Linden a2e22732f1 Summer cleaning - removed a lot of llcommon dependencies to speed up build times
consolidated most indra-specific constants in llcommon under indra_constants.h
fixed issues with operations on mixed unit types (implicit and explicit)
made LL_INFOS() style macros variadic in order to subsume other logging methods
such as ll_infos
added optional tag output to error recorders
2013-07-30 19:13:45 -07:00