diff options
| author | Rider Linden <rider@lindenlab.com> | 2026-07-22 17:41:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-22 17:41:55 -0700 |
| commit | a6a2f98070cd55fcaadafc237bd0ffba9d466655 (patch) | |
| tree | 82f5444312786242e062de65ce6891213b032051 /autobuild.xml | |
| parent | 8a22869dfad731f8cd9f4164a7a2b57cd70af51c (diff) | |
Publish object inventories to external editor. (#5834)
* 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.
Diffstat (limited to 'autobuild.xml')
| -rw-r--r-- | autobuild.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/autobuild.xml b/autobuild.xml index 66c86f6c06..08d0df7ec9 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1333,11 +1333,11 @@ <key>archive</key> <map> <key>hash</key> - <string>9e8a23b240897ca2e98f6700fae3bec46ad0d0f2</string> + <string>c9928095cf40377e901458f5240305a7af2c554d</string> <key>hash_algorithm</key> <string>sha1</string> <key>url</key> - <string>https://github.com/secondlife/lsl-definitions/releases/download/v0.6.3/lsl_definitions-0.6.3-common-25336758775.tar.zst</string> + <string>https://github.com/secondlife/lsl-definitions/releases/download/v0.6.12/lsl_definitions-0.6.12-common-29281156609.tar.zst</string> </map> <key>name</key> <string>common</string> @@ -1348,9 +1348,9 @@ <key>license_file</key> <string>LICENSES/lsl_definitions.txt</string> <key>copyright</key> - <string>Copyright (c) 2026, Linden Lab</string> + <string>Copyright (c) 2026, Linden Research, Inc.</string> <key>version</key> - <string>0.6.3</string> + <string>0.6.12</string> <key>use_scm_version</key> <boolean>true</boolean> <key>name</key> |
