Difference between revisions of "Category:LSL Library"

From Second Life Wiki
Jump to navigation Jump to search
(Bullet script deleted, it's an example, not really a script)
(Some cleaning up)
Line 33: Line 33:
||[[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.
|-
|-
||[[Builders Buddy|Builder's Buddy]]
||[[Builders Buddy|Builder's Buddy]]
Line 55: Line 55:
||A Chat relay which can be routed using a path header and won't echo.
||A Chat relay which can be routed using a path header and won't echo.
|-
|-
||[[Color conversion scripts|Color Conversion ]]
||[[Color conversion scripts|Color Conversion]]
||[[User:Sally LaSalle|Sally LaSalle]]
||[[User:Sally LaSalle|Sally LaSalle]]
||Convert between Red Green Blue (RGB) and Hue Saturation Value (HSV)
||Convert between Red Green Blue (RGB) and Hue Saturation Value (HSV)
Line 62: Line 62:
||[[User:Strife Onizuka|Strife Onizuka]]
||[[User:Strife Onizuka|Strife Onizuka]]
||Library of mostly encoding and decoding functions, some more useful then others.
||Library of mostly encoding and decoding functions, some more useful then others.
* String functions: Replace / Trim right / Trim left / Trim both
* Unicode conversion: UTF8 to Unicode / Unicode to UTF8
* List functions: Replace / Compare
|-
|-
||[[Computer:jaycoonlanguage]]
||[[Computer:jaycoonlanguage]]
Line 82: Line 85:
||[[User:DoteDote Edison|DoteDote Edison]]
||[[User:DoteDote Edison|DoteDote Edison]]
||Function to get day of the week from [[llGetUnixTime]].
||Function to get day of the week from [[llGetUnixTime]].
|-
||[[Nargus Dialog Control 1.5|Dialog Control]]
||[[User:Nargus Asturias|Nargus Asturias]]
|| A (not-so) simple dialog control script. Call dialog and receive selected value via link_message(), with built-in timer and link_message() notification on time out. Supports multi-pages dialog and numeric property dialog. Button text and dialog's returned value can differ.
|-
|-
||[[Dialog NumberPad|Dialog Number Pad]]
||[[Dialog NumberPad|Dialog Number Pad]]
Line 91: Line 98:
||Tests the speed of a function.
||Tests the speed of a function.
|-
|-
||[[Email-to-IM]]
||[[Email-to-IM|Email2IM]]
||[[User:DoteDote Edison|DoteDote Edison]]
||[[User:DoteDote Edison|DoteDote Edison]]
||Send IMs to SL friends via email (translate emails from friends into IMs).
||Send IMs to SL friends via email (translate emails from friends into IMs).
Line 110: Line 117:
||Linden Lab
||Linden Lab
||SL's default script
||SL's default script
|-
||[[Open Source Holodeck|Holodeck]]
||[[User:Revolution Perenti|Revolution Perenti]]
||Home Rezzing System (Open Source).
|-
|-
||[[Intra-Region Update Server]]
||[[Intra-Region Update Server]]
Line 125: Line 136:
||[[Merge Sort]]
||[[Merge Sort]]
||[[User:Xaviar Czervik|Xaviar Czervik]]
||[[User:Xaviar Czervik|Xaviar Czervik]]
||Implements a Merge Sort in LSL, however this code is slower llListSort(). (Don't use this in a script)
||Implements a Merge Sort in LSL, however this code is way slower than [[llListSort]]. (Don't use this in a script)
|-
|-
||[[Multirezzer|Multirezzer (on collision)]]
||[[Multirezzer|Multirezzer (on collision)]]
Line 131: Line 142:
||Spawns up to 10 objects when the object containing the script collides with a user.
||Spawns up to 10 objects when the object containing the script collides with a user.
|-
|-
||[[Nargus Dialog Control 1.5]]
||[[SL_NTPoHTTP_v1.1_client|NTP over HTTP client]]
||[[User:Nargus Asturias|Nargus Asturias]]
|| A (not-so) simple dialog control script. Call dialog and receive selected value via link_message(), with built-in timer and link_message() notification on time out. Support multi-pages dialog and numerical property dialog. Button text and dialog's returned value can be difference.
|-
||[[SL_NTPoHTTP_v1.1_client|NTP over HTTP v1.1 client]]
|[[User:SignpostMarv Martin|SignpostMarv Martin]]
|[[User:SignpostMarv Martin|SignpostMarv Martin]]
||Emulates the function of [[llGetWallclock]] for any timezone by using SLOpenID's SLNTPoHTTP service. Also supports ISO 8601 and RFC 2822 timestamps.
||Emulates the function of [[llGetWallclock]] for any timezone by using SLOpenID's SLNTPoHTTP service. Also supports ISO 8601 and RFC 2822 timestamps.
|-
|-
|| [[Object to Data v1.1]]
|| [[Object to Data v1.1|Object2Data]]
|| [[User:Xaviar Czervik|Xaviar Czervik]]
|| [[User:Xaviar Czervik|Xaviar Czervik]]
|| Turns an object into text. Allows people to transfer objects through notecards.
|| Turns an object into text. Allows people to transfer objects through notecards.
|-
||[[Open Source Holodeck]]
||[[User:Revolution Perenti|Revolution Perenti]]
||Open Source Home Rezzing System.
|-
|-
||[[Parse_String_To_List|ParseString2List]]
||[[Parse_String_To_List|ParseString2List]]
Line 164: Line 167:
||[[User:Revolution Perenti|Revolution Perenti]]
||[[User:Revolution Perenti|Revolution Perenti]]
||bypass default strings, integer etc in chat channel.
||bypass default strings, integer etc in chat channel.
|-
||[[Secure HTTP Post]]
||[[User:Corto Maltese|Corto Maltese]]
|| This small library allow you to send Secure requests to your website with a security mechanism aimed to stop hacking.
|-
|-
||[[Self Upgrading Script Enhanced]]
||[[Self Upgrading Script Enhanced]]
||[[User:Cron Stardust|Cron Stardust]]
||[[User:Cron Stardust|Cron Stardust]]
|| Keeps only latest version of the script on prim (Even with multiple adds of the same script!)
||Keeps only latest version of the script on prim (Even with multiple adds of the same script!)
|-
|-
|| [[String Compare]]
||[[String Compare]]
|| [[User:Xaviar Czervik|Xaviar Czervik]]
||[[User:Xaviar Czervik|Xaviar Czervik]]
|| Compares two strings and reliably returns either 1, -1, or 0 if they are the same.
||Compares two strings and reliably returns either 1, -1, or 0 if they are the same.
|-
|-
||[[Texture Menu Management]]
||[[Texture Menu Management|Texture Management]]
||[[User:Revolution Perenti|Revolution Perenti]]
||[[User:Revolution Perenti|Revolution Perenti]]
||Dialog Menu based Texture Selection.
||Dialog Menu based Texture Selection.
Line 193: Line 192:
||An LSL implementation of XTEA (eXtended Tiny Encryption Algorithm).  This is the first known public release of a 'real' strong encryption implementation in LSL and is released under the GNU General Public License (GPL).
||An LSL implementation of XTEA (eXtended Tiny Encryption Algorithm).  This is the first known public release of a 'real' strong encryption implementation in LSL and is released under the GNU General Public License (GPL).
|-
|-
||[[XyText 1.5]]
||[[XyText 1.5|XyText]]
||[[User:Xylor Baysklef|Xylor Baysklef]]
||[[User:Xylor Baysklef|Xylor Baysklef]]
|| Display text (up to 10 characters) on a prim. Use as many prims as desired.
|| Display text (up to 10 characters) on a prim. Use as many prims as desired.
|-
|-
||[[XyzzyText|XyzzyText 2.1]]
||[[XyzzyText|XyzzyText]]
||[[User:Thraxis Epsilon|Thraxis Epsilon]] and [[User:Gigs Taggart|Gigs Taggart]]
||[[User:Thraxis Epsilon|Thraxis Epsilon]] and [[User:Gigs Taggart|Gigs Taggart]]
|| Display text (up to 10 characters) on a prim. A much more efficient alternative of XyText.
|| Display text (up to 10 characters) on a prim. Way more efficient than XyText.
|}
|}


Line 213: Line 212:
|{{Hl2}}| '''Creator'''
|{{Hl2}}| '''Creator'''
|{{Hl2}}| '''Description'''
|{{Hl2}}| '''Description'''
|-
||[[Secure HTTP Post]]
||[[User:Corto Maltese|Corto Maltese]]
|| This small library allows you to send Secure requests to your website with a security mechanism aimed to stop hacking. Comprises of LSL client script and PHP server script.
|-
|-
|| Silo
|| Silo

Revision as of 06:07, 19 September 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.

Note that there are many more scripts in the LSL Library here, but you can't get to them if you don't know they exist, because they are subpages now, instead of an automatically updated category. Good luck searching.

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. Start your page with {{LSL Header}}.
  3. Do not add scripts that duplicate the same functionality as an existing script or built in function. If yours does, explain why.
  4. Do not post simple scripts to the library. Simple scripts should be posted to the Examples list.

LSL Script Library

Name Creator Description
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.
Builder's Buddy Newfie Pendragon Script to easily move/rotate large builds that exceed the linkable size limit (30 meters)
Camera Sync Meyermagic Salome and Nomad Padar A system to synchronize the cameras of two avatars
Chatbot Ppaatt Lynagh Compile and run the LSL you type on a channel, faster than you can thru the 2007-08 SL GUI.
Chat Logger (GPL) Nobody Fugazi Chat logger which requests permission from participants before recording them.
Chat Relay grumble Loudon A Chat relay which can be routed using a path header and won't echo.
Color Conversion Sally LaSalle Convert between Red Green Blue (RGB) and Hue Saturation Value (HSV)
Combined Library Strife Onizuka Library of mostly encoding and decoding functions, some more useful then others.
  • String functions: Replace / Trim right / Trim left / Trim both
  • Unicode conversion: UTF8 to Unicode / Unicode to UTF8
  • List functions: Replace / Compare
Computer:jaycoonlanguage jayco121 Bing A language written in LSL that is meant for my computer (available at the shop).
Conversation Relay Jippen Faddoul Chat relay which requests permission from participants before relaying their messages. Also includes there attachments. (ToS compliant)
Dataserver API Revolution Perenti Dataserver Framework for Notecards.
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.
Day of the Week DoteDote Edison Function to get day of the week from llGetUnixTime.
Dialog Control Nargus Asturias A (not-so) simple dialog control script. Call dialog and receive selected value via link_message(), with built-in timer and link_message() notification on time out. Supports multi-pages dialog and numeric property dialog. Button text and dialog's returned value can differ.
Dialog Number Pad DoteDote Edison Use a dialog to accept positive integer input from users.
Efficiency Tester Xaviar Czervik Tests the speed of a function.
Email2IM DoteDote Edison Send IMs to SL friends via email (translate emails from friends into IMs).
Float2Hex Strife Onizuka Very useful for transporting floats.
Follower Unknown, uploaded by Slik Swindlehurst Makes an object follow the nearest person. Do not use for griefing.
Group Privacy Chance Unknown Security device to insure members of a group can have a private area. Deactivates when nobody present.
Hello Avatar Linden Lab SL's default script
Holodeck Revolution Perenti Home Rezzing System (Open Source).
Intra-Region Update Server Emma Nowhere Centrally update objects such as Freeview screens or teleport pads within a region that are configured by notecards or contain modifiable objects or media assets.
Inventory Menu Revolution Perenti Inventory Based Menu System.
Keypad Door Tdub Dowler Door and keypad with changeable code. Follow instructions carefully!
Merge Sort Xaviar Czervik Implements a Merge Sort in LSL, however this code is way slower than llListSort. (Don't use this in a script)
Multirezzer (on collision) Beet Streeter Spawns up to 10 objects when the object containing the script collides with a user.
NTP over HTTP client SignpostMarv Martin Emulates the function of llGetWallclock for any timezone by using SLOpenID's SLNTPoHTTP service. Also supports ISO 8601 and RFC 2822 timestamps.
Object2Data Xaviar Czervik Turns an object into text. Allows people to transfer objects through notecards.
ParseString2List Strife Onizuka Same as llParseString2List and llParseStringKeepNulls, but not limited to 8 spacers or separators.

Thus substitute a call to the llParseString2List and llParseStringKeepNulls functions by a call to ParseString2List whenever you have more than 8 separators or more than 8 spacers.

Prefix Calculator Xaviar Czervik A calculator that evaluates expressions in prefix notation. + 3 4 = 5. * + 1 2 + 3 4 = 14.
Say Region Frames Per Second Heymariou Mystakidou Says the region name and frames per second out loud on command.
Script Override Functions Revolution Perenti bypass default strings, integer etc in chat channel.
Self Upgrading Script Enhanced Cron Stardust Keeps only latest version of the script on prim (Even with multiple adds of the same script!)
String Compare Xaviar Czervik Compares two strings and reliably returns either 1, -1, or 0 if they are the same.
Texture Management Revolution Perenti Dialog Menu based Texture Selection.
Timer Module Isabelle Aquitaine Manage multiple timers via linked messages.
WarpPos Keknehv Psaltery Non-physical movement without the 10m limit.
XTEA Strong Encryption Implementation Morse Dillon An LSL implementation of XTEA (eXtended Tiny Encryption Algorithm). This is the first known public release of a 'real' strong encryption implementation in LSL and is released under the GNU General Public License (GPL).
XyText Xylor Baysklef Display text (up to 10 characters) on a prim. Use as many prims as desired.
XyzzyText Thraxis Epsilon and Gigs Taggart Display text (up to 10 characters) on a prim. Way more efficient than XyText.

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
Secure HTTP Post Corto Maltese This small library allows you to send Secure requests to your website with a security mechanism aimed to stop hacking. Comprises of LSL client script and PHP server script.
Silo Zero Linden General purpose data store in PHP. Use this to persist arbitrary data from LSL via llHTTPRequest. See:
llXorBase64StringsCorrect SignpostMarv Martin An implementation of llXorBase64StringsCorrect in PHP- should be useful if you're using llXorBase64StringsCorrect to do cryptography work in LSL2 and posting it out to the web via llHTTPRequest.
lsl_fu.php SignpostMarv Martin A basic OOP'd PHP Class containing VeloxSeverine's $_POST fixer and Marv's own eccentric ideas for "fixing" things.


See Also

Articles

Subcategories

This category has the following 2 subcategories, out of 2 total.

Pages in category "LSL Library"

The following 200 pages are in this category, out of 219 total.

(previous page) (next page)
(previous page) (next page)