summaryrefslogtreecommitdiff
path: root/indra/newview/llscripteditorws.cpp
AgeCommit message (Expand)Author
8 daysNot sure what happened to the decl...Rider Linden
9 daysApply suggestions from code reviewRider Linden
9 daysIssue #6188: standardize and implement missing `system.*` methods.Rider Linden
9 daysIssue #6191: implemented both recompile_all and reset_all commands through co...Rider Linden
10 daysIssue 6186: Include parameter list when advertising commands.Rider Linden
10 daysIssue #6187: Add the utf-8 encoding to the content.Rider Linden
10 daysUsing the wrong object.Rider Linden
10 daysIssue #6184: Include the script id when it can be determined. Mark it as opt...Rider Linden
10 daysIssue #6180: If the run state is missing from the save message, use the old r...Rider Linden
2026-08-19Extract the correct compile error location from message.Rider Linden
2026-08-17Issue https://github.com/secondlife/sl-vscode-plugin/issues/98: Refactor mess...Rider Linden
2026-08-12Issue 6131: Show toast when starting and stopping the script edit server.Rider Linden
2026-08-12Issue https://github.com/secondlife/sl-vscode-plugin/issues/99: Allow rezzed ...Rider Linden
2026-08-12Issue #https://github.com/secondlife/sl-vscode-plugin/issues/93: This is a te...Rider Linden
2026-08-10Refresh the object's data when it is published. (link children seem to be an ...Rider Linden
2026-08-06JSON-RPC command.execute instruction for arbitrary 1-off commands and extensi...Rider Linden
2026-08-05Move object publishing tracking to its own manager in the viewer.Rider Linden
2026-08-04#6081 Fix async use-after-free in editor savesAndrey Lihatskiy
2026-07-23Make the cached controls static to the function.Rider Linden
2026-07-23Was not correctly parsing metadata from task inventory API, fix how I was usi...Rider Linden
2026-07-22Publish object inventories to external editor. (#5834)Rider 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-01-08Remove unused connection_id valueWolfGang
2025-12-24Trailing whitespaceWolfGangS
2025-12-21Add method to script editor websocket to list scripts available for subscriptionWolfGangS
2025-10-08Renamed types_lua_default.llsd to types_lua_default.xml, returning an empty l...Rider Linden
2025-10-07A couple of naming issues, and accessing an iterator post erase.Rider Linden
2025-10-07Update indra/newview/llscripteditorws.cppRider Linden
2025-10-07Inconsistent snakes vs. camels.Rider Linden
2025-10-07Added scripting options floater for config, switched to using config values. ...Rider Linden
2025-10-07Implemented simple challenge on handshake, fixed issue with closing a connect...Rider Linden
2025-10-07Changes to the message protocol for script.compiled and language requests.Rider Linden
2025-10-07Update indra/newview/llscripteditorws.cppRider Linden
2025-10-07initial Lua types files, and switch websocket server to use a single connecti...Rider Linden
2025-10-07Expand the websocket implementation a bit. Added JSONRPC specialization.Rider Linden
2025-10-07First pass at websocket server for editing.Rider Linden