secondlife / secondlife/viewer

Make the Recompile entries in the Scripts menu less ambiguous.

Open
#6,319 0 comments 0 reactions 1 assignee View on GitHub

@marchcat is already working on this.

Since Sep 15, 2026.

bug
Dominant language
C++
Stars
299
Forks
146
Avg merge
1d 9h
Merged PRs (30d)
88

Description

Environment

26.4.0.34502396632

Description
Image

The menu entries are ambiguous. "Recompile Scripts (Mono)" does not mean Recompile the scripts that are set to Mono. It means set all LSL scripts to use "LSL on Mono" and recompile them.

Consider renaming them to indicate the script type will change. e.g. "Recompile LSL Scripts to Mono"
"Recompile LSL Scripts to LSL on Luau" (or Lua? https://github.com/secondlife/viewer/issues/6318)

"Recompile Scripts (Lua)" should remain as it is because it does not change the script type.

Reproduction steps
  1. Created 3 scripts in an object compiled to each of the LSL types.
  2. Edit the object
  3. Select Build menu > Scripts > Compile to Mono.

Observed: All 3 LSL scripts are now compiled to Mono.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.