aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LSL.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move LuaSL source up one directory.David Walter Seikel2014-04-221-870/+0
* Beat the script messsage passing into shape, mostly by knocking large chunks ...David Walter Seikel2012-02-251-9/+3
* Implemented events and detects.David Walter Seikel2012-02-241-18/+119
* Implement llDetectedKey().David Walter Seikel2012-02-231-0/+6
* Make events work. Use a common communicatons loop. A bit of rearranging.David Walter Seikel2012-02-231-45/+50
* More white space, and comment out some implemented functions.David Walter Seikel2012-02-231-4/+5
* White space++.David Walter Seikel2012-02-231-0/+1
* Implement llSubStringIndex().David Walter Seikel2012-02-231-1/+6
* Implement llSleep(), and wait a bit longer for the test, now that it's sleepi...David Walter Seikel2012-02-231-1/+1
* Implement llGetSubString().David Walter Seikel2012-02-231-0/+10
* Actually test callAndWait(), then fix it.David Walter Seikel2012-02-231-3/+2
* Implement the "andWait" part of callAndWait(). Not tested.David Walter Seikel2012-02-231-11/+27
* Implement callAndReturn(), use it from callAndWait(). That's most of LuaSL's...David Walter Seikel2012-02-221-4/+9
* Implement llGetScriptName().David Walter Seikel2012-02-221-1/+10
* Fix up the EOF fix up, and commentry++.David Walter Seikel2012-02-221-1/+3
* Rejig how the LSL functions are defined. My metatable ideas did not pan out,...David Walter Seikel2012-02-221-160/+146
* Create constants.lsl at run time from LSL.lua, and use the same infrastructur...David Walter Seikel2012-02-221-320/+365
* More commentry about how to make constants.lsl go away, and a little bit of c...David Walter Seikel2012-02-211-0/+33
* Little clean ups.David Walter Seikel2012-02-121-5/+6
* SID is now full path to the LSL file. Still need to change it to the UUID of...David Walter Seikel2012-02-121-3/+2
* Move sound functions to media.David Walter Seikel2012-02-101-5/+5
* Add ray cast and media constants.David Walter Seikel2012-02-101-0/+24
* Re arranged to match the ll*() progress wiki page.David Walter Seikel2012-02-101-62/+102
* New Lua logging function for testing, and use it.David Walter Seikel2012-02-081-13/+19
* Cleaning up some comments.David Walter Seikel2012-02-081-1/+1
* Half of starting and stopping scripts.David Walter Seikel2012-02-051-15/+19
* Write most of the rest of the list functions, some are only half arsed.David Walter Seikel2012-02-051-26/+103
* Implement llList2*(), llDeleteSubList(), and llGetListLength().David Walter Seikel2012-02-051-18/+71
* Fake some ll*() functions.David Walter Seikel2012-02-051-4/+4
* Add table printing functions for debugging.David Walter Seikel2012-02-051-0/+26
* Fix things so the wire protocol can be functions in the LSL.lua file, and _LS...David Walter Seikel2012-02-051-4/+9
* Do script quitting differently, using the wire protocol method, which means I...David Walter Seikel2012-02-051-6/+13
* Enable the Lua main loop loopiness, and add a quit option.David Walter Seikel2012-02-051-5/+6
* Implement the script main loop, and the script UUID, which we call SID, thoug...David Walter Seikel2012-02-051-9/+33
* Implement more of the state handling stuff, with copious comments.David Walter Seikel2012-02-051-18/+56
* Slightly less half arsed. lolDavid Walter Seikel2012-02-041-3/+3
* Half arsed implementations of the LSL output functions.David Walter Seikel2012-02-041-5/+4
* Fix up rotation and vector subscripts in expressions and non plain assignments.David Walter Seikel2012-02-041-2/+2
* Implement typecasts when needed. Actually, doing some extras for the moment.David Walter Seikel2012-02-041-0/+32
* Move the predefined Lua stuff into the new LSL.lua module, then actualy use it.David Walter Seikel2012-02-041-3/+22
* Add LSL.lua module, with the constants and functions in it. Functions are ju...David Walter Seikel2012-02-041-0/+297