summaryrefslogtreecommitdiff
path: root/indra/newview/llsyntaxid.cpp
AgeCommit message (Collapse)Author
2015-04-10restore the ll[io]fstream because we need them as wrappers on Windows for ↵Oz Linden
wide char paths; on other platforms they are now just typedefs to the std classes
2015-04-07replace llifstream and llofstream with std::ifstream and std::ofstream ↵Oz Linden
respectively
2015-04-07convert llifstream and llofstream to std::ifstream and std::ofstream ↵Oz Linden
respectively
2014-07-09STORM-2037 - Update fetchKeywordsFileresponder to use latest ↵Cinder
LLHTTPClient::responder changes
2014-06-20STORM-2036 - Fix trying to parse caps too early by adding a callback to ↵Cinder
check region caps when they haven't already been received
2014-06-20BUG-6425 - Init default keywords file during ctor so we have something to ↵Cinder
fallback on should caps or fetch fail
2014-06-09STORM-2026 - Use more unique syntax colors by default, also clean up some ↵Cinder
indentation
2014-06-09Greatly simplify LLSyntaxIdLSL:Cinder
* 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-04A little more cleanup in LLSyntaxIDLSL and LLKeywordsCinder
2014-05-14clean up the constructor for LLSyntaxIdLSLOz Linden
2014-05-12Style - rename previously static members, fix scope, ease up on the ↵Cinder
exclamation points in debug messages
2014-05-11Fix callback signal, Eliminate some unnecessary staticsCinder
2014-05-07Code policyCinder
2014-05-06Let's get started: some code policy cleanup, reference arguments where we ↵Cinder
can, correct spelling
2014-03-28storm-1831: Fixing the remaining LL_ERRS.Ima Mechanique
2014-03-14correct logging levels (ERR causes a crash), and a minor style fixOz Linden
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-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-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-30Removing duplication of messagesIma Mechanique
2014-01-30strom-1832 Adding checks for validity and version when downloading XMLIma Mechanique
2014-01-14Adding TODO for LLSD validating and version check, while I wait for some ↵Ima Mechanique
info on how to do it.
2013-12-19Fixing loading of default keywords file when nothing has been previously loaded.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-16Cleanup of output messages. Converting most of the LL_WARNS to LL_INFOS, now ↵Ima Mechanique
testing is done.
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-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-10-25cleaning out extra (commented) setKeywordsXml callIma Mechanique
2013-10-25storm-1831 fixes for setKeywordsXmlIma Mechanique
2013-10-25storm-1831 Fixing viewer crash and clean up. No idea why storing the region ↵Ima Mechanique
pointer in mRegion causes crashes, when doing it locally in each method doesn't.
2013-10-22STORM-1831 Style cleanup/fixesIma Mechanique
2013-10-21STORM-1831 Adding the llsyntaxid.* files let were left out of commit ↵Ima Mechanique
7c74a59eeee4 OOPS