Difference between revisions of "LSL Library"

From Second Life Wiki
Jump to navigation Jump to search
(The purpose of the Category feature is not needed for this article, due to more useful information being provided in the table.)
(cleanup, spelling, removal of non-existant scripts)
Line 3: Line 3:


<div id="box">
<div id="box">
<div style="padding: 0.5em">
<div style="padding: 0.5em 0.5em 1.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 />
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 />
 
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 />
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.
</div>
</div>
</div>
</div>
Line 14: Line 14:
== Rules for posting: ==
== Rules for posting: ==
<div style="padding: 0.5em">
<div style="padding: 0.5em">
#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.
#Your script must be tested and working. If it's not, stick it in your user-space 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.
#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 add scripts that duplicate the same functionality as an existing script. If yours does, explain why.
Line 27: Line 27:
|{{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_Chat_Logger_(GPL)|Chat Logger (GPL)]]
|| [[LSL Library/Chat Logger (GPL)|Chat Logger (GPL)]]
|| [[User:Nobody_Fugazi|Nobody Fugazi]]
|| [[User:Nobody Fugazi|Nobody Fugazi]]
|| Chat logger which requests permission from participants before recording them.
|| Chat logger which requests permission from participants before recording them.
|-
|-
||[[LSL_Library_Day_of_the_Week|Day of the Week]]
||[[LSL Library/Day of the Week|Day of the Week]]
||[[User:DoteDote_Edison|DoteDote Edison]]
||[[User:DoteDote Edison|DoteDote Edison]]
||Function to get day of the week from {{LSLG|llGetUnixTime}}.
||Function to get day of the week from [[llGetUnixTime]].
|-
||[[LSL_Library_Dialog_Module|Dialog Module]]
||[[User:Strife_Onizuka|Strife Onizuka]]
||Create and handle dialog boxes through [[link|linked]] messages.
|-
|-
||[[LSL_Library_Dialog_NumberPad|Dialog Number Pad]]
||[[LSL Library/Dialog NumberPad|Dialog Number Pad]]
||[[User:DoteDote_Edison|DoteDote Edison]]
||[[User:DoteDote Edison|DoteDote Edison]]
||Use a dialog to accept positive integer input from users.
||Use a dialog to accept positive integer input from users.
|-
|-
||[[LSL_Library_Rotation_Functions|Experimental Rotation Math Library]]
||[[LSL Library/Float2Hex|Float2Hex]]
||[[User:Strife_Onizuka|Strife Onizuka]]
||[[User:Strife Onizuka|Strife Onizuka]]
||Collection of functions for working with [[rotation|rotations]].
||Very useful for transporting [[float|floats]].
|-
||[[LSL_Library_Float2Hex|Float2Hex]]
||[[User:Strife_Onizuka|Strife Onizuka]]
||Very useful for {{LSLG|float}}s 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_Timer_Module|Timer Module]]
||[[LSL Library/Timer Module|Timer Module]]
||[[User:Isabelle_Aquitaine|Isabelle Aquitaine]]
||[[User:Isabelle Aquitaine|Isabelle Aquitaine]]
||Manage multiple timers via linked messages.
||Manage multiple timers via linked messages.
|-
||[[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.
|-
|-
||[http://forums.secondlife.com/showthread.php?t=12156 XyText]
||[http://forums.secondlife.com/showthread.php?t=12156 XyText]
||[[User:Xylor_Baysklef|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
|-
|-
||[[LSL_Library_Date_Library|Date Library]]
||[[LSL Library/Date Library|Date Library]]
||[[User:Corto_Maltese|Corto Maltese]]
||[[User:Corto Maltese|Corto Maltese]]
|| Date library, based on number of day since march 3rd 1600, can be used to calculate weekday, date differences, and date offset, and date formating.
|| Date library, based on number of day since march 3rd 1600, can be used to calculate weekday, date differences, and date offset, and date formating.
|-
|-
||[[LSL_Library_Secure_HTTP_Post|Secure HTTP Post]]
||[[LSL Library/Secure HTTP Post|Secure HTTP Post]]
||[[User:Corto_Maltese|Corto Maltese]]
||[[User:Corto Maltese|Corto Maltese]]
|| This small library allow you to send Secure requests to your website with a security mecanism aimed to stop hacking.
|| This small library allow you to send Secure requests to your website with a security mechanism aimed to stop hacking.
|-
|-
||[[LSL_Library_Basic_Encryption_Modules|Basic Encryption Modules]]
||[[LSL Library/Basic Encryption Modules|Basic Encryption Modules]]
||[[User:Beverly_Larkin|Beverly Larkin]]
||[[User:Beverly Larkin|Beverly Larkin]]
||Basic encryption scripts, allows you to encrypt a float, and shout it to another prim on a randomly chosen channel.
||Basic encryption scripts, allows you to encrypt a float, and shout it to another prim on a randomly chosen channel.
|}
|}
----
----

Revision as of 13:56, 19 February 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 your scripts to the script library by creating new pages for them and linking to those pages here.

Rules for posting:

  1. Your script must be tested and working. If it's not, stick it in your user-space until it is. This is a list of working, usable scripts.
  2. Add a link to your script's page here. Link back to this page from your script's page.
  3. Do not add scripts that duplicate the same functionality as an existing script. If yours does, explain why.
  4. Do not post simple scripts to the library. Simple scripts should be posted to the Examples list.
Name Creator Description
Hello Avatar Linden Lab SL's default script
Chat Logger (GPL) Nobody Fugazi Chat logger which requests permission from participants before recording them.
Day of the Week DoteDote Edison Function to get day of the week from llGetUnixTime.
Dialog Number Pad DoteDote Edison Use a dialog to accept positive integer input from users.
Float2Hex Strife Onizuka Very useful for transporting floats.
Timer Module Isabelle Aquitaine Manage multiple timers via linked messages.
XyText Xylor Baysklef Display text (up to 6 characters) on a prim
Date Library Corto Maltese Date library, based on number of day since march 3rd 1600, can be used to calculate weekday, date differences, and date offset, and date formating.
Secure HTTP Post Corto Maltese This small library allow you to send Secure requests to your website with a security mechanism aimed to stop hacking.
Basic Encryption Modules Beverly Larkin Basic encryption scripts, allows you to encrypt a float, and shout it to another prim on a randomly chosen channel.