Details
-
Story Defect
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Second Life 3.6.11 (284217) Nov 21 2013 17:47:31 (Second Life Test)
Release Notes
You are at 126.7, 112.5, 23.0 in Xing1 PHX located at sim3003.aditi.lindenlab.com (216.82.16.122:13000)
SLURL: secondlife://Aditi/secondlife/Xing1%20PHX/127/112/23
(global coordinates 331391.0, 309360.0, 23.0)
DRTSIM-240 13.12.17.284928
Release Notes
CPU: Intel(R) Core(TM)2 Duo CPU T9600 @ 2.80GHz (2800 MHz)
Memory: 4096 MB
OS Version: Mac OS X 10.6.8 Darwin 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
Graphics Card Vendor: NVIDIA Corporation
Graphics Card: NVIDIA GeForce 9600M GT OpenGL Engine
OpenGL Version: 2.1 NVIDIA-1.6.36
libcurl Version: libcurl/7.21.1 OpenSSL/0.9.8q zlib/1.2.5 c-ares/1.7.1
J2C Decoder Version: KDU v7.0
Audio Driver Version: FMOD Ex 4.44.12
Qt Webkit Version: 4.7.1 (version number hard-coded)
Voice Server Version: Vivox 4.5.0009.17865
Built with GCC version 40201
Packets Lost: 3/57640 (0.0%)Second Life 3.6.11 (284217) Nov 21 2013 17:47:31 (Second Life Test) Release Notes You are at 126.7, 112.5, 23.0 in Xing1 PHX located at sim3003.aditi.lindenlab.com (216.82.16.122:13000) SLURL: secondlife://Aditi/secondlife/Xing1%20PHX/127/112/23 (global coordinates 331391.0, 309360.0, 23.0) DRTSIM-240 13.12.17.284928 Release Notes CPU: Intel(R) Core(TM)2 Duo CPU T9600 @ 2.80GHz (2800 MHz) Memory: 4096 MB OS Version: Mac OS X 10.6.8 Darwin 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386 Graphics Card Vendor: NVIDIA Corporation Graphics Card: NVIDIA GeForce 9600M GT OpenGL Engine OpenGL Version: 2.1 NVIDIA-1.6.36 libcurl Version: libcurl/7.21.1 OpenSSL/0.9.8q zlib/1.2.5 c-ares/1.7.1 J2C Decoder Version: KDU v7.0 Audio Driver Version: FMOD Ex 4.44.12 Qt Webkit Version: 4.7.1 (version number hard-coded) Voice Server Version: Vivox 4.5.0009.17865 Built with GCC version 40201 Packets Lost: 3/57640 (0.0%)
Description
The STORM-1831 viewer highlights deprecated functions in black, which is the same color as a non-keyword. This is confusing, because at least some of these functions can still be compiled and work.
Repro:
- Login with the LSLSyntax viewer to a DRTSIM-240 region
- Create a new script
- Paste this text into the script
- llXorBase64StringsCorrect llXorBase64StringsCorrectINVALIDFUNCTION
- Observe the color of the text
Expected results:
- "llXorBase64StringsCorrect" should not be the same color as "llXorBase64StringsCorrectINVALIDFUNCTION"
- "llXorBase64StringsCorrect" should have a tooltip explaining the function
Actual results:
- I see the "llXorBase64StringsCorrect" tooltip, but the text is black, which is the same as a user-defined function or variable.
Here is a list of 'deprecated' functions, which I gathered from the wiki:
- llReleaseCamera
- llMakeExplosion
- llMakeFire
- llMakeFountain
- llMakeSmoke
- llReleaseCamera
- llRemoteDataSetRegion
- llRemoteLoadScript (no tooltip for this one - when I try to run a script with it, the output is simply 'Deprecated. Please use llRemoteLoadScriptPin instead.')
- llSetPrimURL
- llSound
- llSoundPreload
- llTakeCamera
- llXorBase64StringsCorrect