summaryrefslogtreecommitdiff
path: root/indra/newview/llscripteditorws.h
AgeCommit message (Collapse)Author
9 daysIssue #6188: standardize and implement missing `system.*` methods.Rider Linden
10 daysIssue #6191: implemented both recompile_all and reset_all commands through ↵Rider Linden
command interface.
10 daysIssue 6186: Include parameter list when advertising commands.Rider Linden
2026-08-17Issue https://github.com/secondlife/sl-vscode-plugin/issues/98: Refactor ↵Rider Linden
message passing into unified format.
2026-08-12Issue https://github.com/secondlife/sl-vscode-plugin/issues/99: Allow rezzed ↵Rider Linden
objects to be saved back to their rezzer's inventory.
2026-08-06JSON-RPC command.execute instruction for arbitrary 1-off commands and ↵Rider Linden
extensions.
2026-08-05Move object publishing tracking to its own manager in the viewer.Rider Linden
2026-07-24Forgot to remove something from the header.Rider Linden
2026-07-23Was not correctly parsing metadata from task inventory API, fix how I was ↵Rider Linden
using the cache control.
2026-07-22Publish object inventories to external editor. (#5834)Rider Linden
* Adding tight integration flag for vscode and open code through a URL. * [WIP] Publish objects and their contents from the viewer into VS code. * [WIP] Still very much a work in progress, supports most of the core operations publish, get, write, delete, and create. Still quite a few bugs to work out. * [WIP] Object publishing checkpoint. * [checkpoint] Script tight integration with vscode, object publishing. * Number of fixed issue. * A few redundancy and performance fixes. * Some cosmetics. * I like "Explore" better than "Publish" * Object renaming, luau inventory icon, runstate, restart. * Some clean up around permissions and possible nullptr deref. * Code review feedback.
2026-04-29Added support to jsonrpc server for the viewer based syntax cache.Rider Linden
2026-01-06Add missing function definition to headerWolfGangS
Signed-off-by: WolfGangS <flamin2k8@gmail.com>
2025-10-07A couple of naming issues, and accessing an iterator post erase.Rider Linden
2025-10-07Added scripting options floater for config, switched to using config values. ↵Rider Linden
Added "runtime.debug" and "runtime.error" notifications.
2025-10-07Implemented simple challenge on handshake, fixed issue with closing a ↵Rider Linden
connection.
2025-10-07Changes to the message protocol for script.compiled and language requests.Rider Linden
2025-10-07initial Lua types files, and switch websocket server to use a single ↵Rider Linden
connection for all scripts.
2025-10-07Expand the websocket implementation a bit. Added JSONRPC specialization.Rider Linden
2025-10-07First pass at websocket server for editing.Rider Linden