| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-08-20 | #6162 Preserve script keyword defaults when region omits definitions | Andrey Lihatskiy | |
| 2026-05-05 | Update to new lsl-definitions | Rider Linden | |
| 2026-04-29 | Apply suggestions from code review | Rider Linden | |
| Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> | |||
| 2026-04-29 | trigger the pre-commit. | Rider Linden | |
| 2026-04-29 | Apply suggestions from code review | Rider Linden | |
| Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> | |||
| 2026-04-29 | Added support to jsonrpc server for the viewer based syntax cache. | Rider Linden | |
| 2026-04-28 | Refactor the LLSyntaxIDLSL/Lua into single LLSyntaxDefCache, use new cap ↵ | Rider Linden | |
| when available to retrieve all language definition files and cache them locally. Retrieve the default definition files from the LSL definitions precompiled library. | |||
| 2026-02-06 | fetchKeywordsFileCoro would invoke loadKeywordsIntoLLSD as part of the ↵ | Rider Linden | |
| coroutine. This would trigger an attempt to get a mutex which will fail in a coro. Instead post the cleanup back to the mainthread. | |||
| 2025-12-03 | Merge branch 'develop-linux' into marchcat/slua-linux | Andrey Lihatskiy | |
| # Conflicts: # indra/newview/llfeaturemanager.cpp | |||
| 2025-11-28 | #5072 Use make_shared for more efficient ref counting and allocation | Rye | |
| 2025-10-08 | Renamed types_lua_default.llsd to types_lua_default.xml, returning an empty ↵ | Rider Linden | |
| lang def is not a success. Hopefully this will package correctly. | |||
| 2025-10-07 | initial Lua types files, and switch websocket server to use a single ↵ | Rider Linden | |
| connection for all scripts. | |||
| 2025-02-25 | #3422 Better handling of Lua syntax | Andrey Lihatskiy | |
| 2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
| LF, and trim trailing whitespaces as needed | |||
| 2017-01-25 | MAINT-7056 Viewer crash when opening many scripts. | Mnikolenko Productengine | |
| 2015-09-18 | Set consistent terminology for yield/wait -> suspend for coroutines. | Rider Linden | |
| 2015-07-10 | Backed out changeset bab1000e1b2d: restore 'selfless' changes | Nat Goodspeed | |
| 2015-07-07 | Backout selfles merge 738255dbbfd679d9e615baab3398e5e345bbb3c5 | Rider Linden | |
| 2015-07-01 | MAINT-5351: Remove 'self' parameter from coroutine functions. | Nat Goodspeed | |
| lleventcoro_test.cpp runs clean (as modified for new API), and all the rest builds clean, but the resulting viewer is as yet untested. | |||
| 2015-06-03 | Remove vestigial httpclient.h include from files that no longer need it. | Rider Linden | |
| 2015-05-28 | Convert LSL syntax download to coroutine. | Rider Linden | |
| 2015-04-10 | restore 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-07 | replace llifstream and llofstream with std::ifstream and std::ofstream ↵ | Oz Linden | |
| respectively | |||
| 2015-04-07 | convert llifstream and llofstream to std::ifstream and std::ofstream ↵ | Oz Linden | |
| respectively | |||
| 2014-07-09 | STORM-2037 - Update fetchKeywordsFileresponder to use latest ↵ | Cinder | |
| LLHTTPClient::responder changes | |||
| 2014-06-20 | STORM-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-20 | BUG-6425 - Init default keywords file during ctor so we have something to ↵ | Cinder | |
| fallback on should caps or fetch fail | |||
| 2014-06-09 | STORM-2026 - Use more unique syntax colors by default, also clean up some ↵ | Cinder | |
| indentation | |||
| 2014-06-09 | Greatly 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-04 | A little more cleanup in LLSyntaxIDLSL and LLKeywords | Cinder | |
| 2014-05-14 | clean up the constructor for LLSyntaxIdLSL | Oz Linden | |
| 2014-05-12 | Style - rename previously static members, fix scope, ease up on the ↵ | Cinder | |
| exclamation points in debug messages | |||
| 2014-05-11 | Fix callback signal, Eliminate some unnecessary statics | Cinder | |
| 2014-05-07 | Code policy | Cinder | |
| 2014-05-06 | Let's get started: some code policy cleanup, reference arguments where we ↵ | Cinder | |
| can, correct spelling | |||
| 2014-03-28 | storm-1831: Fixing the remaining LL_ERRS. | Ima Mechanique | |
| 2014-03-14 | correct logging levels (ERR causes a crash), and a minor style fix | Oz Linden | |
| 2014-03-06 | storm-1831 Converting LLSyntaxIdLSL to a singleton. Adding callback for ↵ | Ima Mechanique | |
| signalling arrival of Syntax file from capability. | |||
| 2014-02-25 | fix typo | Oz Linden | |
| 2014-02-25 | don't use the simulator channel in the keywords cache file name | Oz Linden | |
| 2014-02-06 | Changing how state of loading is reported to better allow other classes to ↵ | Ima Mechanique | |
| know what is happening. | |||
| 2014-02-05 | Checking version for cached files so older versions cannot sneak through on ↵ | Ima Mechanique | |
| upgrading of format. | |||
| 2014-02-05 | Cleaning up a little. Using assigned values for simFeature/Capability name ↵ | Ima Mechanique | |
| instead of literal values. | |||
| 2014-01-31 | strom-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-30 | Removing duplication of messages | Ima Mechanique | |
| 2014-01-30 | strom-1832 Adding checks for validity and version when downloading XML | Ima Mechanique | |
| 2014-01-14 | Adding TODO for LLSD validating and version check, while I wait for some ↵ | Ima Mechanique | |
| info on how to do it. | |||
| 2013-12-19 | Fixing loading of default keywords file when nothing has been previously loaded. | Ima Mechanique | |
| 2013-11-21 | storm-1831 Fixing message string UUID assignment | Ima Mechanique | |
| 2013-11-21 | storm-1831 Cleaning up output messages SyntaxLSL. | Ima Mechanique | |
