Old forum Scripting Library index: Difference between revisions
Jump to navigation
Jump to search
m up to 15/52 |
mNo edit summary |
||
| Line 3: | Line 3: | ||
{| class=sortable {{prettytable}} | {| class=sortable {{prettytable}} | ||
|- {{KBtablehead}} | |- {{KBtablehead}} | ||
! Name !! Author !! Date !! class="unsortable"|Description | ! Name !! Author !! style="min-width:6em;"|Date !! class="unsortable"|Description | ||
|- | |- | ||
| [http://forums-archive.secondlife.com/54/a7/304708/1.html OO/Class simulation in LSL] || Pavcules Superior || 2009-01-28 || simulate several OO features in LSL | | [http://forums-archive.secondlife.com/54/a7/304708/1.html OO/Class simulation in LSL] || Pavcules Superior || 2009-01-28 || simulate several OO features in LSL | ||
Revision as of 23:37, 5 October 2010
This will take time to complete. I am reviewing the old scripting library threads before adding, the archiving was not nice to it. The later entries were in the regular scripting tips forum, those will maybe come later.
| Name | Author | Date | Description |
|---|---|---|---|
| OO/Class simulation in LSL | Pavcules Superior | 2009-01-28 | simulate several OO features in LSL |
| Arrays in LSL | Pavcules Superior | 2009-01-18 | array implementation based on VK-dbms-VM |
| Collections in LSL | Pavcules Superior | 2008-11-04 | collections implementation based on VK-dbms-VM |
| VK-dbms-VM | Very Keynes | 2008-10-31 | database with storage in script memory |
| MultiMenu (Nested Dialog handler) | Soen Eber | 2008-09-04 | manage dialogs using link messages, includes tutorial |
| Sip Script 2.0 | Kahiro Watanabe | 2008-06-02 | based on Theda Twilight's drinking animation script, with notecard options added |
| Strong XTEA Encryption LSL <-> LSL <-> PHP (discussion) | SleightOf Hand | 2007-05-22 | encryption between LSL and an outside server |
| Elite Spanker v2.0 | BigJohn Jade | 2007-11-21 | a spanker without chat spam |
| Light with Touch On/Off and changeable color via chat commands (discussion) | 2fast4u Nabob | 2006-07-07 | |
| Anti-copybot (discussion) | JJValero Writer | 2007-07-08 | prevents a script from working in a different object |
| Bitwise rotation (discussion) | Eric Quine | 2007-07-04 | A function for bit manipulation, not prim rotation |
| Builders' Buddy (discussion) | Newfie Pendragon | 2006-03-28 | rezzing and positioning tool for large builds |
| Menu animation (discussion) | Dragos Zaoh | 2007-06-28 | choose sitting poses from a menu on touch |
| 2 levels slow elevator (discussion) | Dragos Zaoh | 2007-06-28 | nonphysical lift |
| Pay to teleport (discussion) | Haplo Voss | 2007-06-18 | uses WarpPos |
| List Logic Functions (discussion) | Very Keynes | 2007-06-17 | see LSL Examples for updated versions |
| Bouncing prim (discussion) | Shippou Oud | 2007-06-17 | make a prim bounce off the ground |
| Chat Relay (discussion) | Jippen Faddoul | 2007-06-15 | distribute a conversation in a large area with permission |
| Hopping creature (discussion) | Catfart Grayson | 2007-06-13 | create a small physics enabled creature that moves around by small jumps |
| NoteCard Giver v1.0 (discussion) | Russ Allen | 2007-06-13 | sends notecard to avatars in sensor range |
| Vending script (discussion) | Wednesday Grimm | 2003-06-10 | short simple single item vendor |
| Twitter update script (discussion) | Orlie Omegamu | 2007-06-08 | obsolete, see Twitter OAuth Library for current authentication |
| Open source Wishing Well script (discussion) | Jim Guyot | 2007-06-04 | pay and chat a wish to the well |
| Quick and Dirty Vendor (discussion) | Jim Guyot | 2007-06-03 | simple notecard driven vendor |
| Picture Display/Slideshow Board (discussion) | Cienna Rand | 2004-10-28 | |
| Regionwide switch (discussion) | Marcush Nemeth | 2007-05-26 | remote control with llRegionSay |
| Greeter and automatic notecard giver (discussion) | Benz Bingyi | 2007-05-24 | Linden visitor counter with added features |
| LSL based FORTH interpreter | Alondria LeFay | 2005-01-31 | Forth programming language in a prim |
| Basic Mechanical Clock Script (discussion) | Phoenix Ristow | 2007-05-19 | |
| Archive Box Labeler and Item Counter (discussion) | Apollia Pirandello | 2007-05-18 | aid for storing inventory in a prim |
| message passing synchronizer (discussion) | Lee Ponzu | 2007-05-17 | sync objects using llShout |
| Changeable SitPos Script (discussion) | Seagel Neville | 2007-05-17 | user interface for UpdateSitTarget |
| Simple Pose Ball Script (discussion) | Shippou Oud | 2007-05-13 | |
| Cart Vendor (discussion) | Talia Tokugawa | 2007-05-03 | a little different from the typical panel vendor |
| Regular Timer (discussion) | Lee Ponzu | 2007-04-28 | sync a script to wall clock time |
| 5 different gaming scripts (for learning) (discussion) | Shippou Oud | 2007-04-23 | obsolete, see Linden Lab Official:Policy Regarding Wagering in Second Life |
| Fixed Steel Door Scripts (discussion) | Cutter Rubio | 2004-11-22 | update of JohnG Linden's door lock script |
| Simple Age Check (discussion) | Squirrel Wood | 2007-04-20 | restrct things to avatars with a minimum account age (not real life age) |
| Whats talking? (discussion) | Misch Lameth | 2007-04-12 | show the owners of chatting objects |
| Psyke's Music Script v4.15.1 (discussion) | Psyke Phaeton | 2004-03-06 | play a series of audio assets as a single track or song |
| Free Photo Viewer Script (discussion) | Hiro Pendragon | 2004-10-31 | picture display script |
| Maze Generator (discussion) | Apotheus Silverman | 2004-08-10 | builds mazes from prims |
| Notecard Settings Reader (discussion) | Konigmann Lippmann | 2005-01-20 | |
| Texture cycler with press & hold trigger (discussion) | Soen Eber | 2007-04-05 | hold mouse button to select a texture |
| Press & Hold trigger emulation (discussion) | Soen Eber | 2007-04-01 | trigger action if mouse button held down for 2 seconds |
| Basic piston (discussion) | sirhc DeSantis | 2007-03-30 | slide a prim up and down with llSetPos |
| llSetLink* Helper Script (discussion) | Domino Marama | 2007-03-26 | help identify face number on a prim |
| Eazy-Cheez (discussion) | Haplo Voss | 2007-03-21 | simple door and light control scripts |
| Object Update System (discussion) | Darien Caldwell | 2007-03-21 | localized update system utilizing llRemoteLoadScriptPin |
| GetNewInventoryName function (discussion) | ZenMondo Wormser | 2007-03-21 | returns a list of items added to prim inventory since it was last called |
| Smooth fading of a linked set using one script (discussion) | Nitrox Peel | 2007-03-20 | fades out or in a set number of linked prims using one script |
| Sky.FM radio tuner for land Music URL (discussion) | DangerDave Writer | 2007-03-18 | includes stats and welcomer |
| Night and day particle/sound switcher (discussion) | Poppet McGimsie | 2007-03-18 | switches lights and environment sounds based on llGetSunDirection |
| Transaction History converter (discussion) | Francis Chung | 2007-13-17 | written in Python; may need updates, SL transaction format has changed |
| New WarpPos (now with safety net!) (discussion) | Winter Ventura | 2007-13-17 | WarpPos with llSetPos fallback to guard against LSL regressions |
| Smooth Rotation (discussion) | Gearsawe Stonecutter | 2007-03-15 | "This script is currently broken because of SL 'Features', use at your own discretion" |
| XTEA Strong Encryption Implementation (discussion) | Morse Dillon | 2007-03-13 | see XTEA Strong Encryption Implementation for latest version |
| Keyless Product Update Server (discussion) | Dragon Keen | 2007-03-11 | an update server, but lets it be keyless, utilizing a mySQL backend system |
| 1 prim double sliding glass door (discussion) | Seagel Neville | 2006-11-23 | the "Star Trek" door found all over SL |
| Long distance teleport (discussion) | Lisbeth Cohen | 2006-09-20 | WarpPos teleporters |
| Open Source Interoperability Framework (discussion) | Khemical Stonecutter | 2007-03-02 | links to LSL implementation of the Fractally Unified Network Knowledgesphere(FUNK) |
| PureEvil PickPocket Script | Mitzpatrick Fitzsimmons | 2007-02-28 | |
| Anti-Push Attachment | Sapphire Bombay | 2003-12-03 | also known as a move lock, tries to stop avatar pushes |
| Open-Source Portable Music Player (discussion) | Nat Mandelbrot | 2007-02-19 | music player, links in post are dead |
| Landowner Border Detector (discussion) | BadPenguin Posthorn | 2007-02-17 | display border lines and boundary coordinates of contiguous land owned by the same landowner |
| The Color Master (discussion) | Tyken Hightower | 2007-02-16 | fancy menu driven color changer |
| KDC's non linear solar clock (discussion) | Kyrah Abattoir | 2007-02-15 | clock that reflects SL day cycle |
| Giant Hammer Thrower (discussion) | sparti Carroll | 2007-01-23 | |
| OpenSourcing my Builder Objects (discussion) | sparti Carroll | 2007-01-13 | pointer to free builder objects in Chessport |
| Vertex Modelling Tool (discussion) | Sanderman Cyclone | 2007-02-13 | allows you to model by positioning vertices and create fitting triangles between them |
| Another Simple Silly Blinds Script (discussion) | Stacey Novi | 2007-02-12 | tints windows on touch |
| Timer Module (discussion) | Isabelle Aquitaine | 2007-02-12 | track multiple timers |