Difference between revisions of "LSL Library"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 17: Line 17:
|{{Hl2}}| '''Description'''
|{{Hl2}}| '''Description'''
|-
|-
||
|| [[LSL_Library_Hello_Avatar|Hello Avatar]]
[[LSL_Library_Hello_Avatar|Hello Avatar]]
|| Linden Lab
|| Linden Lab
||
|| SL's [[default]] script
SL's [[default]] script
|-
|-
||[[LSL_Library_Dialog_Module|Dialog Module]]
||[[LSL_Library_Dialog_Module|Dialog Module]]
||[[User:Strife_Onizuka]]
||[[User:Strife_Onizuka|Strife Onizuka]]
||Create and handle dialog boxes through [[link|linked]] messages.
||Create and handle dialog boxes through [[link|linked]] messages.
|-
|-
||[[LSL_Library_Rotation_Functions|Experimental Rotation Math Library]]
||[[LSL_Library_Rotation_Functions|Experimental Rotation Math Library]]
||[[User:Strife_Onizuka]]
||[[User:Strife_Onizuka|Strife Onizuka]]
||Collection of functions for working with [[rotation|rotations]].
||Collection of functions for working with [[rotation|rotations]].
|-
|-
||[[LSL_Library_Float2Hex|Float2Hex]]
||[[LSL_Library_Float2Hex|Float2Hex]]
||[[User:Strife_Onizuka]]
||[[User:Strife_Onizuka|Strife Onizuka]]
||Very useful for [[float|floats]] transporting.
||Very useful for [[float|floats]] transporting.
|-
|-
||[[LSL_Library_Pseudo-Random_Generator|Pseudo-Random Number Generator]]
||[[LSL_Library_Pseudo-Random_Generator|Pseudo-Random Number Generator]]
||[[User:Strife_Onizuka]]
||[[User:Strife_Onizuka|Strife Onizuka]]
||For use with secure [[communications|communication]] through insecure mediums to reducing the risk of the communications protocol being hacked.
||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]]
[[LSL_Library_Texture_Switcher|Texture Switcher]]
||[[User:Strife_Onizuka|Strife Onizuka]]
||
||Texture switcher that will step through the textures in an object's inventory, displaying them on all sides of the object.
[[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]]
[[LSL_Library_Unescape|Unescape]]
||[[User:Strife_Onizuka|Strife Onizuka]]
||
||Unescape escape codes in strings.
[[User:Strife_Onizuka]]
|| Unescape escape codes in strings.
|-
|-
||
||
[[LSL_Library_Prim_Torture|Universal Prim Torture Script ]]
[[LSL_Library_Prim_Torture|Universal Prim Torture Script ]]
||
||
[[User:Strife_Onizuka]]
[[User:Strife_Onizuka|Strife Onizuka]]
|| Upgradable universal prim torture script.
|| Upgradable universal prim torture script.
|-
|-
Line 60: Line 54:
[[LSL_Library_XyText]]
[[LSL_Library_XyText]]
||
||
[[User:Xylor_Baysklef]]
[[User:Xylor_Baysklef|Xylor Baysklef]]
|| Display text (up to 6 characters) on a prim
|| Display text (up to 6 characters) on a prim
|}
|}


----
----

Revision as of 22:36, 24 January 2007

Script Library


There are many scripts that have become buried in the Scripting Library forum, were lost with the death of the scripting forums, or sit idle in 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.

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.


Rules for posting: 1. Prefix pages for the script library with "LSL_Library_" 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.

Name Creator Description
Hello Avatar Linden Lab SL's default script
Dialog Module Strife Onizuka Create and handle dialog boxes through linked messages.
Experimental Rotation Math Library Strife Onizuka Collection of functions for working with rotations.
Float2Hex Strife Onizuka Very useful for floats transporting.
Pseudo-Random Number Generator Strife Onizuka For use with secure communication through insecure mediums to reducing the risk of the communications protocol being hacked.
Texture Switcher Strife Onizuka Texture switcher that will step through the textures in an object's inventory, displaying them on all sides of the object.
Unescape Strife Onizuka Unescape escape codes in strings.

Universal Prim Torture Script

Strife Onizuka

Upgradable universal prim torture script.

LSL_Library_XyText

Xylor Baysklef

Display text (up to 6 characters) on a prim