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
/
LuaSL
/
src
/
LSL.lua
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Move sound functions to media.
David Walter Seikel
2012-02-10
1
-5
/
+5
|
*
Add ray cast and media constants.
David Walter Seikel
2012-02-10
1
-0
/
+24
|
*
Re arranged to match the ll*() progress wiki page.
David Walter Seikel
2012-02-10
1
-62
/
+102
|
*
New Lua logging function for testing, and use it.
David Walter Seikel
2012-02-08
1
-13
/
+19
|
*
Cleaning up some comments.
David Walter Seikel
2012-02-08
1
-1
/
+1
|
*
Half of starting and stopping scripts.
David Walter Seikel
2012-02-05
1
-15
/
+19
|
*
Write most of the rest of the list functions, some are only half arsed.
David Walter Seikel
2012-02-05
1
-26
/
+103
|
*
Implement llList2*(), llDeleteSubList(), and llGetListLength().
David Walter Seikel
2012-02-05
1
-18
/
+71
|
*
Fake some ll*() functions.
David Walter Seikel
2012-02-05
1
-4
/
+4
|
*
Add table printing functions for debugging.
David Walter Seikel
2012-02-05
1
-0
/
+26
|
*
Fix things so the wire protocol can be functions in the LSL.lua file, and ↵
David Walter Seikel
2012-02-05
1
-4
/
+9
|
|
|
|
_LSL can go back to being local to the script.
*
Do script quitting differently, using the wire protocol method, which means ↵
David Walter Seikel
2012-02-05
1
-6
/
+13
|
|
|
|
I got to debug that.
*
Enable the Lua main loop loopiness, and add a quit option.
David Walter Seikel
2012-02-05
1
-5
/
+6
|
*
Implement the script main loop, and the script UUID, which we call SID, ↵
David Walter Seikel
2012-02-05
1
-9
/
+33
|
|
|
|
though for now it's only the file name.
*
Implement more of the state handling stuff, with copious comments.
David Walter Seikel
2012-02-05
1
-18
/
+56
|
*
Slightly less half arsed. lol
David Walter Seikel
2012-02-04
1
-3
/
+3
|
*
Half arsed implementations of the LSL output functions.
David Walter Seikel
2012-02-04
1
-5
/
+4
|
*
Fix up rotation and vector subscripts in expressions and non plain assignments.
David Walter Seikel
2012-02-04
1
-2
/
+2
|
*
Implement typecasts when needed. Actually, doing some extras for the moment.
David Walter Seikel
2012-02-04
1
-0
/
+32
|
*
Move the predefined Lua stuff into the new LSL.lua module, then actualy use it.
David Walter Seikel
2012-02-04
1
-3
/
+22
|
*
Add LSL.lua module, with the constants and functions in it. Functions are ↵
David Walter Seikel
2012-02-04
1
-0
/
+297
just stubs for now.