Difference between revisions of "LSL Library"

From Second Life Wiki
Jump to navigation Jump to search
 
(removed everything except the redirect)
 
(27 intermediate revisions by 9 users not shown)
Line 1: Line 1:
==Script Library==
#REDIRECT [[:Category:LSL_Library]]
 
<br /> There are many [[script|scripts]] that have become buried in the [http://forums.secondlife.com/forumdisplay.php?f=15 Scripting Library forum], were lost with the death of the scripting forums, or sit idle in [[inventory|inventories]] that could be useful and should be more accessible. Other scripters may be in the same situation. This wiki is a well-suited medium for a script library. Feel free to add scripts to the script library by creating new pages for them and linking to those pages here.<br /><br /> Proper etiquette for the library is to not edit someone else's script because you think your way is better, but rather to post your own version, linked from and back to the original.<br /><br />
 
 
'''Rules for posting:'''
1. Prefix pages for the script library with "<tt>LSL_Library_</tt>" to keep the Wiki namespace clean. Example: LSL_Library_Hello_Avatar
 
2. Your script must be tested and working. If it's not, stick it on your own username page until it is. This is a list of working, usable scripts.
3. Add a link to your script's page here. Link back to this page from your script's page.
4. Don't add scripts that duplicate the same functionality as an existing script. If yours does, explain why.
 
{| {{Prettytable}}
|-
|{{Hl2}}| '''Name'''
|{{Hl2}}| '''Creator'''
|{{Hl2}}| '''Description'''
|-
||
[[LSL_Library_Hello_Avatar|Hello Avatar]]
|| Linden Lab
||
SL's [[default]] script
|-
||[[LSL_Library_Dialog_Module|Dialog Module]]
||[[User:Strife_Onizuka]]
||Create and handle dialog boxes through [[link|linked]] messages.
|-
||[[LSL_Library_Rotation_Functions|Experimental Rotation Math Library]]
||[[User:Strife_Onizuka]]
||Collection of functions for working with [[rotation|rotations]].
|-
||[[LSL_Library_Float2Hex|Float2Hex]]
||[[User:Strife_Onizuka]]
||Very useful for [[float|floats]] transporting.
|-
||[[LSL_Library_Pseudo-Random_Generator|Pseudo-Random Number Generator]]
||[[User:Strife_Onizuka]]
||For use with secure [[communications|communication]] through insecure mediums to reducing the risk of the communications protocol being hacked.
|-
||
[[LSL_Library_Texture_Switcher|Texture Switcher]]
||
[[User:Strife_Onizuka]]
|| Texture switcher that will step through the textures in an object's inventory, displaying them on all sides of the object.
|-
||
[[LSL_Library_Unescape|Unescape]]
||
[[User:Strife_Onizuka]]
|| Unescape escape codes in strings.
|-
||
[[LSL_Library_Prim_Torture|Universal Prim Torture Script ]]
||
[[User:Strife_Onizuka]]
|| Upgradable universal prim torture script.
|-
||
[[LSL_Library_XyText]]
||
[[User:Xylor_Baysklef]]
|| Display text (up to 6 characters) on a prim
|}
 
----

Latest revision as of 03:45, 12 July 2008