Difference between revisions of "LSL Library"

From Second Life Wiki
Jump to navigation Jump to search
(Redirecting to Category:LSL Library)
(The purpose of the Category feature is not needed for this article, due to more useful information being provided in the table.)
Line 1: Line 1:
#REDIRECT [[:Category:LSL_Library]]
{{LSL Header}}
==Script 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">
#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_Chat_Logger_(GPL)|Chat Logger (GPL)]]
|| [[User:Nobody_Fugazi|Nobody Fugazi]]
|| Chat logger which requests permission from participants before recording them.
|-
||[[LSL_Library_Day_of_the_Week|Day of the Week]]
||[[User:DoteDote_Edison|DoteDote Edison]]
||Function to get day of the week from {{LSLG|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]]
||[[User:DoteDote_Edison|DoteDote Edison]]
||Use a dialog to accept positive integer input from users.
|-
||[[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 {{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]]
||[[User:Isabelle_Aquitaine|Isabelle Aquitaine]]
||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]
||[[User:Xylor_Baysklef|Xylor Baysklef]]
|| Display text (up to 6 characters) on a prim
|-
||[[LSL_Library_Date_Library|Date Library]]
||[[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.
|-
||[[LSL_Library_Secure_HTTP_Post|Secure HTTP Post]]
||[[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.
|-
||[[LSL_Library_Basic_Encryption_Modules|Basic Encryption Modules]]
||[[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.
|}
----

Revision as of 12:55, 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 on your own username page 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 Module Strife Onizuka Create and handle dialog boxes through linked messages.
Dialog Number Pad DoteDote Edison Use a dialog to accept positive integer input from users.
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.
Timer Module Isabelle Aquitaine Manage multiple timers via linked messages.
Unescape Strife Onizuka Unescape escape codes in strings.
Universal Prim Torture Script Strife Onizuka Upgradable universal prim torture script.
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 mecanism 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.