index
:
SledjHamr
experimental
master
Using OpenSim and Second Life open source software as crutches while we write sane replacements.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
lib
/
LSL.lua
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2016-02-05
Try to actually deal with return() properly.
David Walter Seikel
1
-8
/
+11
2016-02-05
Convert either to LSL or to Lua style values as needed.
David Walter Seikel
1
-16
/
+31
2016-02-05
More Lua network messages clean ups.
David Walter Seikel
1
-4
/
+4
Highlights - Properly deal with ( and ). "return x" -> "return(x)". No more special casing.
2016-01-18
Fix up events.
David Walter Seikel
1
-43
/
+47
2016-01-17
Bunch of debuggingnesses.
David Walter Seikel
1
-7
/
+27
2014-08-17
LSL functions, gotta get them all.
David Walter Seikel
1
-7
/
+51
2014-08-14
Don't have LSL argument names the same as type LSL names.
David Walter Seikel
1
-1
/
+1
2014-08-12
Add most of the rest of the LSL and OS constants and function stubs.
David Walter Seikel
1
-70
/
+676
Most of the very new ones are missing.
2014-08-10
Got most of the LSL constants now, except the OS ones.
David Walter Seikel
1
-68
/
+366
2014-08-09
Add particle and vehicle constants.
David Walter Seikel
1
-0
/
+91
2014-05-23
Rewrite the LuaSL script running stuff (twice lol), plus much related ↵
David Walter Seikel
1
-3
/
+4
tweakage and cleanups.
2014-05-16
Implement llStringLength().
David Walter Seikel
1
-0
/
+5
2014-05-16
Implement llCSV2List().
David Walter Seikel
1
-0
/
+31
2014-05-16
Fix llListReplaceList(), I think.
David Walter Seikel
1
-3
/
+3
2014-05-16
llList2String returns booleans properly now.
David Walter Seikel
1
-0
/
+3
2014-05-16
Oops * 2, fix LSL.listAdd().
David Walter Seikel
1
-4
/
+4
2014-05-16
Various ll*List2*() fixes.
David Walter Seikel
1
-6
/
+24
2014-05-16
Fix up the various list concatenations, and mark one as not being tested yet.
David Walter Seikel
1
-15
/
+1
2014-05-16
Optimize toBool() a little.
David Walter Seikel
1
-4
/
+4
2014-05-16
Typo--, fixes llListInsertList.
David Walter Seikel
1
-1
/
+1
2014-05-16
Output script name from LuaSL msg() funciton.
David Walter Seikel
1
-1
/
+1
2014-05-15
Comment out list parsing debugs, seems to be working fine now.
David Walter Seikel
1
-0
/
+6
2014-05-15
Some more list adding and concatenation fixes.
David Walter Seikel
1
-0
/
+4
2014-05-15
Implement llParseStringKeepNulls() and llParseString2List().
David Walter Seikel
1
-4
/
+95
2014-05-14
REal llStrimTrim(), and sanity check inputs to llSubStringIndex().
David Walter Seikel
1
-0
/
+13
2014-05-14
LSL's EOF sucks, Lua's 0 isn't false sucks more. Work around both.
David Walter Seikel
1
-2
/
+16
2014-05-14
Fix up llListInsertList() and llListReplaceList().
David Walter Seikel
1
-3
/
+3
2014-05-14
Fix llListSort(). That's what you get for mixing three different languages ↵
David Walter Seikel
1
-3
/
+1
that don't agree an array origin.
2014-05-14
Comment out possible left over cruft.
David Walter Seikel
1
-4
/
+5
2014-05-14
Shut up some excess debugs.
David Walter Seikel
1
-2
/
+2
2014-05-14
Get list appending and adding to work.
David Walter Seikel
1
-0
/
+41
2014-05-14
Trash the trash thingy that was trashing memory. Plus some debugging prints.
David Walter Seikel
1
-0
/
+2
2014-05-14
A little clean up.
David Walter Seikel
1
-8
/
+8
2014-05-14
Fix llListSort.
David Walter Seikel
1
-1
/
+3
2014-05-14
Display LSL script names instead of lengthy paths and UUIDs.
David Walter Seikel
1
-1
/
+2
2014-05-14
Starting up and closing down the servers gets some love. Needs more love.
David Walter Seikel
1
-1
/
+1
2014-04-27
Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff ↵
David Walter Seikel
1
-0
/
+0
to suit.
2014-04-22
Move all source into the new src directory, and shuffle a few other things ↵
David Walter Seikel
1
-0
/
+0
around.
2014-04-22
Move LuaSL source up one directory.
David Walter Seikel
1
-0
/
+0
2012-02-25
Beat the script messsage passing into shape, mostly by knocking large chunks ↵
David Walter Seikel
1
-9
/
+3
off. lol
2012-02-24
Implemented events and detects.
David Walter Seikel
1
-18
/
+119
2012-02-23
Implement llDetectedKey().
David Walter Seikel
1
-0
/
+6
2012-02-23
Make events work. Use a common communicatons loop. A bit of rearranging.
David Walter Seikel
1
-45
/
+50
2012-02-23
More white space, and comment out some implemented functions.
David Walter Seikel
1
-4
/
+5
2012-02-23
White space++.
David Walter Seikel
1
-0
/
+1
2012-02-23
Implement llSubStringIndex().
David Walter Seikel
1
-1
/
+6
2012-02-23
Implement llSleep(), and wait a bit longer for the test, now that it's ↵
David Walter Seikel
1
-1
/
+1
sleeping properly.
2012-02-23
Implement llGetSubString().
David Walter Seikel
1
-0
/
+10
2012-02-23
Actually test callAndWait(), then fix it.
David Walter Seikel
1
-3
/
+2
2012-02-23
Implement the "andWait" part of callAndWait(). Not tested.
David Walter Seikel
1
-11
/
+27
[next]