| Commit message (Expand) | Author | Files | Lines |
2014-04-22 | Move LuaSL source up one directory. | David Walter Seikel | 1 | -870/+0 |
2012-02-25 | Beat the script messsage passing into shape, mostly by knocking large chunks ... | David Walter Seikel | 1 | -9/+3 |
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 sleepi... | David Walter Seikel | 1 | -1/+1 |
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 |
2012-02-22 | Implement callAndReturn(), use it from callAndWait(). That's most of LuaSL's... | David Walter Seikel | 1 | -4/+9 |
2012-02-22 | Implement llGetScriptName(). | David Walter Seikel | 1 | -1/+10 |
2012-02-22 | Fix up the EOF fix up, and commentry++. | David Walter Seikel | 1 | -1/+3 |
2012-02-22 | Rejig how the LSL functions are defined. My metatable ideas did not pan out,... | David Walter Seikel | 1 | -160/+146 |
2012-02-22 | Create constants.lsl at run time from LSL.lua, and use the same infrastructur... | David Walter Seikel | 1 | -320/+365 |
2012-02-21 | More commentry about how to make constants.lsl go away, and a little bit of c... | David Walter Seikel | 1 | -0/+33 |
2012-02-12 | Little clean ups. | David Walter Seikel | 1 | -5/+6 |
2012-02-12 | SID is now full path to the LSL file. Still need to change it to the UUID of... | David Walter Seikel | 1 | -3/+2 |
2012-02-10 | Move sound functions to media. | David Walter Seikel | 1 | -5/+5 |
2012-02-10 | Add ray cast and media constants. | David Walter Seikel | 1 | -0/+24 |
2012-02-10 | Re arranged to match the ll*() progress wiki page. | David Walter Seikel | 1 | -62/+102 |
2012-02-08 | New Lua logging function for testing, and use it. | David Walter Seikel | 1 | -13/+19 |
2012-02-08 | Cleaning up some comments. | David Walter Seikel | 1 | -1/+1 |
2012-02-05 | Half of starting and stopping scripts. | David Walter Seikel | 1 | -15/+19 |
2012-02-05 | Write most of the rest of the list functions, some are only half arsed. | David Walter Seikel | 1 | -26/+103 |
2012-02-05 | Implement llList2*(), llDeleteSubList(), and llGetListLength(). | David Walter Seikel | 1 | -18/+71 |
2012-02-05 | Fake some ll*() functions. | David Walter Seikel | 1 | -4/+4 |
2012-02-05 | Add table printing functions for debugging. | David Walter Seikel | 1 | -0/+26 |
2012-02-05 | Fix things so the wire protocol can be functions in the LSL.lua file, and _LS... | David Walter Seikel | 1 | -4/+9 |
2012-02-05 | Do script quitting differently, using the wire protocol method, which means I... | David Walter Seikel | 1 | -6/+13 |
2012-02-05 | Enable the Lua main loop loopiness, and add a quit option. | David Walter Seikel | 1 | -5/+6 |
2012-02-05 | Implement the script main loop, and the script UUID, which we call SID, thoug... | David Walter Seikel | 1 | -9/+33 |
2012-02-05 | Implement more of the state handling stuff, with copious comments. | David Walter Seikel | 1 | -18/+56 |
2012-02-04 | Slightly less half arsed. lol | David Walter Seikel | 1 | -3/+3 |
2012-02-04 | Half arsed implementations of the LSL output functions. | David Walter Seikel | 1 | -5/+4 |
2012-02-04 | Fix up rotation and vector subscripts in expressions and non plain assignments. | David Walter Seikel | 1 | -2/+2 |
2012-02-04 | Implement typecasts when needed. Actually, doing some extras for the moment. | David Walter Seikel | 1 | -0/+32 |
2012-02-04 | Move the predefined Lua stuff into the new LSL.lua module, then actualy use it. | David Walter Seikel | 1 | -3/+22 |
2012-02-04 | Add LSL.lua module, with the constants and functions in it. Functions are ju... | David Walter Seikel | 1 | -0/+297 |