Skip to content

Release/26.4 - #6193

Open
Geenz wants to merge 706 commits into
mainfrom
release/26.4
Open

Release/26.4#6193
Geenz wants to merge 706 commits into
mainfrom
release/26.4

Conversation

@Geenz

@Geenz Geenz commented Aug 25, 2026

Copy link
Copy Markdown
Collaborator

relnotes:

26.4 Lua Editor

The Lua Editor Alpha Viewer takes another important step toward a more capable scripting workflow in Second Life. This release improves communication between the Viewer and the newly published Second Life VS Code extension, restores an experimental Linux Viewer, and includes the latest WebRTC Voice and viewer-maintenance updates.

Lua Editor and VS Code Support

The Lua Editor integration now provides a smoother, more reliable workflow between Second Life and Visual Studio Code.

  • Improved live exploration of objects and linksets from VS Code.
  • Added better tracking when the selected object or linkset changes.
  • Improved opening, reading, editing, and saving scripts and notecards stored in objects.
  • Improved reconnection and subscription handling between the Viewer and external editors.
  • Added structured compiler diagnostics so errors can be associated more accurately with the affected script, line, and column.
  • Improved forwarding of runtime errors, debug messages, owner messages, and stack information to VS Code.
  • Added clearer and more consistent error responses when an external-editor request cannot be completed.
  • Added Viewer menu commands for working with the external script editor.

These improvements accompany the Second Life VS Code extension and its tighter integration with the Viewer. The related Viewer work is documented in PR #6104 and PR #6156.

The Viewer continues to support both LSL and Lua scripts, including language-specific syntax information supplied by supported regions.

For information about using Lua in Second Life, visit the Lua wiki page.

Linux Viewer Returns

An experimental Linux build of the Second Life Viewer is available again with this release.

This work brings the Linux Viewer back onto the current Viewer codebase and incorporates the 26.3 maintenance changes. As this remains an early return for official Linux builds, Linux users should expect some rough edges and are strongly encouraged to report compatibility, installation, graphics, audio, and input issues.

The integration work can be found in PR #6132.

The Linux build may be downloaded directly from GitHub https://github.com/secondlife/viewer/releases/download/Second_Life_Project_Lua_Editor%23f26e024-2026-08-20/Second_Life_Project_Lua_Editor_26_3_0_32302693173_x86_64.tar.xz

Known Issues

(Mac only) Login screen is sometimes Magnified, a viewer restart resolves it https://github.com/secondlife/viewer-private/issues/700

Contributors

Thank you to everyone who contributed code and improvements included in this Lua Editor Alpha release:

Community contributions in this release include avatar appearance fixes from Kitty Barnett, block list improvements from DarlCat, and Marketplace URL improvements from Hecklezz. Thank you for helping make the Second Life Viewer better for everyone.

Help Us Improve

This is still an Alpha Viewer, and your testing is especially valuable. Please tell us about problems with Lua or LSL editing, the VS Code integration, Linux support, Voice, or any other part of the Viewer.

Share feedback and report issues: Second Life Feedback Portal

You can review the associated source changes and technical details in the Lua Editor Alpha release on GitHub.

santoslgl01-web and others added 30 commits May 12, 2026 01:48
(develop) Fix display of ad-hoc session type in About and display p2p instead as appropriate
Latest version of OpenJPEG fixes a header issue that seems to be causing troubles with some older uploaded textures. Bug affected versions 2.5.1, 2.5.2 and 2.5.3.
reshape tried to setCursor before postBuild
# Conflicts:
#	indra/llfilesystem/lldir.cpp
#	indra/llfilesystem/llfilesystem.cpp
#	indra/newview/llappviewer.cpp
#	indra/newview/lltexturecache.cpp
#	indra/newview/llvoiceclient.cpp
#	indra/newview/skins/default/xui/en/floater_preferences_graphics_advanced.xml
akleshchev and others added 22 commits August 25, 2026 23:05
…that were registered as async, send back an error to the caller.
--leap is mapped to --set LeapCommand
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
#6174 Allow changing maturity preference on maturity error dialog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment