Skip to content

release/26.4

Pre-release
Pre-release

Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: Second_Life_Release#e572093e-2026.01...Second_Life_Release#9818c3e0-26.4
Build https://github.com/secondlife/viewer/actions/runs/33417795895
Second Life Release
26.4.0.33417795895

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.