Difference between revisions of "LSL Library"

From Second Life Wiki
Jump to navigation Jump to search
(Added "Self Upgrading Script Enhanced")
(added info about silo.php)
Line 72: Line 72:
|}
|}
----
----
==Support Script Library==
These are scripts in other languages, intended to be run on other systems that support scripts written in LSL
{| {{Prettytable}}
|-
|{{Hl2}}| '''Name'''
|{{Hl2}}| '''Creator'''
|{{Hl2}}| '''Description'''
|-
|| Silo
|| [[User:Zero_Linden|Zero Linden]]
|| General purpose data store in PHP.  Use this to persist arbitrary data from LSL via llHTTPRequest.  See:
* [http://www.notabene-sl.com/misc/silo-README.txt README]] file
* [http://www.notabene-sl.com/misc/silo.tgz silo.tgz] tarball
* forum post [http://forums.secondlife.com/showthread.php?t=119570 Announcement].
|}

Revision as of 13:59, 27 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.
Self Upgrading Script Enhanced Cron Stardust Keeps only latest version of the script on prim (Even with multiple adds of the same script!)

Support Script Library

These are scripts in other languages, intended to be run on other systems that support scripts written in LSL

Name Creator Description
Silo Zero Linden General purpose data store in PHP. Use this to persist arbitrary data from LSL via llHTTPRequest. See: