aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/LSL.lua (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-23Rewrite the LuaSL script running stuff (twice lol), plus much related tweakag...David Walter Seikel1-3/+4
2014-05-16Implement llStringLength().David Walter Seikel1-0/+5
2014-05-16Implement llCSV2List().David Walter Seikel1-0/+31
2014-05-16Fix llListReplaceList(), I think.David Walter Seikel1-3/+3
2014-05-16llList2String returns booleans properly now.David Walter Seikel1-0/+3
2014-05-16Oops * 2, fix LSL.listAdd().David Walter Seikel1-4/+4
2014-05-16Various ll*List2*() fixes.David Walter Seikel1-6/+24
2014-05-16Fix up the various list concatenations, and mark one as not being tested yet.David Walter Seikel1-15/+1
2014-05-16Optimize toBool() a little.David Walter Seikel1-4/+4
2014-05-16Typo--, fixes llListInsertList.David Walter Seikel1-1/+1
2014-05-16Output script name from LuaSL msg() funciton.David Walter Seikel1-1/+1
2014-05-15Comment out list parsing debugs, seems to be working fine now.David Walter Seikel1-0/+6
2014-05-15Some more list adding and concatenation fixes.David Walter Seikel1-0/+4
2014-05-15Implement llParseStringKeepNulls() and llParseString2List().David Walter Seikel1-4/+95
2014-05-14REal llStrimTrim(), and sanity check inputs to llSubStringIndex().David Walter Seikel1-0/+13
2014-05-14LSL's EOF sucks, Lua's 0 isn't false sucks more. Work around both.David Walter Seikel1-2/+16
2014-05-14Fix up llListInsertList() and llListReplaceList().David Walter Seikel1-3/+3
2014-05-14Fix llListSort(). That's what you get for mixing three different languages t...David Walter Seikel1-3/+1
2014-05-14Comment out possible left over cruft.David Walter Seikel1-4/+5
2014-05-14Shut up some excess debugs.David Walter Seikel1-2/+2
2014-05-14Get list appending and adding to work.David Walter Seikel1-0/+41
2014-05-14Trash the trash thingy that was trashing memory. Plus some debugging prints.David Walter Seikel1-0/+2
2014-05-14A little clean up.David Walter Seikel1-8/+8
2014-05-14Fix llListSort.David Walter Seikel1-1/+3
2014-05-14Display LSL script names instead of lengthy paths and UUIDs.David Walter Seikel1-1/+2
2014-05-14Starting up and closing down the servers gets some love. Needs more love.David Walter Seikel1-1/+1
2014-04-27Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff ...David Walter Seikel1-0/+0
2014-04-22Move all source into the new src directory, and shuffle a few other things ar...David Walter Seikel1-0/+0
2014-04-22Move LuaSL source up one directory.David Walter Seikel1-0/+0
2012-02-25Beat the script messsage passing into shape, mostly by knocking large chunks ...David Walter Seikel1-9/+3
2012-02-24Implemented events and detects.David Walter Seikel1-18/+119
2012-02-23Implement llDetectedKey().David Walter Seikel1-0/+6
2012-02-23Make events work. Use a common communicatons loop. A bit of rearranging.David Walter Seikel1-45/+50
2012-02-23More white space, and comment out some implemented functions.David Walter Seikel1-4/+5
2012-02-23White space++.David Walter Seikel1-0/+1
2012-02-23Implement llSubStringIndex().David Walter Seikel1-1/+6
2012-02-23Implement llSleep(), and wait a bit longer for the test, now that it's sleepi...David Walter Seikel1-1/+1
2012-02-23Implement llGetSubString().David Walter Seikel1-0/+10
2012-02-23Actually test callAndWait(), then fix it.David Walter Seikel1-3/+2
2012-02-23Implement the "andWait" part of callAndWait(). Not tested.David Walter Seikel1-11/+27
2012-02-22Implement callAndReturn(), use it from callAndWait(). That's most of LuaSL's...David Walter Seikel1-4/+9
2012-02-22Implement llGetScriptName().David Walter Seikel1-1/+10
2012-02-22Fix up the EOF fix up, and commentry++.David Walter Seikel1-1/+3
2012-02-22Rejig how the LSL functions are defined. My metatable ideas did not pan out,...David Walter Seikel1-160/+146
2012-02-22Create constants.lsl at run time from LSL.lua, and use the same infrastructur...David Walter Seikel1-320/+365
2012-02-21More commentry about how to make constants.lsl go away, and a little bit of c...David Walter Seikel1-0/+33
2012-02-12Little clean ups.David Walter Seikel1-5/+6
2012-02-12SID is now full path to the LSL file. Still need to change it to the UUID of...David Walter Seikel1-3/+2
2012-02-10Move sound functions to media.David Walter Seikel1-5/+5
2012-02-10Add ray cast and media constants.David Walter Seikel1-0/+24