secondlife / viewer

🖥️ Second Life's official client
GNU Lesser General Public License v2.1
209 stars 53 forks source link

Remove source info from output in Lua Debug Console #1921

Open AtlasLinden opened 3 months ago

AtlasLinden commented 3 months ago

Environment

Second Life Release 7.1.9.9746419119 (64bit) Release Notes

You are at 121.0, 110.0, 22.6 in Pasta Cake located at simhost-07c6878b4a755f512.agni SLURL: http://maps.secondlife.com/secondlife/Pasta%20Cake/121/110/23 (global coordinates 332,153.0, 305,518.0, 22.6) Second Life Server 2024-06-11.9458617693 Release Notes

CPU: 12th Gen Intel(R) Core(TM) i9-12900HK (2918.4 MHz) Memory: 32440 MB OS Version: Microsoft Windows 10 64-bit (Build 19044.3086) Graphics Card Vendor: NVIDIA Corporation Graphics Card: NVIDIA GeForce RTX 3050 Ti Laptop GPU/PCIe/SSE2

Windows Graphics Driver Version: 31.0.15.4659 OpenGL Version: 4.6.0 NVIDIA 546.59

Window size: 1779x1368 Font Size Adjustment: 96pt UI Scaling: 1 Draw distance: 128m Bandwidth: 10000kbit/s LOD factor: 1.5 Render quality: 4 Texture memory: 4095MB Disk cache: Max size 1638.4 MB (100.0% used)

J2C Decoder Version: KDU v7.10.4 Audio Driver Version: FMOD Studio 2.02.20 Dullahan: 1.14.0.202310131404 CEF: 118.4.1+g3dd6078+chromium-118.0.5993.54 Chromium: 118.0.5993.54 LibVLC Version: 3.0.16 Voice Server Version: Vivox 4.10.0000.32327.5fc3fe7c.5942f08

Packets Lost: 0/6,553 (0.0%) July 03 2024 07:04:49

Description

Source info is always displayed when output is printed to the Lua Debug Console with no option to remove it.

image

Reproduction steps

Run any lua script that prints output

maxim-productengine commented 1 week ago

Instead of completely removing source info, I'm adding a setting to show/hide it.