summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2014-01-30Moved fetchKeywordsFileResponder class to end of file, so that LLSyntaxIdLSL ↵Ima Mechanique
is declared ahead of it for friend status.
2014-01-15Replacing old keyword default file. This is NOT an LL sanctioned file, but a ↵Ima Mechanique
temporary personally generated one for testing while the canonical file is being prepared.
2014-01-14Adding TODO for LLSD validating and version check, while I wait for some ↵Ima Mechanique
info on how to do it.
2014-01-14storm-1831 Enabling highlighting of deprecated and god-mode functions.Ima Mechanique
2014-01-14STORM-1831 Updated XML defaults file. Adding some recently added constants. ↵Ima Mechanique
Changed indenting to a single space. Adding the Relax schema file that is referenced in the XML.
2014-01-11Updated indenting of XML file to use a single tab per indent level. This ↵Ima Mechanique
also reduces the file size by over 200KB
2014-01-04storm-1831 In the LLSD, functions are in a <map> which makes sorting ↵Ima Mechanique
unnecessary (loading sorts them).
2014-01-04STORM-1831/STORM-2000 Changing LSL syntax schema to contain arguments in an ↵Ima Mechanique
array instead of a map element.
2013-12-19Fixing loading of default keywords file when nothing has been previously loaded.Ima Mechanique
2013-12-18STORM-1831 Changing addRegionChangedCallback to more closely resemble the ↵Ima Mechanique
feature it replaces. This fixes the crashes reported by Whirly ;-)
2013-12-17add LLAgent::removeRegionChangedCallbackOz Linden
2013-11-22storm-1831 Replacing old hack with an ENUM check.Ima Mechanique
2013-11-21storm-1831 Fixing message string UUID assignmentIma Mechanique
2013-11-21storm-1831 Cleaning up output messages SyntaxLSL.Ima Mechanique
2013-11-21storm-1831 Removing am uneccessary message.Ima Mechanique
2013-11-21storm-1831 Replacing old region changed callback setup with the shiny new one.niel@mint-32
2013-11-20storm-1831 Expanding/fixing copyright headerniel@mint-32
2013-11-20Mergeniel@mint-32
2013-11-19replace uses of LLEnvManagerNew::setRegionChangeCallback with ↵Oz Linden
LLAgent::addRegionChangedCallback
2013-11-19add documentation to LLAgent::addRegionChangedCallback and improve loggingOz Linden
2013-11-18add callbacks to LLAgent for Region and Parcel changesOz Linden
2013-11-18merge changes for STORM-1831Oz Linden
2013-11-18add license headerOz Linden
2013-11-16Cleanup of output messages. Converting most of the LL_WARNS to LL_INFOS, now ↵Ima Mechanique
testing is done.
2013-11-15Fixing the stupid mistake that prevented this from compiling. Thanks to ↵Ima Mechanique
Jonathan Yap for spotting it.
2013-11-11convert dos line endingsOz Linden
2013-11-11increment viewer version to 3.6.11Oz Linden
2013-11-11Commenting out an include for lscript_rt_interface.h, intend to track down ↵Ima Mechanique
and remove all of these, where appropriate, later.
2013-11-11Renaming initKeywords to better reflect its intended use ↵Ima Mechanique
(onRegionChangeInitialiseKeywords)
2013-11-11Fixing indentation of LLScriptEdCore::initKeywordsIma Mechanique
2013-11-10Fixing some small discrepencies.Ima Mechanique
2013-11-10Moving keywords code into its own method.Ima Mechanique
2013-11-10storm-1831 Switch to use the llsyntaxid keywords LLSD directlyIma Mechanique
2013-11-10Tidying up llsyntaxid filesIma Mechanique
2013-11-10Adding getter for mFullFileSpec, shortening loadKeywordsFileIntoLLSD to ↵Ima Mechanique
loadKeywordsIntoLLSD.
2013-11-10Fixing missing parenthesis.Ima Mechanique
2013-11-09Fixing some references to 'filename' I forgot to rename to mFullFileSpec.Ima Mechanique
2013-11-09Changing method openKeywordFile to loadKeywordFileIntoLLSD to load ↵Ima Mechanique
cached/default syntax file and method to access sKeyWordsXML. loadKeywordFileIntoLLSD was taken almost verbatim from LLKeywords::loadIntoLLSD which can be removed later. I know the name is long but I wanted to remember where it came from and why it is how it is. Removed a little cruft also.
2013-11-09Backed out changeset: e82d9467bec8Ima Mechanique
2013-11-09Adding method to load cached/default syntax file and method to access ↵Ima Mechanique
sKeyWordsXML.
2013-11-07DRTVWR-338 Make an inocuous change to get a new build number out of TeamCityDave Parks
2013-11-07Fixing LL_WARNS without labels and removing some crufty comments missed beforeIma Mechanique
2013-11-07storm-1831 General cleanup of cruft created during caps experiments ;-)Ima Mechanique
2013-11-07STORM-1831 Adding "LSLSyntax" to list of capabilities the region keeps track of.Ima Mechanique
2013-11-07STORM-1831 Increasing source text buffer to 256 KB (As discussed in ↵Ima Mechanique
Server/Scripting and Open Source User Groups). This change also addresses/closes: VWR-22401
2013-11-05MAINT-3376 FIXED Successive llSetTextureAnim calls fail in 3.6.10 (283075) ↵maksymsproductengine
unless a different command (llSleep(0.01), llSay(0,"hello")) is placed between them.: - fix for MAINT-2861 was reverted to resolve this issue;
2013-10-28Pull merge from lindenlab/viewer-fbcMerov Linden
2013-10-28ACME-1099 : Fix crash when getting the Facebook cap from a (potentially ↵Merov Linden
null) region
2013-10-28MAINT-3343 FIXED Expand/Collapse message pan only on left click.Mnikolenko ProductEngine
2013-10-25cleaning out extra (commented) setKeywordsXml callIma Mechanique