|
|
(19 intermediate revisions by 8 users not shown) |
Line 1: |
Line 1: |
| ==Script Library==
| | #REDIRECT [[:Category:LSL_Library]] |
| | |
| <div id="box">
| |
| <div style="padding: 0.5em">
| |
| 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.<br />
| |
| <br />
| |
| Other scripters may be in the same situation. This wiki is a well-suited medium for a script library. Feel free to add your scripts to the script library by creating new pages for them and linking to those pages here.<br /><br />
| |
| </div>
| |
| </div>
| |
| | |
| <div id="box">
| |
| | |
| == Rules for posting: ==
| |
| <div style="padding: 0.5em">
| |
| #Prefix pages for the script library with "<tt>LSL_Library_</tt>" to keep the Wiki namespace clean. Example: LSL_Library_Hello_Avatar
| |
| #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.
| |
| #Add a link to your script's page here. Link back to this page from your script's page. | |
| #Do not add scripts that duplicate the same functionality as an existing script. If yours does, explain why.
| |
| #Do not post simple scripts to the library. Simple scripts should be posted to the Examples list.
| |
| </div>
| |
| </div>
| |
| | |
| {| {{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|Strife Onizuka]]
| |
| ||Create and handle dialog boxes through [[link|linked]] messages.
| |
| |-
| |
| ||[[LSL_Library_Rotation_Functions|Experimental Rotation Math Library]]
| |
| ||[[User:Strife_Onizuka|Strife Onizuka]]
| |
| ||Collection of functions for working with [[rotation|rotations]].
| |
| |-
| |
| ||[[LSL_Library_Float2Hex|Float2Hex]]
| |
| ||[[User:Strife_Onizuka|Strife Onizuka]]
| |
| ||Very useful for [[float|floats]] transporting.
| |
| |-
| |
| ||[[LSL_Library_Pseudo-Random_Generator|Pseudo-Random Number Generator]]
| |
| ||[[User:Strife_Onizuka|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|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|Strife Onizuka]]
| |
| ||Unescape escape codes in strings.
| |
| |-
| |
| ||
| |
| [[LSL_Library_Prim_Torture|Universal Prim Torture Script ]]
| |
| ||
| |
| [[User:Strife_Onizuka|Strife Onizuka]]
| |
| || Upgradable universal prim torture script.
| |
| |-
| |
| ||
| |
| [[LSL_Library_XyText|XyText]]
| |
| ||
| |
| [[User:Xylor_Baysklef|Xylor Baysklef]]
| |
| || Display text (up to 6 characters) on a prim
| |
| |}
| |
| | |
| ----
| |