summaryrefslogtreecommitdiff
path: root/indra/newview/llsyntaxid.cpp
AgeCommit message (Expand)Author
2026-08-20#6162 Preserve script keyword defaults when region omits definitionsAndrey Lihatskiy
2026-05-05Update to new lsl-definitionsRider Linden
2026-04-29Apply suggestions from code reviewRider Linden
2026-04-29trigger the pre-commit.Rider Linden
2026-04-29Apply suggestions from code reviewRider Linden
2026-04-29Added support to jsonrpc server for the viewer based syntax cache.Rider Linden
2026-04-28Refactor the LLSyntaxIDLSL/Lua into single LLSyntaxDefCache, use new cap when...Rider Linden
2026-02-06fetchKeywordsFileCoro would invoke loadKeywordsIntoLLSD as part of the corout...Rider Linden
2025-12-03Merge branch 'develop-linux' into marchcat/slua-linuxAndrey Lihatskiy
2025-11-28#5072 Use make_shared for more efficient ref counting and allocationRye
2025-10-08Renamed types_lua_default.llsd to types_lua_default.xml, returning an empty l...Rider Linden
2025-10-07initial Lua types files, and switch websocket server to use a single connecti...Rider Linden
2025-02-25#3422 Better handling of Lua syntaxAndrey Lihatskiy
2024-04-29#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ...Andrey Lihatskiy
2017-01-25MAINT-7056 Viewer crash when opening many scripts.Mnikolenko Productengine
2015-09-18Set consistent terminology for yield/wait -> suspend for coroutines.Rider Linden
2015-07-10Backed out changeset bab1000e1b2d: restore 'selfless' changesNat Goodspeed
2015-07-07Backout selfles merge 738255dbbfd679d9e615baab3398e5e345bbb3c5Rider Linden
2015-07-01MAINT-5351: Remove 'self' parameter from coroutine functions.Nat Goodspeed
2015-06-03Remove vestigial httpclient.h include from files that no longer need it.Rider Linden
2015-05-28Convert LSL syntax download to coroutine.Rider Linden
2015-04-10restore the ll[io]fstream because we need them as wrappers on Windows for wid...Oz Linden
2015-04-07replace llifstream and llofstream with std::ifstream and std::ofstream respec...Oz Linden
2015-04-07convert llifstream and llofstream to std::ifstream and std::ofstream respecti...Oz Linden
2014-07-09STORM-2037 - Update fetchKeywordsFileresponder to use latest LLHTTPClient::re...Cinder
2014-06-20STORM-2036 - Fix trying to parse caps too early by adding a callback to check...Cinder
2014-06-20BUG-6425 - Init default keywords file during ctor so we have something to fal...Cinder
2014-06-09STORM-2026 - Use more unique syntax colors by default, also clean up some ind...Cinder
2014-06-09Greatly simplify LLSyntaxIdLSL:Cinder
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 exclamati...Cinder
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 can...Cinder
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 signa...Ima Mechanique
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 kn...Ima Mechanique
2014-02-05Checking version for cached files so older versions cannot sneak through on u...Ima Mechanique
2014-02-05Cleaning up a little. Using assigned values for simFeature/Capability name in...Ima Mechanique
2014-01-31strom-1831 Cleaning up a number of issues raised.Ima Mechanique
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 info...Ima Mechanique
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