summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2014-03-14correct logging levels (ERR causes a crash), and a minor style fixOz Linden
2014-03-09storm-1831 Fixing identificaton of label for highlighting.Ima Mechanique
2014-03-06storm-1831: Fixing constants not getting highlighted. Fixing ratation ↵Ima Mechanique
constant treated as string. Adding logging of unrecognised token groups.
2014-03-06Removing duplicate entry from colors.xmlIma Mechanique
2014-03-06storm-1831 Changes in postBuild to use onFileFetchedCallbackIma Mechanique
2014-03-06storm-1831 Converting LLSyntaxIdLSL to a singleton. Adding callback for ↵Ima Mechanique
signalling arrival of Syntax file from capability.
2014-02-25fix typoOz Linden
2014-02-25don't use the simulator channel in the keywords cache file nameOz Linden
2014-02-25keywords_lsl_default.xml updates from the simulator treeOz Linden
2014-02-25merge changes for 3.7.2-releaseOz Linden
2014-02-25merge latest changes from Ima with 3.6.14-releaseOz Linden
2014-02-24increment viewer version to 3.7.3Oz Linden
2014-02-14Merge. Refresh from viewer-release after 3.7.1 release.Monty Brandenberg
2014-02-14increment viewer version to 3.7.2Oz Linden
2014-02-11Merge. Refresh from viewer-release after 3.7.0 releaseMonty Brandenberg
2014-02-11Hack to fix ACME-1317Cho
2014-02-10increment viewer version to 3.7.1Oz Linden
2014-02-06Refactoring to better check state of loading and to allow clearing of ↵Ima Mechanique
highlighting if we don't have a valid keywords file.
2014-02-06Adding clear methods to remove any highlighting.Ima Mechanique
2014-02-06Changing how state of loading is reported to better allow other classes to ↵Ima Mechanique
know what is happening.
2014-02-05Checking version for cached files so older versions cannot sneak through on ↵Ima Mechanique
upgrading of format.
2014-02-05Cleaning up a little. Using assigned values for simFeature/Capability name ↵Ima Mechanique
instead of literal values.
2014-02-01MergeIma Mechanique
2014-01-31strom-1831 Cleaning up a number of issues raised.Ima Mechanique
Adding some constants and member variables. Moving arguments into constructor signature and adding new signature. Breaking saving of file into its own method to separate it from checking the LLSD. Cleaning up severla of the logging messages. Differentiating between successful and failed loads/fetches using sLoaded/sLoadFail.
2014-01-30fix odd editor artifactOz Linden
2014-01-30Another build triggerMonty Brandenberg
2014-01-30minor white-space fixesIma Mechanique
2014-01-30Removing duplication of messagesIma Mechanique
2014-01-30Making initialisation of mKeywords conditional on mSyntaxIdLSL having loaded ↵Ima Mechanique
an XML file.
2014-01-30strom-1832 Adding checks for validity and version when downloading XMLIma Mechanique
2014-01-30Moved fetchKeywordsFileResponder class to end of file, so that LLSyntaxIdLSL ↵Ima Mechanique
is declared ahead of it for friend status.
2014-01-29FITMESH-6: correct bounds checkingOz Linden
2014-01-29another trigger editMonty Brandenberg
2014-01-27Trivial edit to stimulate a new build.Monty Brandenberg
2014-01-24merge fix to the codesign fixOz Linden
2014-01-24fix error message python boo-booOz Linden
2014-01-24merge workaround for build farm Mac code signing failuresOz Linden
2014-01-23FITMESH-6, FITMESH-20 Fix for some objects disappearing when hardware ↵Dave Parks
skinning enabled and ALM disabled.
2014-01-22add retries around OSX codesign to try to work around frequent build farm ↵Oz Linden
failures
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-15Adding error output for attributes containing MAP or ARRAY elements.Ima Mechanique
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-14Fixing LL_INFOS out put for group colour that previous commit broke.Ima Mechanique
2014-01-14storm-1831 Enabling highlighting of deprecated and god-mode functions.Ima Mechanique
2014-01-14Removing the value "void" from return types and empty argument lists.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-11Correcting int to U32Ima Mechanique
2014-01-09Merge. Refresh from viewer-release after 3.6.13 release.Monty Brandenberg
2014-01-09SH-4667 HTTP Viewer reports network error instead of a misnamed joint on ↵Monty Brandenberg
mesh upload Tried to add consistent mesh upload retries in the HTTP work but a combination of bad status choices in the upload service and the one-shot nature of the upload capabilities means that status information can be lost. For now, retain the wonderful manual retry logic. At some future point, we might fix the services or add application-level retry.